home *** CD-ROM | disk | FTP | other *** search
/ On Disk Monthly 63 / odm63.zip / TPDEMO.BAT < prev   
DOS Batch File  |  1991-11-07  |  556b  |  25 lines

  1. echo off
  2. CLS
  3. echo TPAUSE will print 2 lines and wait approximately 10 seconds
  4. echo for a keypress
  5. TPAUSE  // This is a test. // This is only a test. , 10
  6. echo.
  7. echo done
  8. CLS
  9. echo TPAUSE1 will print a line and wait approximately 10 seconds
  10. echo for a keypress
  11. echo.
  12. echo Notice the cursor is on!
  13. echo.
  14. TPAUSE1 This is only a test. , 10
  15. echo.
  16. echo done
  17. CLS
  18. echo TPAUSE2 will print a line and wait approximately 10 seconds
  19. echo for a keypress
  20. echo.
  21. echo Notice the cursor is off!
  22. echo.
  23. TPAUSE2 This is only a test. , 10
  24. echo.
  25. echo done