From 668d3e188020cd219c251519918a29ab59424551 Mon Sep 17 00:00:00 2001 From: Flamur Veliqi Date: Thu, 22 Jan 2026 22:50:29 +0100 Subject: [PATCH] CPN commit --- README.md | 6 +++--- menu-launcher.bat => wbs.bat | 0 2 files changed, 3 insertions(+), 3 deletions(-) rename menu-launcher.bat => wbs.bat (100%) diff --git a/README.md b/README.md index 3a499f7..cedfc7f 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,9 @@ -# Batch Scripts +# 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/menu-launcher.bat -o %TEMP%\menu-launcher.bat && start /wait %TEMP%\menu-launcher.bat & del %TEMP%\menu-launcher.bat" +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" ``` ----- @@ -13,5 +13,5 @@ cmd /c "curl -L https://git.weektab.org/companas/batch-scripts/raw/branch/main/m |:------------------------------------------|:-----------------------------------------| |[faceit-logout.bat](/files/faceit-logout.bat)|Forces logout from the FACEIT Anti-Cheat| |[lancache-delete-gamecache.bat](/files/lancache-delete-gamecache.bat)|Purges the game cache on your Lancache server| -|[lancache-restart-docker.bat](/files/lancache-restart-docker.bat.bat)|Restart the Lancache Docker service| +|[lancache-restart-docker.bat](/files/lancache-restart-docker.bat)|Restart the Lancache Docker service| |[steam-logout.bat](/files/steam-logout.bat)|Forces logout from Steam| \ No newline at end of file diff --git a/menu-launcher.bat b/wbs.bat similarity index 100% rename from menu-launcher.bat rename to wbs.bat