STATEMENT SYNTAX:
{stno} LAUNCH cmd,dir,pri,window
Where:
cmd is an str expr containing
the executable command.
dir is an str expr containing
the start directory for the program.
pri is an expr for the Priority
(1=high,0=normal,-1=low).
window is an expr for the window size
(1=maximize, 0=default , -1 - minimize).
EXAMPLE:
LAUNCH C$,D$,P,W
NOTES: