README.md aktualisiert

This commit is contained in:
2026-01-23 17:56:29 +00:00
parent a5f16ec315
commit c826cce675

View File

@@ -3,7 +3,7 @@ Batch scripts are simple text files (with .bat or .cmd extensions) containing a
### Menu Launcher ### Menu Launcher
``` ```
cmd /c "curl -L https://href.gdn/batchr -o %TEMP%\batchr.bat && start /wait %TEMP%\batchr.bat & del %TEMP%\batchr.bat" 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"
``` ```
----- -----