Can you zip a file from the command prompt using ONLY Windows' built-in capability to zip files? - S
If you are open to using PowerShell, zip capabilities are available in .NET 2.0 (PowerShell is .NET). Here's an a example (source) credit to Mike Hodnick: # out-zip.ps1 # # Usage: # To zip up some ......