|
HowTo Extract
To uncompress a downloaded file (the most common extesions of compressed files are zip, arj, rar, even exe might be compressed sometimes, in which case it is a selfextracting compressed file) you need something of the following.
winzip - extracts most types of compressed files (zip,arj,exe) (windows program)
pkunzip - extracts zip files (dos, command: pkunzip -d file.zip)
arj - extracts arj files (dos, command: arj x -ijyc -vv file.arj), sorry don't know where you can download it, do a search on arj at some search engine and you should quite easily find the arj compress/uncompressing program.
exe - selfextracting files, usually you just execute them and they extract themselves (some self extracting files require winzip)
|