summaryrefslogtreecommitdiff
path: root/macros/generic/musixtex/scripts/musixtex.bat
blob: 249ae595c434985fdb536cd36e849ac9b063891a (plain)
1
2
3
4
5
6
:: wrapper script to call musixtex.lua
:: Usage: musixtex [options] basename[.tex|.ltx|.mtx|.pmx|.aspc]
:: Suggested by Tomasz Luczak (Tomek) t34www@googlemail.com

@for /f "delims=" %%I in ('kpsewhich --format=texmfscripts %~n0.lua') do texlua "%%I" %*
:end