Skip to main content
Version: 10.1

CommandSystemForeground()

note

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.