The execute posted run a script without performing any registration.
Perhaps it is only because he is on my computer ?
If someone could test it.
The runned script:
Quote
Dim MyVar, Input
Dim MonObjet ,object
MyVar = 0
MyVar = MyVar + 1
MyVar = MyVar + 1
MyVar = MyVar + 1
MyVar = MyVar + 1
MyVar = MsgBox ("MyVar is now " & MyVar, 65, "pssssssssst......")
'SET MonObjet=CreateObject("IFrscriptExe.object")
Application.SetText = "Now you can set the text HERE by script alone."
Input = InputBox("Enter your name")
DO
Application.SetText = "You entered: " & CHR(13) & CHR(10) & Input
Input = InputBox("Now enter something else:")
IF Input = "" Then Exit Do
LOOP
Looks like a visual basic scipt (http://en.wikipedia.org/wiki/VBScript).
You WIN :lol:
Did He work on your machine ?
seems to work fine here, Yves
XP SP3
Quote from: ToutEnMasm on November 15, 2012, 02:13:24 AMDid He work on your machine ?
yes, but fortunately my AV suspend the execution until I gave my consent.
Thanks,I was not sure he can work anywhere.
Avira stopped the executable but I turned off the AV and tried again. Nice work Yves :t