home *** CD-ROM | disk | FTP | other *** search
- @echo off
- REM Example of SCREEN.EXE by Tom Snively.
-
- SCREEN W /Y /B Warning: [Insert warning.] Go on?
-
- if errorlevel 1 goto End
- SCREEN P Processing.
-
- REM
- REM Put statements for operation here.
- REM
-
- if errorlevel 0 SCREEN G Format successful.
-
- :End
-