System Shell Command

Executes a Windows or MACOSX shell command.

Settings

command

Command to execute, for example, a string like

http://www.brainmodular.com/
notepad.exe
c:program files/steinberg/cubase/cubase.exe
d:cmdfile.bat

If your command line contains spaces characters don't forget the quotes like "my command with spaces"

params

If the command line is a program, parameters sent to the program.

execute

Executes the command when the button value passes from 0 to 1.

show option

Only on WINDOWS, sets the display options for the executed application:

  • SW_HIDE,
  • SW_SHOWNORMAL,
  • SW_NORMAL,
  • SW_SHOWMINIMIZED,
  • SW_MAXIMIZE,
  • SW_SHOWNOACTIVATE,
  • SW_SHOW,
  • SW_MINIMIZE,
  • SW_SHOWMINNOACTIVE,
  • SW_SHOWNA,
  • SW_RESTORE,
  • SW_SHOWDEFAULT,
  • SW_FORCEMINIMIZE,
  • SW_MAX.

Example

Restart Windows immediately

Be careful, it works... So don't forget to save your patches before...

Use the following values for command and params:

[command] shutdown 
[params] /r /t 0 /f

Then click on execute.

See also

version 5.2.221206

Edit All Pages