Page 1 of 1

Keyword: playInteS - Run a program, skip

Posted: Thu Mar 18, 2021 10:38 pm
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.