Difference between revisions of "Call"
From Wiki
m |
m (versions info) |
||
Line 19: | Line 19: | ||
</pre> | </pre> | ||
+ | {{versions|1.42, 1.5}} | ||
{{footer}} | {{footer}} |
Revision as of 21:13, 27 April 2006
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
Version Info
1.42, 1.5
See also
Main Page | Documentation |