Reply To: Exiting Older B2S EXE Backglasses

#13467
Arngrim
Participant
    @arngrim

    i saw that the other day on a table, i didn’t test myself but it should work fine, no need to assign a special key or whatever

    Sub Table_Exit()

    Dim WshShell
    Set WshShell = CreateObject(“WScript.Shell”)
    WshShell.Run “taskkill /F /IM “”Fireball_B2S.exe”””,0,true

    End Sub

    put that at the bottom of the script, if the init of the table is sub table1_init for example, it must be sub table1_exit , and you need the right name of your exe in the “” , and vp must be in admin mode i guess

    ©2025 VPinBall.com

    Log in with your credentials

    Forgot your details?