Home | Contents | Index | Help | < Browse | Browse >
	 [ EXEC <command> | RUN <command> | ScreenRun <screen> <cmd> 
	 | UPDATE | LOADUPDATE | LOAD <file> [arguments]             
	 | EXIT [<string>] | QUIT [<string>]                         
	 | DumpX <variable> | DumpY <variable>                       
	 | LastX <variable> | LastY <variable>                       
	 | LastXPos <variable> | LastYPos <variable>                 
	 | Popup | PopupClose                                        
	 | Setenv <variable> <value> | UnSetenv <variable> ]         
	 ( ['command 1' 'command 2' ... 'command n'] )               


 The EXIT option simply ends the program. You can use the EXIT <string>
 command to write out a result to the shell window before quitting. If you
 have used the OnExit command, this will be executed before ending.
 
 The  QUIT option works in the same way as the
 EXIT option except that the OnExit command (if used) not will be executed
 before quitting.


Home | Contents | Index | Help | < Browse | Browse >