Tagged 'deploy' http://www.scriptspot.com/3ds-max/scripts/tags/deploy en Package Script http://www.scriptspot.com/3ds-max/scripts/package-script <p>This utility takes a script filename as input, and compiles all of the included scripts into a single script file. You can exclude individual scripts by name when you add them to an array of excluded filenames. You can encrypt the script by passing "true" for the argument "encrypt".</p> <p>Example Usage:<br /> -- exclude these scripts form compiling into the output script<br /> packageScriptExcludeFiles = #("Custom.ms", "XMLExample.ms", "AnimationViewer.ms")<br /> packageScript "YourInputScriptName.ms" "OutputName.ms" encrypt:true</p> http://www.scriptspot.com/3ds-max/scripts/package-script#comments Scripts combine compile deploy deployment package Wed, 28 Sep 2011 21:17:54 +0000 Slather 7455 at http://www.scriptspot.com