Introduction
Statistics
Contact
Development
Disclaimer
Help
ftp.icm.edu.pl home page
:: wrapper script to call musixflx.lua
:: Usage: musixflx basename[.mx1 | .tex] [debug mode]
:: Suggested by Tomasz Luczak (Tomek)
[email protected]
@for /f "delims=" %%I in ('kpsewhich --format=texmfscripts %~n0.lua') do texlua "%%I" %*
:end