diff options
Diffstat (limited to 'Master/texmf-dist/scripts/musixtex/Windows')
-rwxr-xr-x | Master/texmf-dist/scripts/musixtex/Windows/musixflx.bat | 3 | ||||
-rwxr-xr-x | Master/texmf-dist/scripts/musixtex/Windows/musixtex.bat | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/Master/texmf-dist/scripts/musixtex/Windows/musixflx.bat b/Master/texmf-dist/scripts/musixtex/Windows/musixflx.bat index d24a84b1cc7..684441ebb3d 100755 --- a/Master/texmf-dist/scripts/musixtex/Windows/musixflx.bat +++ b/Master/texmf-dist/scripts/musixtex/Windows/musixflx.bat @@ -1,5 +1,6 @@ :: wrapper script to call musixflx.lua
-:: Usage: musixflx basename[.mx1 | .tex]
+:: 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
diff --git a/Master/texmf-dist/scripts/musixtex/Windows/musixtex.bat b/Master/texmf-dist/scripts/musixtex/Windows/musixtex.bat index ede163de69c..70c136972de 100755 --- a/Master/texmf-dist/scripts/musixtex/Windows/musixtex.bat +++ b/Master/texmf-dist/scripts/musixtex/Windows/musixtex.bat @@ -1,5 +1,6 @@ :: wrapper script to call musixtex.lua
-:: Usage: musixtex basename[.tex]
+:: 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
|