home *** CD-ROM | disk | FTP | other *** search
/ hobbes.nmsu.edu / 2008-06-02_hobbes.nmsu.edu.zip / dos / hpfsds10.zip / swapdrv.eng < prev    next >
Text File  |  1994-10-16  |  3KB  |  98 lines

  1.  
  2.     SwapDrv - Copyright (c) 1994 Robert Muchsel. All rights reserved.
  3.  
  4.  
  5.     This free utility swaps DOS drive letters.
  6.  
  7.     SWAPDRV D F
  8.     swaps drives D and F.
  9.  
  10.     You CANNOT swap CD-ROM drive letters. Use MSCDEX /L:x instead, where
  11.     x is the desired drive letter.
  12.  
  13.     SwapDrv uses NO DOS memory and can be run several times.
  14.  
  15.     SwapDrv supports MSDOS 3.1 or better (tested under DOS 3.1, 3.2, 3.3,
  16.     4.0, 5.0, 6.x and Novell DOS 7).
  17.     DR DOS 3.41 or OS/2 MDOS are not supported.
  18.  
  19.  
  20.     Caution!
  21.     --------
  22.  
  23.     Some low-level utilities might get confused. This applies to diagnosis
  24.     software and disk cache software.
  25.  
  26.     MS SmartDrive: To allow caching of swapped drive letters, SwapDrv must
  27.     be run first, then SmartDrv.
  28.  
  29.  
  30.     Examples
  31.     --------
  32.  
  33.     - Change drive letter of new hard drive to restore old order:
  34.  
  35.       First drive    Second drive
  36.       +----------+   +----------+
  37.       |  C   E   |   | D        |
  38.       +----------+   +----------+
  39.  
  40.       SWAPDRV D E
  41.  
  42.     - Swap DOS drive letters to allow same drive letters as under OS/2.
  43.  
  44.       +--------------------------------+
  45.       | C    -     D    E    -     F   |  DOS
  46.       | c    d     e    f    g     h   |  OS/2
  47.       | FAT  HPFS  FAT  FAT  HPFS  FAT |
  48.       +--------------------------------+
  49.  
  50.       SWAPDRV F H
  51.       SWAPDRV E F
  52.       SWAPDRV D E
  53.  
  54.  
  55.  
  56.     Copyright
  57.     ---------
  58.  
  59.     Robert Muchsel, Hegaublick 2, D-78465 Konstanz, Germany
  60.     Fax:   +49-7533-3151
  61.     EMail: rmuchsel@iiic.ethz.ch
  62.            Fidonet 2:246/8100.11
  63.  
  64.     I am studying computer science at the Swiss Federal Institute of
  65.     Technology in Zurich, Switzerland.
  66.  
  67.     You might already know my other shareware programs:
  68.       AMIsetup - External setup for AMI BIOS
  69.       CDU8002  - Audio support for Apple CD-150/SC-CD under OS/2
  70.       HPFSDOS  - HPFS file system for DOS
  71.       EFDD     - [soon to be released] Use up to 20 floppy disk
  72.                  drives under DOS
  73.  
  74.     Although SwapDrv is free, I will of course accept any donations.
  75.  
  76.  
  77.     Important
  78.     ---------
  79.  
  80.     The author disclaims all warranties as to this software, whether
  81.     express or implied, including without limitation any implied warranties
  82.     of merchantability, fitness for a particular purpose, functionality,
  83.     data integrity or protection, in so far as permitted by applicable
  84.     legislation.
  85.  
  86.     All trademarks are property of their respective owners and appear for
  87.     identification purposes only.
  88.  
  89.     You are encouraged to copy this program, if
  90.     - the program is distributed in its original form
  91.       (complete, unmodified)
  92.     - the distribution fee does not exceed the equivalent of DM 5.-
  93.       (US$ 3.-).
  94.  
  95.  
  96.     07 May 1994
  97.  
  98.