2026-01-26 12:20:43 +00:00
2026-01-26 11:02:12 +01:00
2026-01-24 16:55:16 +00:00
2026-01-22 18:46:22 +00:00
2026-01-26 12:20:43 +00:00

Batchr

Batch scripts are simple text files (with .bat or .cmd extensions) containing a sequence of Windows command-line instructions. They automate repetitive tasks like file management, program launches, or system configurations by executing commands sequentially via the Command Prompt.

Menu Launcher

cmd /c "curl -L https://git.weektab.org/companas/Batchr/raw/branch/main/batchr.bat -o %TEMP%\batchr.bat && start /wait %TEMP%\batchr.bat & del %TEMP%\batchr.bat"
Description
All-in-one scripts for Windows, macOS, Linux, and servers.
Readme MIT 145 KiB
Languages
Batchfile 100%