run

run filename <arguments>

This command runs the script contained in the named file, which generally has a ".gs" tag at the end. Optional arguments are passed to the script as a string variable.

Usage Notes

The run command and the ".gs" extension may be implied. A Grads command such as:

may be simplified to:

See the discussion on storing Grads scripts for further information.

Examples