From 53013ca798ec928d1debd5e9ab87621e3947c12a Mon Sep 17 00:00:00 2001 From: Flamur Veliqi Date: Mon, 26 Jan 2026 12:39:38 +0000 Subject: [PATCH] README.md aktualisiert --- README.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4329c4b..2199eee 100644 --- a/README.md +++ b/README.md @@ -4,4 +4,15 @@ Batch scripts are simple text files (with .bat or .cmd extensions) containing a ### Menu Launcher ``` cmd /c "curl -L https://git.weektab.org/companas/Batchr/raw/branch/main/batchr.bat -o %TEMP%\batchr.bat && start /wait %TEMP%\batchr.bat & del %TEMP%\batchr.bat" -``` \ No newline at end of file +``` + +> [!NOTE] +> The scripts were created and verified by __Weektab__. To run the Menu Launcher, please open the Command Prompt (CMD) and enter the Menu Launcher there. +> +> You can also press the `Win + R` keys to open the “Run” dialog, type `cmd` and then enter the command in the Command Prompt. + +> [!TIP] +> Please do not enter the Menu Launcher directly in the “Run” dialog, as Windows Defender may interpret it as a potential system threat. + +> [!IMPORTANT] +> External scripts from third-party providers are included to extend functionality. These scripts are managed separately. While they are tested for basic functionality, we do not accept liability for their content or for any modifications made by the third-party authors. Users should exercise caution when using these scripts. \ No newline at end of file