ExecuteSynchron

Starts the specified program and returns an exit code when the program is closed.

SYNTAX
ExecuteSynchron(file, parameter, hide) 
ARGUMENTS

file Program with path
parameter Program parameters
hide

TRUE = Hides the window of the started program

FALSE = Displays the window of the started program

RETURN Program exit code

Note for 64-bit operating systems

KCM Studio is a 32-bit program.

If you use the ExecuteSynchron command to start a program from directory %windir%\System32, you need to define the directory %windir%\Sysnative instead.

If you use the ExecuteSynchron command to start a program from directory C:\windows\System32, you need to define the directory C:\windows\Sysnative instead.

For more information on the File System Redirector, see to the Microsoft Developer Network website: msdn.microsoft.com.