|
HowTo Extract
To uncompress a downloaded 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.arj)
arj - extracts arj files (dos, command: arj x -ijyc -vv file.arj)
exe - selfextracting files, usually you just execute them and they extract themselves (some self extracting files require winzip)
|