How to zip a file using cmd line?
22:42 11 Aug 2013

I want to zip a directory using the batch file command (Windows XP batch file).

For example, if I want to unzip a file means I can use the jar -xf file.zip(java) bat file command.

Like that I want a command line batch to zip a directory.

windows batch-file command-line command-prompt