home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 11 Util / 11-Util.zip / suite.zip / dtb.zip / dtbhelp.txt < prev    next >
Text File  |  2000-01-21  |  4KB  |  112 lines

  1.  
  2.  Desktop recovery options
  3.  
  4.  Your archive is always built to unzip from the root of the drive you
  5.  archived the information from. This means that when it is executed, it will
  6.  unzip into the proper directories automatically. There are no provisions for
  7.  unzipping from a remote location although it can be done if you know your
  8.  way around Unzip.
  9.  
  10.  For the purposes of this discussion we will use "Cdrive.exe" as the archive
  11.  name we will be using to recover the mythical "C" drive in our example.
  12.  
  13.  ────────────────────────
  14.  General recovery (easy):
  15.  
  16.       Boot to a command prompt using your preprepared boot disks or with
  17.        your OS/2 installation disks.
  18.       Execute your "Cdrive.exe" file in the root directory of the "C" drive
  19.        (the drive it was built from) by typing:
  20.  
  21.        Cdrive
  22.  
  23.       Reboot normally
  24.   ────────────────────────
  25.   General recovery with corrupted desktop recovery included:
  26.  
  27.       Boot to a command prompt using your preprepared boot disks or with
  28.        your OS/2 installation disks.
  29.       Rename or delete the "Desktop" directory. We suggest renaming it until
  30.        you have fully recovered. So, from the root of the boot drive you
  31.        would type:
  32.  
  33.        ren desktop desktop1
  34.  
  35.       Execute your "Cdrive.exe" file in the root directory of the "C" drive
  36.        (the drive it was built from) by typing:
  37.  
  38.        Cdrive
  39.  
  40.       Reboot normally
  41.   ────────────────────────
  42.   Corrupted desktop recovery only (no other files included):
  43.  
  44.       Boot to a command prompt using your preprepared boot disks or with
  45.        your OS/2 installation disks.
  46.       Rename or delete the "Desktop" directory. We suggest renaming it until
  47.        you have fully recovered. So, from the root of the boot drive you
  48.        would type:
  49.  
  50.        ren desktop desktop1
  51.  
  52.       Execute your "Cdrive.exe" file in the root directory of the "C" drive
  53.        (the drive it was built from) by typing:
  54.  
  55.        Cdrive desktop\*
  56.  
  57.       Reboot normally
  58.  
  59.   Use "Cdrive *\" if you only want the directories and no files (or templates)
  60.   that may be in them.
  61.   ────────────────────────
  62.   Recovery of INI files only:
  63.  
  64.       Boot to a command prompt using your preprepared boot disks or with
  65.        your OS/2 installation disks.
  66.       Execute your "Cdrive.exe" file in the root directory of the "C" drive
  67.        (the drive it was built from) with the -C *.ini parameter by typing:
  68.  
  69.        Cdrive -C *.ini
  70.  
  71.       Reboot normally
  72.   ────────────────────────
  73.   Recovery of INI and CFG files only:
  74.  
  75.       Boot to a command prompt using your preprepared boot disks or with
  76.        your OS/2 installation disks.
  77.       Execute your "Cdrive.exe" file in the root directory of the "C" drive
  78.        (the drive it was built from) with the -C *.ini and *.cfg parameters by
  79.        typing:
  80.  
  81.        Cdrive -C *.ini *.cfg
  82.  
  83.       Reboot normally
  84.   ────────────────────────
  85.   General recovery to another location using "unzip.exe":
  86.  
  87.       Execute "unzip.exe" on the Cdrive.exe file that is located in root
  88.        directory of the "C" drive (the drive it was built from) and make it
  89.        extract itself in the f:\backup directory with the -d parameter by
  90.        typing:
  91.  
  92.        unzip -d f:\backup cdrive.exe
  93.  
  94.   ────────────────────────
  95.   Recovery of "hidden files" while keeping their "hidden" attributes.
  96.   (os2ldr os2boot etc.)
  97.  
  98.       Execute "unzip.exe" on the Cdrive.exe file that is located in root
  99.        directory of the "C" drive (the drive it was built from) and make it
  100.        extract only the os2* files while recovering their "hidden" file
  101.        attributes by typing:
  102.  
  103.        unzip -C cdrive.exe os2*
  104.  
  105.   ────────────────────────
  106.   There are a couple of things to remember about recovering your
  107.   configurations and also some tips or tricks to help you recover only
  108.   selected parts.
  109.  
  110.  
  111.  
  112.