Skip to content

DevOps scripts to assist with the automation of compressing files.

License

Notifications You must be signed in to change notification settings

gonzigonz/DevOps-scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ZIP
===

DevOps tools to assist with the automation of compressing files and folders

VBScript:
  Designed to be called from a batch or commandline using cscript.
  
  Syntax
    zipFiles.vbs source zipfilename overwrite[TRUE|FALSE] deletesource[TRUE|FALSE]
    
  Exampel 
    cscript zipFiles.vbs "c:\my documents\letters\*.doc" letters.zip FALSE TRUE
    cscript zipFiles.vbs "c:\my documents\letters\master.doc" "c:\temp\master.zip" TRUE FALSE
    cscript zipFiles.vbs c:\data\accounts accounts.zip FALSE FALSE

About

DevOps scripts to assist with the automation of compressing files.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published