oem.hlp (Table of Contents; Topic list)
DRVSPACE /COMPRESS -- Examples
Syntax  Notes
────────────────────────────────────────────────────────────────────────────
 
                       DRVSPACE /COMPRESS ── Examples
 
To compress drive D, type the following command:
 
    drvspace /compress d:
 
Because this command does not specify how much space to leave uncompressed,
DriveSpace leaves 2 MB of uncompressed space (the default). Because the
command does not specify a drive letter for the uncompressed drive,
DriveSpace assigns the next available drive letter to the new uncompressed
drive (the host drive).
 
To direct DriveSpace to compress drive E, assign the drive letter F to the
new uncompressed drive (the host drive), and leave 4 MB of uncompressed
space on drive F, type the following command:
 
    drvspace /compress e: /newdrive=f: /reserve=4
 
                                      ♦