home *** CD-ROM | disk | FTP | other *** search
/ Garbo / Garbo.cdr / pc / doshelp / helpsb.zoo / help / restore / summary.hlp < prev   
Encoding:
Text File  |  1989-01-01  |  2.0 KB  |  51 lines

  1.                             RESTORE
  2.  
  3. The RESTORE external command copies one or more files from diskettes to a 
  4. hard disk.  The files on the diskettes must have been placed there by the
  5. compantion command to RESTORE, BACKUP. 
  6.  
  7.     RESTORE d1: [d2][pathname][filename[.ext]][/S][/P]
  8. or
  9.     RESTORE d1: [d2][pathname][filename[.ext]][/S][/P][/M][/N]
  10.                           [/option:date or time][DOS 3.3]
  11.         \_/  \__________________________/  where option is A, B, E or L.
  12.          \source    \destination/
  13.  
  14. d1: is the source diskette drive (usually A:).
  15.  
  16. d2: is the letter of the destination hard disk you are restoring to (usually 
  17.     C:).
  18.  
  19. pathname is the destination directory name to restore the files to. If no
  20.     pathname is specified, only files in the current directory are restored.
  21.  
  22. filename[.ext] is the name of the file or files to restore. To restore all
  23.     files, don't give any filename or use *.*.
  24.  
  25.  
  26. /S causes directories, subdirectories and files to be restored.
  27.  
  28. /P tells DOS to prompt before restoring a file modified since being backed
  29.     up or which is read only. 
  30.  
  31. /M will cause RESTORE to restore only files modified after being backed up.
  32.  
  33. /N will cause RESTORE to restore only files that do NOT exist on the
  34.     destination drive.
  35.  
  36. /A:date will cause RESTORE to restore only files modified on or after the
  37.     specified date. The date format is described in the DATE command topic.
  38.  
  39. /B:date will cause RESTORE to restore only files modified on or before the
  40.     specified date. The date format is described in the DATE command topic.
  41.  
  42. /E:time will cause RESTORE to restore only files modified on or before 
  43.     (earlier than) the specified time.
  44.  
  45. /L:time will cause RESTORE to restore only files modified on or after 
  46.     (later than) the specified time.
  47.  
  48. RESTORE should not be run when an APPEND path is defined. Turn APPEND off 
  49. (APPEND ;) first. Don't use RESTORE on ASSIGNed, JOINed, or SUBSTed drive 
  50. letters.
  51.