Skip to main content

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.

The command will be run in the background.

'foreground', I think?


I think so too! This seems to have been copied from CommandSystemBackground and then wrongly not edited. I would normally rectify this immediately, but we are currently experiencing problems with the editor environment of Community. Bear with me.


Reply