-1

Can anyone help, How to download and use Info ZIP open source compress file to zip my files by using windows command.

FOR %F in ("C:\DB\20240702021721*.bcp") DO zip -j "%~nF.zip" "%F"

https://infozip.sourceforge.net/. I am not sure how to download and run exe file to get install in my Windows 10.

Any steps or suggestion will be helpful.

New contributor
Saran is a new contributor to this site. Take care in asking for clarification, commenting, and answering. Check out our Code of Conduct.
1
  • 1
    read the documentation
    – jsotola
    Commented 2 days ago

0

Browse other questions tagged .