Winzip Backup Batch File

Winzip Backup Batch File Rating: 5,7/10 7328votes
Robocopy Backup Batch File

Nov 30, 2013 Is there a way to make WinZip zip all sub-folders in a folder and name the zip file the name of the sub-folder dynamically? There are constantly new sub. Garganta Amazing Colossal Woman more. Scheduled WinZip Backup does not run. WinZip's backup approval is based. A related issue can occur if you have configured your backup to upload the Zip file to. Using wzzip in batch file. Program files winzip wzzip' c: backup ffbackup ffbackup.zip *.* If you can, turn off echo in your batch file.

Use this command (for the particular scenario in the question): wzzip.exe -a -p -r C: DestinationPath DataFiles_20130903.zip C: SourcePath *.dat C: SourcePath *.bat for more command line options for winZip refer to the following links: To provide multiple file names you can also use @filename where the filename is a file which contains the list of files which you want to include in the zip file. If you are making the command configurable then you can ask the user/ other program which is calling your command to select the file extensions and then write these selected extensions into the 'filename' file using java code or any other language you prefer. For example if the user selects bat and dat, then write 'C: SourcePath *.bat' and 'C: SourcePath *.dat' into the file(assume filename is fileExtensions.txt) and call the command wzzip.exe -a -p -r 'C: DestinationPath DataFiles_20130903.zip' @'C: SourcePath fileExtensions.txt'.

This entry was posted on 2/19/2018.