home *** CD-ROM | disk | FTP | other *** search
/ ProfitPress Mega CDROM2 …eeware (MSDOS)(1992)(Eng) / ProfitPress-MegaCDROM2.B6I / UTILITY / DISK / RESTAUR1.ZIP / RESTAUR.DOC next >
Encoding:
Text File  |  1991-03-24  |  2.8 KB  |  95 lines

  1.  
  2.                            R E S T A U R  1.0
  3.                            ==================
  4.  
  5.                Free Software by TapirSoft Gisbert W.Selke
  6.  
  7.  
  8.  
  9. RESTAUR is a more versatile replacement for DOS RESTORE. It handles old
  10. backups made by DOS versions 3.2 or earlier as well as those made by
  11. current DOS releases (up to 4.01 as of this writing). It allows
  12. restoration of files to the original directories, as offered by DOS
  13. BACKUP; in addition, files may be restored to different locations or
  14. under different names.
  15.  
  16. RESTAUR is also more forgiving with respect to the disk sequence: a
  17. restauration may begin in the middle of a series of disks (but not in
  18. the middle of a single file!).
  19.  
  20. Start RESTAUR stating the source path and the destination path, in
  21. this order; e.g.,
  22.  
  23.                 RESTAUR  a:  c:
  24.  
  25. to restore from backup disks in drive A: to hard disk C:, preserving the
  26. original locations of files within subdirectories.
  27.  
  28. Alternatively, the destination may consist not only of a drive, but of a
  29. complete path; in this case, the original locations of files are
  30. discarded and replaced by the specified one; e.g.,
  31.  
  32.                 RESTAUR  a:  c:\test
  33.  
  34. to restore everything in directory TEST of drive C:.
  35.  
  36. All the backed-up files are offered one by one for
  37.  
  38.              C  - copying (i.e., restoration),
  39.              R  - renaming,
  40.              D  - change of destination on a single file basis,
  41.              A  - proceeding without asking more questions,
  42.              S  - skipping a single file,
  43.              Q  - quitting the restoration.
  44.  
  45. If a file is found to already exist in the destination directory, the
  46. user is prompted again for
  47.  
  48.              O  - overwriting,
  49.              R  - renaming,
  50.              D  - change of destination,
  51.              S  - skipping this file.
  52.  
  53. There are two optional command line arguments:
  54.  
  55. /A copies all files without asking questions out of class 1 above, just
  56. as if A had been answered on the very first file.
  57.  
  58. /O overwrites all existing files without ado; in other words, class 2
  59. questions are never asked.
  60.  
  61. Both /A and /O together provide fully automatic service.
  62.  
  63. Brief on-line help is available by giving a command line argument of ?.
  64.  
  65.  
  66.  
  67. This is free software; it may be used and copied freely but must not be
  68. sold for profit under any circumstances.
  69.  
  70.  
  71. Acknowledgments:
  72.  
  73. I have used information on the various DOS backup formats published in
  74. the February 89 issue of c't. I have used none of their code, however.
  75.  
  76. The Wissenschaftliches Institut der Ortskrankenkassen, Bonn, has kindly
  77. supplied me with test data.
  78.  
  79. The code was developped and compiled using Borland's TurboPascal 6.0
  80. compiler.
  81.  
  82.  
  83. Suggestions, bug reports etc. may be addressed to
  84.  
  85. TapirSoft
  86. Gisbert W.Selke
  87. Ermekeilstrasse 28
  88. D-5300 Bonn 1
  89. Germany
  90. <S00100@DBNRHRZ1.BITNET>
  91.  
  92.  
  93. Enjoy!
  94.  
  95.