home *** CD-ROM | disk | FTP | other *** search
- echo off
- ansiclr
- cls
- echo This program is designed to do four things:
- echo.
- echo 1 - FORMAT floppy disk = when you purchase new disks, they need to be formated
- echo to the same format as your computer. This is done with this program.
- echo Insert new disk into floppy drive. Then PRESS number 1. This will start
- echo formatting procedure and give further instructions.
- echo.
- echo 2 - BACKUP Data to drive a: = after completing format procedure, insert for-
- echo matted disk back into floppy (drive a:), and PRESS number 2. This will
- echo copy all the files which contain data to the floppy disk. The system may
- echo ask for additional disks. (make sure to number disks before copying data)
- echo.
- echo 3 - RESTORE The Sound Solution Data = this program will restore all data from
- echo last backups to The Sound Solution (make sure to label and date disks).
- echo To restore enter disk 1 into floppy and PRESS number 3.
- echo.
- echo 4 - UPDATES New Information = this program is designed to copy all updates from
- echo Sound Solutions, Inc. to this system. To copy updates, Insert disk one
- echo into drive a: and press number "4". The program will copy all files and
- echo return to BACKUP & restore data when completed.
- echo.
- echo.
- echo.
- echo.
- pause
- cls
- echo.
- echo.
- echo If during any of these programs "Bad command or file name" appears
- echo check to make sure your "PATH" is set to MS-DOS.
- echo.
- echo MS-DOS should be installed on your root directory and PATH should be
- echo set with your AUTOEXEC.BAT....
- echo.
- echo.
- echo Call Sound Solutions or read your MS-DOS Operators Manual if more
- echo information is needed.
- echo.
- echo.
- echo.
- echo.
- echo.
- echo.
- echo.
- echo.
- echo.
- echo.
- pause