How can I set up a 24 hours operation with iMacros?
问题 How can I set up a 24 hours a day, 7 days a week (non-stop) operation with iMacros? I Found that code but i can't adapt it my macro. i don't know use visual basic but i setup vbs 2008 today. How can i use that code on my imacros code? Anybody can tell it step by step on vbs. Thanks 'Sample code B Set iim1= CreateObject ("imacros") For m = 1 to 5000 iret = iim1.iimInit() For n = 1 to 1000 iret = iim1.iimPlay ("macro1") Next iret = iim1.iimExit() Next Source: http://wiki.imacros.net/Web_Testing