If you add >NULL to the end of the DOS command the DOS window will not be displayed.
For example \^Z\PAUSE >NULL\^Z
The PAUSE will still work.
A better way in the windows environment is to use GI,MSGBOX,'Click OK to continue',OK this displays a dialog box which will pause operations until OK is pressed.
Keith Morton