Script Command: winexec


(Contents)(Previous)(Next)

Format:

winexec "command line";

This command starts a Windows application from the script file. The command line contains the Windows application program name and any command line arguments you need to pass to the application.

Example:

// Start the Windows Notepad program

winexec "NOTEPAD.EXE";


(Contents)(Previous)(Next)