XM Satellite Radio AA-RU5HC-TE Computer Drive User Manual


 
SSSU Command Reference
65Command View EVA Storage System Scripting Utility Reference Guide
The FILE command causes the current mode of input to suspend and redirects the
scripting utility to accept input from the specified file. Either the end of the file or
an EXIT command in the specified file causes SSSU to again accept input from
the previous input source.
FILE commands can be nested. Nesting FILE commands means that a file being
executed through a FILE command can have FILE commands within its
command set. The only limitation on how deep FILE commands may be nested is
based on the host system’s resources.
Syntax
FILE <filename>
An extension is not required by SSSU, although you can choose one appropriate
to your environment.
Examples
FILE snapd1.txt
FILE d:\scripts\snapshots\d27.txt
The first example executes the file snapd1.txt from the current directory.
The second example executes a file d27.txt located in the specified directory.
FILE