Scripting from the Command Line

Scripting enables you to run operations typically performed in the user interface. Simply specify and run a standalone stream on the command line when launching IBM® SPSS® Modeler. For example:

client -script scores.txt -execute

The -script flag loads the specified script, while the -execute flag executes all commands in the script file.