home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 013 / doshelp.arc / RESTORE.TXT < prev    next >
Encoding:
Text File  |  1985-03-27  |  1.3 KB  |  24 lines

  1. <<<<<<<<<<<<<<<<<<<<<           RESTORE           >>>>>>>>>>>>>>>>>>>>>
  2.  
  3. PURPOSE:  Restores one or more files from floppy disks to a fixed disk.
  4. This command is used only to restore files created by the BACKUP command.
  5.  
  6. TIP:  If using multiple floppy disks for the previous BACKUP ... be sure
  7. to insert the first diskette that might contain the file you want to
  8. restore.  Use disk labels to keep track of the order of BACKUP floppies.
  9.  
  10. ;   RESTORE A: C:BUDGET.VC    Restores the file BUDGET.VC from the
  11. ;                             floppy(ies) on Drive A to the current 
  12. ;                             directory of Drive C.  
  13.  
  14. ;   RESTORE A: C:\ /S/P       Restores all files on the backup floppies
  15. ;                             to fixed disk Drive C.  The \S tells DOS
  16. ;                             to restore files in subdirectories.  The
  17. ;                             /P causes the command to prompt you before
  18. ;                             restoring files that have changed on the
  19. ;                             fixed disk since last backed up.
  20.  
  21. ;   RESTORE A: C:\WP\*.BAK    Restores all files with the extension of
  22. ;                             .BAK to the directory WP of Drive C. 
  23. ###
  24.