How to Manually Decompress Word 6.0 for Windows Files |
Q109832
Page 12 of the Microsoft Word 6.0 for Windows "Quick Results" guide
incorrectly states that you can run DECOMP without specifying the
destination filename. To manually decompress Word 6.0 for Windows files
from the floppy disks, you must specify both the source filename and the
destination filename. With previous versions of Word for Windows, only the
source filename was necessary.
For example, to decompress the file UNIDRV.DL_ from the Word 6.0 for
Windows disks, the simple command syntax is:
decomp unidrv.dl_ unidrv.dll
Word 6.0 for Windows files are shipped in a compressed format that requires
the program DECOMP.EXE to decompress them. Setup will use DECOMP.EXE to
automatically decompress the files with the appropriate destination
filenames.
To manually decompress these files, you must run the program DECOMP.EXE
located on Disk 1. When you run DECOMP.EXE specifying only the source
filename, DECOMP.EXE will read the header of the compressed file to
determine the destination filename. If no destination filename is found in
the header, DECOMP.EXE uses the source filename as the destination
filename. For example, if you run the following command
decomp unidrv.dl_you will receive the following message:
DECOMP attempts to decompress "unidrv.dl_" to the destination file "unidrv.dl_" which is also the source file. To prevent DECOMP from appending the decompressed file information to the compressed source file, and thereby corrupting the source file, respond "N" for No.Warning -- the file 'unidrv.dl_' already exists.
Should I append to that file? Yes or No?
Respond "N" for No.Should I try to overwrite it? Yes or No?
decomp unidrv.dl_ unidrv.dllEarlier versions of Word for Windows shipped with compressed files that contained the destination filename in the compressed file header. It was not necessary to specify the destination filename to decompress these files.
decomp a:\unidrv.dl_ c:\windows\system\unidrv.dllThe following is the command syntax and argument descriptions for DECOMP:
decomp [-afq] <srcArg> [<destArg>]
Argument
or Switch Description
--------- -----------
-a Appends to the destination file, if it exists.
-f Overwrites destination file, if it exists (files
cannot be decompressed in place).
-q Calculates and displays size of uncompressed file
(does not decompress the file).
<srcArg> Specific file or wildcard pattern. Either can be
preceded by a path.
<destArg> (Optional.) Specific file or directory. If <destArg> is
a directory or omitted, DECOMP generates the
destination filename using information in the source file
header. (If the information is missing from the source
file header, DECOMP uses the source filename itself.)
Note: Decompressing Word 6.0 for Windows files requires version 1.2 of
DECOMP.EXE. For more information, query on the following words in the
Microsoft Knowledge Base:
decomp and and algorithm
"Microsoft Word Quick Results," page 12
Additional query words: 6.0 decomp setup docerr winword word6
Keywords : kbsetup
Issue type : kbhowto
Technology :
|
Last Reviewed: November 4, 2000 © 2001 Microsoft Corporation. All rights reserved. Terms of Use. |