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