summaryrefslogtreecommitdiff
path: root/macros/generic/musixtex/scripts/musixflx.bat
diff options
context:
space:
mode:
Diffstat (limited to 'macros/generic/musixtex/scripts/musixflx.bat')
-rw-r--r--macros/generic/musixtex/scripts/musixflx.bat6
1 files changed, 6 insertions, 0 deletions
diff --git a/macros/generic/musixtex/scripts/musixflx.bat b/macros/generic/musixtex/scripts/musixflx.bat
new file mode 100644
index 0000000000..684441ebb3
--- /dev/null
+++ b/macros/generic/musixtex/scripts/musixflx.bat
@@ -0,0 +1,6 @@
+:: wrapper script to call musixflx.lua
+:: Usage: musixflx basename[.mx1 | .tex] [debug mode]
+:: Suggested by Tomasz Luczak (Tomek) t34www@googlemail.com
+
+@for /f "delims=" %%I in ('kpsewhich --format=texmfscripts %~n0.lua') do texlua "%%I" %*
+:end