- Perform commandline commands.
- Does not display additional console window.
- Process is blocking.
- Has a 200ms delay between repeats.
Parameters
- x: The shell command.
Usage
- SHELL x
- SHELL echo %date% > @@data\date.txt
- Similar to executing in the command line, this will echo date and save to date.txt in the specified path.