"Fossies" - the Fresh Open Source Software Archive

Member "install-tl-20231127/texmf-dist/scripts/texlive/tl-errmess.vbs" (4 Jul 2019, 177 Bytes) of package /linux/misc/install-tl-unx.tar.gz:


As a special service "Fossies" has tried to format the requested source page into HTML format using (guessed) Visual Basic source code syntax highlighting (style: standard) with prefixed line numbers. Alternatively you can here view or download the uninterpreted source code file.

    1 option explicit
    2 
    3 Dim wsh, envi
    4 
    5 Set wsh = wscript.CreateObject("wscript.shell")
    6 Set envi = wsh.environment("PROCESS")
    7 MsgBox envi("RUNSCRIPT_ERROR_MESSAGE"), vbcritical, "Error"