668d3e188020cd219c251519918a29ab59424551
Batch Scripts (WBS)
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/batch-scripts/raw/branch/main/wbs.bat -o %TEMP%\wbs.bat && start /wait %TEMP%\wbs.bat & del %TEMP%\wbs.bat"
Table of Contents
| File Name | Description/Usage |
|---|---|
| faceit-logout.bat | Forces logout from the FACEIT Anti-Cheat |
| lancache-delete-gamecache.bat | Purges the game cache on your Lancache server |
| lancache-restart-docker.bat | Restart the Lancache Docker service |
| steam-logout.bat | Forces logout from Steam |
Languages
Batchfile
100%