home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / PASCAL / DLYASK.ZIP / TEST.BAT < prev   
Encoding:
DOS Batch File  |  1988-08-26  |  327 b   |  19 lines

  1. @echo off
  2. :again
  3. echo .
  4. echo .
  5. echo .
  6. Dlyask Do you want to stop this Test Batch file (Y/N)? 20
  7. if errorlevel 2 goto Exit
  8. cls
  9. if errorlevel 1 goto again
  10. echo Done waiting....
  11. echo Going ahead with further processing.
  12. test
  13. :Exit
  14. cls
  15. echo .
  16. echo .
  17. echo .
  18. echo Done testing of the program DLYASK.EXE ...
  19. echo on