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

e.usc.folder-compression-app.0.1.3.source-code.runApp3.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 -xr!.svn -xr!target -xr!target-eclipse -xr!.classpath -xr!.project -xr!.settings %finalArchiveName% %folderPath%\*

@PAUSE





© 2015 - 2025 Weber Informatics LLC | Privacy Policy