8 lines
No EOL
230 B
Text
Executable file
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 |