home *** CD-ROM | disk | FTP | other *** search
/ PC Direkt 1998 #11 / PCDIREKT_1198.bin / data / Util / Backup2 / Restore.txt < prev    next >
Encoding:
Text File  |  1998-08-30  |  669 b   |  31 lines

  1. Work-round for known problem for Backup and Restore
  2. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  3.  
  4. You have run into the only known problem in Backup & 
  5.  
  6. Restore.What has happened is that Restore cannot 
  7.  
  8. automatically find your Windows folder.
  9.  
  10. To over come this problem follwo the following 
  11.  
  12. procedure:
  13.  
  14. 1. Open Restore.bat for editing.
  15.  
  16. 2. at the top of the page you will find:
  17.  
  18.     
  19.     ;if "%1"=="" goto dowindir
  20.  
  21.     :dowindir
  22.     set direct=%windir%
  23.     if "%direct%"=="" goto nowindir
  24.  
  25.  
  26. 3. remove this, then replace ever occurance of %direct% 
  27.     with the path to you windows folder, eg 
  28.     c:\windows, c:\win95
  29.  
  30. 4. close and save Restore.bat
  31.