summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/scripts/musixtex/Windows/musixtex.bat
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/scripts/musixtex/Windows/musixtex.bat')
-rwxr-xr-xMaster/texmf-dist/scripts/musixtex/Windows/musixtex.bat6
1 files changed, 0 insertions, 6 deletions
diff --git a/Master/texmf-dist/scripts/musixtex/Windows/musixtex.bat b/Master/texmf-dist/scripts/musixtex/Windows/musixtex.bat
deleted file mode 100755
index 70c136972de..00000000000
--- a/Master/texmf-dist/scripts/musixtex/Windows/musixtex.bat
+++ /dev/null
@@ -1,6 +0,0 @@
-:: wrapper script to call musixtex.lua
-:: Usage: musixtex [options] basename[.tex]
-:: Suggested by Tomasz Luczak (Tomek) t34www@googlemail.com
-
-@for /f "delims=" %%I in ('kpsewhich --format=texmfscripts %~n0.lua') do texlua "%%I" %*
-:end