From ad8c842c06a1d1275785dad2c1af6ba322c47c92 Mon Sep 17 00:00:00 2001 From: Flamur Veliqi Date: Thu, 22 Jan 2026 20:48:08 +0100 Subject: [PATCH] CPN commit --- README.md | 13 +++++++++++-- {gaming => files}/faceit-logout.bat | 0 {gaming => files}/lancache-delete-gamecache.bat | 0 {gaming => files}/lancache-restart-docker.bat | 0 {gaming => files}/steam-logout.bat | 0 5 files changed, 11 insertions(+), 2 deletions(-) rename {gaming => files}/faceit-logout.bat (100%) rename {gaming => files}/lancache-delete-gamecache.bat (100%) rename {gaming => files}/lancache-restart-docker.bat (100%) rename {gaming => files}/steam-logout.bat (100%) 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