<- Back to MMScript function list
MMScript_ShellExecute
- Description
Use this function to call a Command in the System's Command Line Interface. On Mac OS X, this is in the Unix Command Line. On Windows, this is in the DOS Command Line.
- Return Type
- Text
- Format
- MMScript_ShellExecute ( Command ; WorkingDir )
- Required Parameters
- Command
The Command to Execute in the Shell/Command Line Interface.
- Command
- Optional Parameters
- WorkingDir
The Directory to Execute the Command from. (Default is the User's Home folder.)
- WorkingDir