|
Decompress |
Top Previous Next |
|
This causes a file to be decompressed into an unpacked file as discussed in the file compression and encryption chapter. This command is invoked using the syntax
$Decompress source target
where source is the name of the compressed source file to be decompressed and target is the name for the resultant decompressed file An example is :
$decompress compressfile.gms decompressfile.gms
$Compress creates the compressed files.. |