intranet/Intranet/Developper Mode/error.vbs..txt
2017-03-05 13:52:26 +01:00

8 lines
No EOL
230 B
Text
Executable file

result = MsgBox ("The Windows Explorer Stopped Working :(", vbCritical, "Explorer.exe Stopped Working")
Select Case result
Case vbOk
Set WshShell = WScript.CreateObject("WScript.Shell")
WshShell.Run "error.vbs"
End Select