ScriptSpot

Script

Package Script

By Slather · 2011-09-28

Version
1.0
Version requirement
None? Max 8+
Date updated
2011-09-28
Download
Download
Description

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".

Example Usage:
-- exclude these scripts form compiling into the output script
packageScriptExcludeFiles = #("Custom.ms", "XMLExample.ms", "AnimationViewer.ms")
packageScript "YourInputScriptName.ms" "OutputName.ms" encrypt:true

Tags: deploy, package, combine, compile, deployment