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