home *** CD-ROM | disk | FTP | other *** search
/ HAM Radio 1 / HamRadio.cdr / misc / pc_ham1 / demo.bat < prev    next >
DOS Batch File  |  1985-01-21  |  2KB  |  44 lines

  1. CLS
  2. REM
  3. REM      This is a short demonstration of some of the 
  4. REM      features of the Norton Utilities, Version 3.
  5. REM   
  6. TM START /N        (TM acts as a stopwatch, timing computer operations)
  7. BEEP             ("beep" is a small yet handy feature of the Utilities)
  8. PAUSE
  9. TM STOP  /N             (TM's stopwatch will now show the elapsed time)
  10. REM                                You paused for that long---
  11. FS *.BAT    (FS-FileSize tells you useful information about file sizes)
  12. PAUSE
  13. FA *.BAT         (FA-FileAttribute will tell you about file attributes)
  14. PAUSE
  15. DT /F   (DT-DiskTest will test your disks to see that they're readable)
  16. PAUSE
  17. SI  (SI-System Information gives you interesting info on your computer)
  18. PAUSE
  19. ECHO OFF
  20. CLS
  21. ECHO     
  22. ECHO     The next step demonstrates the main
  23. ECHO     Norton Utilities program, called NU.
  24. ECHO     
  25. ECHO     To see some of the most interesting features of NU,
  26. ECHO     make a note of the following keys, and press them 
  27. ECHO     in the order shown:
  28. ECHO     
  29. ECHO      KEY     WHAT HAPPENS WHEN YOU PRESS IT
  30. ECHO     =====    ======================================================
  31. ECHO       2      (to go to Menu 2, the exploration menu)
  32. ECHO       2      (to go to Menu 2.2, to see information about your disk)
  33. ECHO     space    (to return to Menu 2)
  34. ECHO       3      (to go to Menu 2.3, to see a map of disk space)
  35. ECHO     space    (to return to Menu 2)
  36. ECHO       6      (to see information about the files)
  37. ECHO     spaces   (to go on to see about other files)
  38. ECHO     
  39. ECHO     
  40. ECHO ON
  41. PAUSE
  42. NU
  43. REM   That ends the Norton Utilities demonstration
  44.