Script File Names

Enclose file names within angle brackets, < >. All characters within the brackets are taken literally, but underscore characters are not allowed. File names may be stored in variables. For example:

CAPTURE ON <transcript>  \* a literal file name
_var = <new script>        \* assign a file name
                         \* to a variable
EXEC _var   \* execute a script
            \* whose name is in _var
CAPTURE OFF <>

Copyright © 2017 American Chemical Society. All Rights Reserved.