Previous | Next | LK
Topic: input window,dos window
Conf: LK, Msg: 173
From: Deleted User
Date: 4/9/1998 03:13 PM

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