Automatic execution of scripts

A script can be automatically executed on invocation of the environment. This is accomplished by the -SCRIPT command line switch.  When the environmentis passed the -SCRIPT command line switch, the scriptName script (file) is executedimmediately.  This allows for automated building of Projects.

[M2E | ADAE | PPE] [projectname] [ -win32 | -win16 | -x32 | -dos| -SUNOS | -solaris | -linux ] [-SCRIPT:scriptName{,scriptParam}]

In addition, the -SCRIPT qualifier allows up to 8 strings tobe passed as scriptParams.  These may be used for script expression evaluation,allowing for conditional execution within scripts.