I run a fairly basic Kix script at logon. I have been ask to integrate a .vbs into my Kix script but I would much rather just run it as Kix. How can I convert this into the Kix format. I am running Kix v4.5 and run the scripts through the Group Policy on a Windows 2003 domain.

(.vbs script)
ON ERROR RESUME NEXT

Set settings = CreateObject("EmailChecker.Settings")
Do While (Not settings.getRandomQuestionPopup)
Loop
Set settings = Nothing

Thanks
LMS