summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/scripts/texlive/tl-errmess.vbs
diff options
context:
space:
mode:
authorSiep Kroonenberg <siepo@cybercomm.nl>2019-07-04 18:48:23 +0000
committerSiep Kroonenberg <siepo@cybercomm.nl>2019-07-04 18:48:23 +0000
commit85595b28c0d98bc33512d9f409770cbfb6bb7cf9 (patch)
tree0a57a8401651d035cb92559862bfcfe9a8c4be8d /Master/texmf-dist/scripts/texlive/tl-errmess.vbs
parentce05cb8b219711b74cbc19898837f9485c598608 (diff)
runscript GUI error messages with vbscript rather than tcl
git-svn-id: svn://tug.org/texlive/trunk@51550 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/scripts/texlive/tl-errmess.vbs')
-rw-r--r--Master/texmf-dist/scripts/texlive/tl-errmess.vbs7
1 files changed, 7 insertions, 0 deletions
diff --git a/Master/texmf-dist/scripts/texlive/tl-errmess.vbs b/Master/texmf-dist/scripts/texlive/tl-errmess.vbs
new file mode 100644
index 00000000000..6212afc4181
--- /dev/null
+++ b/Master/texmf-dist/scripts/texlive/tl-errmess.vbs
@@ -0,0 +1,7 @@
+option explicit
+
+Dim wsh, envi
+
+Set wsh = wscript.CreateObject("wscript.shell")
+Set envi = wsh.environment("PROCESS")
+MsgBox envi("RUNSCRIPT_ERROR_MESSAGE"), vbcritical, "Error" \ No newline at end of file