home *** CD-ROM | disk | FTP | other *** search
/ Mega Top 1 / os2_top1.zip / os2_top1 / INFO / FAQS / OS2FAX2 / OSWPBACK.FAX < prev    next >
Encoding:
Text File  |  1994-07-15  |  2.4 KB  |  55 lines

  1. OSWPBACK.FAX
  2.  
  3.             BACKING UP AND RESTORING A DESKTOP
  4.  
  5. To Backup a Desktop
  6.  
  7. 1. Go to the system which has the desktop you wish to backup.
  8. 2. Boot off of the OS/2 Installation Diskette, insert Diskette 1 when prompted
  9.    and hit Enter; at the Welcome Screen hit Escape to get to a: prompt.
  10. 3. Place a blank diskette in drive a:.
  11. 4. Use the BACKUP command to backup the DESKTOP directory and all
  12.    subdirectories to the diskette:
  13.     BACKUP C:\DESKTOP A: /S (Where C: is where OS/2 resides)
  14. 5. When the Backup is completed, insert another blank diskette in the a: drive
  15.    and copy OS2.INI and OS2SYS.INI from  your OS2 subdirectory to the floppy:
  16.     COPY C:\OS2\OS2*.INI A:
  17.    Change to the root directory. We need to copy the WP?ROOT.?SF file to floppy;
  18.    however, as it is hidden, system and read only we need to attrib it first:
  19.     ATTRIB WP?ROOT.?SF -H -R -S
  20.     Then we can copy it:
  21.     COPY WP?ROOT.?SF A:
  22.  
  23. To Restore a Desktop
  24.  
  25. 1. Go to the system on which you want to restore a desktop.
  26. 2. Boot off of the OS/2 Installation Diskette, insert Diskette 1 when prompted
  27.    and hit Enter; at the Welcome Screen hit Escape to get to a: prompt.
  28. 3. Change to the drive where OS/2 resides, change to your OS2 subdirectory and
  29.    delete your OS2.INI and OS2SYS.INI files:
  30.     DEL OS2*.INI
  31.     If you get "Access Denied" type:
  32.     ATTRIB OS2*.INI -R (then you will be able to delete them)
  33. 4. Copy the OS2.INI and OS2SYS.INI files from the above floppy to your OS2
  34.     subdirectory. From your a: prompt type:
  35.     COPY OS2*.INI C:\OS2
  36. 5. Type the following two commands:
  37.     MAKEINI OS2.INI INI.RC
  38.     MAKEINI OS2SYS.INI INISYS.RC
  39. 6. Change to your DESKTOP subdirectory and remove all subdirectories and delete
  40.    all files and once the DESKTOP subdirectory is empty, remove it itself (you
  41.    should have no subdirectory named DESKTOP on your harddrive).
  42. 7. Restore the desktop you backed up above:
  43.     RESTORE  A: C: /S
  44. 8. Change to the root directory. We need to delete the WP?ROOT.?SF file;
  45.    however, as it is hidden, system, and read only we need to attrib it first:
  46.     ATTRIB WP?ROOT.?SF -H -R -S
  47.     Then we can delete it:
  48.     DEL WP?ROOT.?SF
  49.    Copy the WP?ROOT.?SF from the above floppy to your root directory.
  50.    From your a: prompt type:
  51.     COPY WP?ROOT.?SF C:
  52.    Now attrib it. From your root directory type:
  53.     ATTRIB WP?ROOT.?SF +H +R +S
  54. 9. Take out any floppies and reboot off of your harddrive.
  55.