Here is VBScript that will remove annoying IgorUSB:
Free version! - Copyright (c) Ing. Igor Cesko 2003
message box when Eventghost is started.
Code: Select all
Set objShell = CreateObject("WScript.Shell")
While objShell.AppActivate("Free version!") <> True
WScript.Sleep 500
Wend
WScript.Sleep 2000 'two seconds, you can lower it
objShell.SendKeys "{ENTER}"
Set objShell = Nothing
Wscript.QuitMaybe this script can be somehow integrated in Eventghost so this annoying screen wil be removed automatically?!
Drazen