Linux Commands Examples

A great documentation place for Linux commands

msexpand

decompress data compressed using mscompress(1) or COMPRESS.EXE

Synopsis

msexpand [ -h ]
msexpand
[ -V ]
msexpand
[ name ... ]


add an example, a script, a trick and tips

: email address (won't be displayed)
: name

Step 2

Thanks for this example ! - It will be moderated and published shortly.

Feel free to post other examples
Oops ! There is a tiny cockup. A damn 404 cockup. Please contact the loosy team who maintains and develops this wonderful site by clicking in the mighty feedback button on the side of the page. Say what happened. Thanks!

examples

0
source
            
mv $base.IC_ $base.ic_
./msexpand $base.ic_
rm -f $base.ic_
done
fi
copyright "(c) Copyright Minolta-QMS 1998"
0
source
            
mv $base.IC_ $base.ic_
msexpand $base.ic_
rm -f $base.ic_
done
fi
copyright "(c) Copyright Minolta-QMS 1998"
0
source
            
*.*_) extract extract_gbzip msexpand "$FILE" "Microsoft compress.exe-packed file";;
*) echo "Unrecognized extension for $FILE. Attempting to determine type using file header..."

description

Msexpand decompress files compressed using mscompress(1) or Microsoft COMPRESS.EXE utility (e.g. Windows 3.x installation files). If no files are specified, the standard input is decompressed to the standard output.

download

mscompress package is available at ftp.penguin.cz/pub/users/mhi/.


authors

This program is written by Martin Hinner, <mhi[:at:]penguin[:dot:]cz>
Algorithm & data structures by M. Winterhoff <100326.2776[:at:]compuserve[:dot:]com>

How can this site be more helpful to YOU ?


give  feedback