Forum archive
Kzip Help
- how do i work Kzip???
i can get it to zip wha on my desktop but not one file or folder!
how do i work this thing???
and i dint know my Desktop had 5mb of files........ wow
now i know were alot of my space has gone... lol but kzip made it down to 4kb :D sooooo i realy realy need a manul - You can get some help by just typing in "kzip" in a command window.
Basically, to zip a file:
kzip archive.zip myfile.xxx will make a zip file ("archive.zip") containing "myfile.xxx"
to zip a folder:
kzip archive.zip myfolder\* will make a zip file ("archive.zip") containing all the files in "myfolder", not including subfolders.
kzip /r archive.zip myfolder\* will make a zip file ("archive.zip") containing all the files in "myfolder", including subfolders.