PowerBuilder – Zip a Workspace and ignore SCC related files

First you need the good old „zip.exe V2.2“ that still does a great job.

Secondly change directory to your workspace root and simply type…

zip.exe -9 -R MyPBW.zip . -i *.* -x *.sr* *.pbg *.pbc

If you also want to ignore the pbp files, just hit:

zip.exe -9 -R MyPBW.zip . -i *.* -x *.sr* *.pbg *.pbc *.pbp

Schreibe einen Kommentar