Added #INSERT capabilities to @batchcmd processor too. This allows to group and run multiple batch-cmd batchfiles from one central batchfile. You can not mix batchcmd and batchcode files however - that would go beyond the use cases for the respective batch processors (and give unnecessarily complex code for little gain).

This commit is contained in:
Griatch 2012-03-21 10:24:49 +01:00
parent 2ebbf51a8a
commit 8350c7dca7
2 changed files with 73 additions and 28 deletions

View file

@ -48,7 +48,7 @@ know you want to!
# Now let's place the button where it belongs (let's say limbo #2 is
# the evil lair in our example)
teleport #2
@teleport #2
#... and drop it (remember, this comment ends input to @teleport, so don't
#forget it!) The very last command in the file need not be ended with #.