How to use BFarchive utility to compress multiple files

Hi All, I want to compress multiple files to form a bfswd file in Bigfix to be downloaded to excute a package with its associated scripts. Could you please let me know how can I use BFArchive utility to compress multiple files?

Please see the BFArchive usage details here https://www.ibm.com/developerworks/community/wikis/home?lang=en#!/wiki/Tivoli%20Endpoint%20Manager/page/BFArchive%20Tool

In particular, note the create option:

bfarchive.exe -a [source file or directory] [name of archive]

So, if you place the multiple files in a directory, the BFArchive utility will compress them all.

2 Likes