Keyword: playInteS - Run a program, skip

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: playInteS - Run a program, skip

Unread post by YiMeng »

Description
  • Execute a program then skip and continue to process the following line commands. Non-blocking
  • Has a 200ms default delay post execution.

Parameters
  • x: The full file path for an executable for file of any extension; Use double-quote for file path with spaces
  • x: Allow the use of "@@" to specify relative path
  • y (optional): Any parameter for x; Use of double-quotes are allowed

Usage
  • playInteS "x" y
  • playInteS @@example.bat 10

Error
  • If x is not found, window will throw file not found error
  • If x is not supplied, line command is ignored

Alternative
  • Use SHELL keyword as alternative. Ex. “SHELL start programName.exe” instead.