Tony Parker wrote:
For example in a "main.bat" file you would call other secondary files thusly:
call sub1.bat call sub2.bat call sub3.bat
[I usually don't bother with the "call", but hey...]
What would be the correct "code" in the Fractint Autokey "language" to instruct Fractint to "call" secondary Autokey script files?
As I understand it, an Autokey script is just a fairly direct translation of keystrokes of the sort made during an autokey recording (with the autokey parser effectively taking over from the keyboard). As such, there are virtually no flow control or suchlike constructs, only keystroke commands. (There's a GOTO label construct, but without conditionals, it's only of limited use). In particular, there's no "include" directive. (And if you try and specify a new script during playback via "G", it doesn't seem to work.) It would be a Good Thing (at least, in my opinion), if the Autokey feature were to be extended to become more of a proper scripting language however. Then I wouldn't need to write Perl scripts to write Autokey scripts :) Morgan L. Owens "Hey, it worked for emacs"