From 686b7755c15accbacdce8479ef5ffa84cf4c4800 Mon Sep 17 00:00:00 2001 From: Flamur Veliqi Date: Thu, 22 Jan 2026 21:59:56 +0100 Subject: [PATCH] CPN commit --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index e6b1d6b..3a499f7 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,11 @@ # 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. +### 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" +``` + ----- ## Table of Contents