home *** CD-ROM | disk | FTP | other *** search
- MPAUSE September 1993 Matthew Willis
- Page 293
- ----------------------------------------------------------------
- Purpose: MPAUSE replaces DOS's internal PAUSE command,
- causing DOS to pause until a single key is pressed
- or a mouse button is clicked to continue.
-
- Format: The syntax for using MPAUSE.COM is:
-
- MPAUSE
-
- Comments: Add MPAUSE to your batch files as demonstrated in
- the following batch file:
-
- @ECHO OFF
- REM Use this batch file to test MPAUSE.COM
- ECHO Press any key or click a mouse button to continue
- MPAUSE
- ECHO
-
-
-