Keyword: SHELL - Shell commands

Keywords are used within scripts that enabled powerful features such as dynamic variables, clipboard manipulation, read/write files, mimic inputs and more.
User avatar
YiMeng
Author
Posts: 235
Joined: Sat Jul 18, 2020 10:58 pm
Location: NY
Contact:

Keyword: SHELL - Shell commands

Unread post 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.