[<<Previous Entry]
[^^Up^^]
[Next Entry>>]
[Menu]
[About The Guide]
@ (nested script) Specify name of script file
------------------------------------------------------------------------------
Purpose : Specify the name of a script file
Syntax : @<scriptname>
Example : # Process the link script 'Myscript' here
@Myscript
Blinker supports nested script files of any size to a depth of 5 levels. The
processing of nested script files is similar to a program function call:
when Blinker encounters a nested script command, the current script file is
suspended, the second script is processed, and then Blinker returns to the
first script and resumes processing.
When searching for a script, Blinker will first look in the current
directory, and then in the path specified in the LIB environment variable.
This will allow frequently used scripts which are rarely modified, (such as
scripts for overlaying a particular library), to be stored in a common
directory for convenience.
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
Written by Dave Pearson