All Downloads are FREE. Search and download functionalities are using the official Maven repository.

e.usc.folder-compression-app.0.1.3.source-code.runApp4.bat Maven / Gradle / Ivy

@ECHO OFF

rem you know.
SET folderPath=C:\temp
SET finalArchiveName=archive.zip

"C:\Program Files\7-Zip\7z.exe" d %finalArchiveName%
"C:\Program Files\7-Zip\7z.exe" a -r -tzip -y %finalArchiveName% %folderPath%\* [email protected]

@PAUSE





© 2015 - 2025 Weber Informatics LLC | Privacy Policy