As a result, I found this option:
http://johannburkard.de/blog/programming/javascript/automate-javascript-compression-with-yui-compressor-and-packer.html
This is a batch file that combines local versions of concatenation, YUI Compressor and Dean Edward Packer.
In the end, however, I could not get Packer to work locally. He continued to decompose my .js.
So, I skipped this part, and then executed the compressed YUI code through the online packer and saw only a 1% increase in compression, so I just skipped the Packer step.
In the end, my solution used the above related instructions with a slightly modified batch file:
type .. \ js-in *> jb.js java -jar .. \ yui \ build \ yuicompressor-2.4.2.jar jb.js -o jb-yui.js
() . !