README.md aktualisiert
This commit is contained in:
13
README.md
13
README.md
@@ -1,18 +1,13 @@
|
||||
# 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.
|
||||
# Portex
|
||||
All-in-one scripts for Windows, macOS, Linux, and servers.
|
||||
|
||||
### 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"
|
||||
cmd /c "curl -L https://git.weektab.org/nexus/portex/raw/branch/main/portex.bat -o %TEMP%\portex.bat && start /wait %TEMP%\portex.bat & del %TEMP%\portex.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.
|
||||
> The scripts were developed and tested by __Weektab__. To use the Menu Launcher, select the version for your operating system and run it from the command prompt.
|
||||
|
||||
> [!IMPORTANT]
|
||||
> External scripts from third-party providers are tested and also listed in order to expand the list and tools of the menu launcher.
|
||||
|
||||
Reference in New Issue
Block a user