summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/scripts/texlive/tl-errmess.vbs
blob: 6212afc41819899b56e5a749d311425805f2e96d (plain)
1
2
3
4
5
6
7
option explicit

Dim wsh, envi

Set wsh = wscript.CreateObject("wscript.shell")
Set envi = wsh.environment("PROCESS")
MsgBox envi("RUNSCRIPT_ERROR_MESSAGE"), vbcritical, "Error"