Multi-Threading in Imacros Scripting Edition & VBA?

Damo8884

Newbie
Joined
Apr 28, 2009
Messages
47
Reaction score
13
Just wondering if it's actually possible to have multiple threads running in Imacros?

I can kinda get multiple instances of Imacros running through iimRunner.exe, but is there a way to have separate cookies & proxy settings for each one?

Or do I need to learn C?!
 
Imacros is multithread safe (or so they claim) so you just need to use a language that is multithread capable, such as vb.net or C#
 
Back
Top