Page 1 of 1

Keyword: SHELL - Shell commands

Posted: Sat Jun 19, 2021 7:46 am
by YiMeng
Description
  • 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.