CommandSystemBackground() |
Executes an operating system command on UNIX systems. The command will be run in the background. Do not use this command on Windows. Use CommandWindows() to run a system command in the background on Windows. Syntax CommandSystemBackground( command )
Command is the command string that is sent to the operating system. |