diff --git a/README.md b/README.md index c039533..e6b1d6b 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,12 @@ -# batch-scripts +# Batch Scripts +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. -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. \ No newline at end of file +----- + +## Table of Contents +|File Name |Description/Usage | +|:------------------------------------------|:-----------------------------------------| +|[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| +|[steam-logout.bat](/files/steam-logout.bat)|Forces logout from Steam| \ No newline at end of file diff --git a/gaming/faceit-logout.bat b/files/faceit-logout.bat similarity index 100% rename from gaming/faceit-logout.bat rename to files/faceit-logout.bat diff --git a/gaming/lancache-delete-gamecache.bat b/files/lancache-delete-gamecache.bat similarity index 100% rename from gaming/lancache-delete-gamecache.bat rename to files/lancache-delete-gamecache.bat diff --git a/gaming/lancache-restart-docker.bat b/files/lancache-restart-docker.bat similarity index 100% rename from gaming/lancache-restart-docker.bat rename to files/lancache-restart-docker.bat diff --git a/gaming/steam-logout.bat b/files/steam-logout.bat similarity index 100% rename from gaming/steam-logout.bat rename to files/steam-logout.bat