Trabla : How to setup Unix-like zip / unzip in Windows command prompt ( CMD )
In this tutorial we will show how to to setup Unix-like zip / unzip in Windows command prompt ( CMD ) using open source archiving tool.
Solving:
Watch on YouTube
http://stahlworks.com/dev/index.php?tool=zipunzip
3. Copy files zip.exe and unzip.exe into C:\zip_unzip folder
4. Add folder C:\zip_unzip to Path environment variable
- click on windows "Start" button
- right mouse button click on "Computer"
- click on "Properties"
- click on "Advanced system settings"
- click on "Advanced" tab
- click on "Environment Variables..."
- click on "Path" variable
- click on "Edit" button
- add to "Variable value" text field following string: C:\zip_unzip;
- click Ok button, and close all previous dialogs
5. Now let's do Testing :
- Run windows command prompt ( cmd )
- type in windows cmd "zip" and press enter
- type in windows cmd "unzip" and press enter
Hooray !!! :) Well done !!!
No comments:
Post a Comment