Run WindowMaker from the command prompt
- Last UpdatedJul 26, 2024
- 1 minute read
You can run WindowMaker from the command prompt.
The command line is:
WM.EXE AppPath,Commandfile="Command.txt"
Parameters
AppPath
Defines the full path to the InTouch application. This parameter is optional if you are running WindowMaker in the application’s folder.
CommandFile
Defines the full path to the command file. Quotation marks must enclose the path name. Extra spaces are not allowed around the equal sign.
Suppose the InTouch application is in the C:\MyApps folder, and the command file is C:\WMCommandFile.txt. The following example shows the WindowMaker command you enter from the command prompt:
WM.EXE C:\MyApps,COMMANDFILE="C:\WMCommandFile.Txt"
Note: You cannot create managed InTouch applications from the command prompt.