This article is about the CommandSystemForeground action in the USoft Action Language.
CommandSystemForeground()
Executes an operating system command on a Windows or Linux system. The command will be run in the foreground. Use CommandWindows() to run a system command in the background on Windows.
Syntax
CommandSystemForeground( command )
Command is the command string that is sent to the operating system.