-1
Does anyone know how I zip files by command line on Windows?
Note: I don’t want to compress the file itself, I want to send it to a compressed folder.
Example: .txt file --> .zip file
-1
Does anyone know how I zip files by command line on Windows?
Note: I don’t want to compress the file itself, I want to send it to a compressed folder.
Example: .txt file --> .zip file
3
There is a "Windows Resources Kit Tool" called compress.exe. You can download it by link :
After installed just use the command:
C:> "Program Files Windows Resource Kits Tools compress.exe" file.txt file.compressed
Browser other questions tagged windows zip-file
You are not signed in. Login or sign up in order to post.
Thank you! I used the tool and it was right!
– Igor Santana