home *** CD-ROM | disk | FTP | other *** search
- <<<<<<<<<<<<<<<<<<<<< RESTORE >>>>>>>>>>>>>>>>>>>>>
-
- PURPOSE: Restores one or more files from floppy disks to a fixed disk.
- This command is used only to restore files created by the BACKUP command.
-
- TIP: If using multiple floppy disks for the previous BACKUP ... be sure
- to insert the first diskette that might contain the file you want to
- restore. Use disk labels to keep track of the order of BACKUP floppies.
-
- ; RESTORE A: C:BUDGET.VC Restores the file BUDGET.VC from the
- ; floppy(ies) on Drive A to the current
- ; directory of Drive C.
-
- ; RESTORE A: C:\ /S/P Restores all files on the backup floppies
- ; to fixed disk Drive C. The \S tells DOS
- ; to restore files in subdirectories. The
- ; /P causes the command to prompt you before
- ; restoring files that have changed on the
- ; fixed disk since last backed up.
-
- ; RESTORE A: C:\WP\*.BAK Restores all files with the extension of
- ; .BAK to the directory WP of Drive C.
- ###