home *** CD-ROM | disk | FTP | other *** search
- @echo off
- :again
- echo .
- echo .
- echo .
- Dlyask Do you want to stop this Test Batch file (Y/N)? 20
- if errorlevel 2 goto Exit
- cls
- if errorlevel 1 goto again
- echo Done waiting....
- echo Going ahead with further processing.
- test
- :Exit
- cls
- echo .
- echo .
- echo .
- echo Done testing of the program DLYASK.EXE ...
- echo on