CommandSystemBackground()

Previous Next

See Also

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>)

Parameters

Command

The command string that is sent to the operating system.