18 lines
1.3 KiB
Markdown
18 lines
1.3 KiB
Markdown
# Batchr
|
|
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/Batchr/raw/branch/main/batchr.bat -o %TEMP%\batchr.bat && start /wait %TEMP%\batchr.bat & del %TEMP%\batchr.bat"
|
|
```
|
|
|
|
> [!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 can be used to extend the functionality of the launcher. These scripts are listed and managed separately within the launcher. While we test them for basic functionality, we do not take responsibility for their content or any changes made by the third-party authors. Users should use them at their own discretion. |