home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
HAM Radio 1
/
HamRadio.cdr
/
misc
/
pc_ham1
/
demo.bat
< prev
next >
Wrap
DOS Batch File
|
1985-01-21
|
2KB
|
44 lines
CLS
REM
REM This is a short demonstration of some of the
REM features of the Norton Utilities, Version 3.
REM
TM START /N (TM acts as a stopwatch, timing computer operations)
BEEP ("beep" is a small yet handy feature of the Utilities)
PAUSE
TM STOP /N (TM's stopwatch will now show the elapsed time)
REM You paused for that long---
FS *.BAT (FS-FileSize tells you useful information about file sizes)
PAUSE
FA *.BAT (FA-FileAttribute will tell you about file attributes)
PAUSE
DT /F (DT-DiskTest will test your disks to see that they're readable)
PAUSE
SI (SI-System Information gives you interesting info on your computer)
PAUSE
ECHO OFF
CLS
ECHO
ECHO The next step demonstrates the main
ECHO Norton Utilities program, called NU.
ECHO
ECHO To see some of the most interesting features of NU,
ECHO make a note of the following keys, and press them
ECHO in the order shown:
ECHO
ECHO KEY WHAT HAPPENS WHEN YOU PRESS IT
ECHO ===== ======================================================
ECHO 2 (to go to Menu 2, the exploration menu)
ECHO 2 (to go to Menu 2.2, to see information about your disk)
ECHO space (to return to Menu 2)
ECHO 3 (to go to Menu 2.3, to see a map of disk space)
ECHO space (to return to Menu 2)
ECHO 6 (to see information about the files)
ECHO spaces (to go on to see about other files)
ECHO
ECHO
ECHO ON
PAUSE
NU
REM That ends the Norton Utilities demonstration