summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/scripts/context/stubs/mswin/mtxrun.cmd
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/scripts/context/stubs/mswin/mtxrun.cmd')
-rw-r--r--Master/texmf-dist/scripts/context/stubs/mswin/mtxrun.cmd5
1 files changed, 5 insertions, 0 deletions
diff --git a/Master/texmf-dist/scripts/context/stubs/mswin/mtxrun.cmd b/Master/texmf-dist/scripts/context/stubs/mswin/mtxrun.cmd
new file mode 100644
index 00000000000..f30148ddbd0
--- /dev/null
+++ b/Master/texmf-dist/scripts/context/stubs/mswin/mtxrun.cmd
@@ -0,0 +1,5 @@
+@echo off
+setlocal
+set ownpath=%~dp0%
+texlua "%ownpath%mtxrun.lua" %*
+endlocal