Posted by member 5575 on 2006-02-26 23:18:31 link

Yep - the standalone bang.exe is nice if you want to stick it in a folder with a vbscript though, since the vbscript has no simple way of knowing the correct path to litestep.exe. It knows its own folder, though, so you can just drop a copy of bang.exe in there for it to use. You *could* dig in the registry for the path to the LS executable, assuming LS has been installed in the usual fashion.

As far as mzscript args go, yes, you can pass it stuff. From the 0.9.13 *docs* (hint, hint =P):
%{args}
%{\1} %{\2} %{\3} %{\4} %{\5} %{\6} %{\7} %{\8} %{\9}
The first will give you the entire argument list for the currently executing
bang command. The other 9 will return individual tokens in the list. Note
that calling another user-defined mzscript bang command will wipe out these
variables.