Command to zip a folder
by RameshKumar[ Edit ] 2008-03-13 09:43:07
Hi,
The command to zip a folder from command prompt is
zip -9 -r <destination.zip> <sourcefoldername>
EG::
zip -9 -r hiox.zip hiox
hiox is the source folder name
hiox.zip is the destination name..