> CLOSEWINDOW
> QUIT TO SPLIT.RMD
> RETURN

You should put the QUIT TO in the program that calls
your form, not in the EEP.  Remember, when the form is
open you are in the "middle" of an EDIT command in the
calling file -- you need to return there.
 
>    SET VAR vcomspec = (ENVVAL('comspec'))
>     ZIP &vComSpec /c q:\vg\CNHDOX04.BAT

ZIP is old DOS syntax.  You should use LAUNCH
q:\vg\CNHDOX04.BAT in Windows.
--
Larry

Reply via email to