Difference between revisions of "Call"
From Wiki
(→Description: Applying template to note) |
|||
Line 1: | Line 1: | ||
− | + | {{command header|Flow Control}} | |
− | + | {{body|call {file} [parameter...]|''call'' command will transfer execution to another script. It will run the script until it meets the [[exit]] command or the end of the file.}} | |
− | + | ||
− | + | ||
− | call {file} [parameter...] | + | |
− | + | ||
− | + | ||
− | + | ||
Line 24: | Line 18: | ||
</pre> | </pre> | ||
− | + | {{footer}} | |
− | { | + | |
− | + | ||
− | + | ||
− | + | ||
− | { | + | |
− | + | ||
− | + | ||
− | + |
Revision as of 09:41, 27 August 2005
Synopsis
call {file} [parameter...]
Description
call command will transfer execution to another script. It will run the script until it meets the exit command or the end of the file.
Note: | Right now EasyUO doesn't really support strings. Therefore, CALL won't work if the path to a file contains any spaces. Use the DOS short filename syntax to get around this problem.
|
Example
call subs.txt recall %runebookid %runenum halt
See also
Main Page | Documentation |