Only three Lines need for the chaotic VBScript:
DIM objShell
set objShell=wscript.createObject("wscript.shell")
iReturn=objShell.Run("the.exe", 0, TRUE)
DIM objShell
set objShell=wscript.createObject("wscript.shell")
iReturn=objShell.Run("the.exe", 0, TRUE)
0 comments:
Post a Comment