Skip to content

Instantly share code, notes, and snippets.

@robinrm
robinrm / Fileinfo UI.bat
Last active May 5, 2023 11:30
UI for FileInfo Script
@echo off
:initial_Section
::set UI
mode con lines=21 cols=100
title Fileinfo Debugger
color 0a
set heartbeat=1
::important for Script working properly
@robinrm
robinrm / Fileinfo Script.bat
Last active May 5, 2023 11:33
Script to get usefull Fileinforamtions
@echo off
:initial_Section
::set async mode
setlocal EnableDelayedExpansion
::check for input
if !heartbeat! equ 1 (
goto start_Section
) else (
goto no_input
@robinrm
robinrm / ldt.bat
Last active December 30, 2023 00:15
Local Date Time Generator Script
@echo off
:initial_Section
::set async mode
setlocal EnableDelayedExpansion
::var
::server template location
set templates="C:\_templates\_ldt"
::caller
@robinrm
robinrm / 7dtd-backup.bat
Last active December 30, 2023 19:21
7 Days to Die Server Backup Script
@echo off
::var defaults
::caller
set Backup_Caller="C:\_bat\Backups\7dtd Backup.bat"
set timer_m=30
set /a timer_s= %timer_m% * 60
::UI
set color_red=04
@robinrm
robinrm / 7dtd-server.bat
Last active February 16, 2024 11:36
7 Days to Die Server Script
@echo off
:initial_Section
::var defaults
set debugmode=0
::0 = Normally
::1 = Normally + Debug Skip Intro
::2 = Normally + Backup Debug Skip Intro
::3 = Only Backup Normally
::4 = Only Backup + Debug Skip Intro
::5 = Backup + delete old date file