AppCtrlScript

MAY Computer

Help

CMDASYNC

Applies to  

AppCtrlScript (Module: wmACScr1.dll)

Group  

Execution

See also  

CMDSYNC, EXECSHELL, SHELLASYNC, CMDFILEMETHOD

This command executes the given commandline (launches a new process).

It is a asynchroneous program call - means that the SCRIPT IMMEDIATELY CONTINUES WITH THE NEXT LINE OF CODE.

Other than the other commands this one uses the system command interpreter to launch the process. It is the same as SHELLASYNC "cmd /c <Commandline>".

Syntax

CMDASYNC <Commandline> 

Part

Description

<Commandline> Complete commandline. If the executable contains spaces in filename then you have to enclose the filename in quotation marks ("). If you hardcode the commandline in script code you have to escape them by writing double quotation marks ("").