Yes. Here is an example batch file:
Code:
Gibbed.SaintsRow2.BuildPackage.exe "patch.vpp_pc" "modified" "extracted\patch"
Gibbed.SaintsRow2.BuildPackage.exe <- executable
"patch.vpp_pc" <- what to name the archive you are building
"modified" <- the folder containing your modified files (like sr2_city.lua from Sandbox+)
"extracted\patch" <- the location of your extracted vanilla patch files
For the example above, I would have the tools and batch file in c:\sr2mod\
The rest of the folders:
c:\sr2mod\modified\
c:\sr2mod\extracted\patch
Just make sure you don't have an existing patch.vpp_pc file in the root with your tools. I'm not sure if it still does it, but earlier versions of the tools would crash when it tried to write the new archive if one already existed.