JScript
(Copy URL in PhpBB Forum Format - Info)From iMacros
You can write Windows Script Host scripts in any active scripting language. Windows comes with VBScript and JScript (MS version of JavaScript) so to automate iMacros from within your browser you simply use
var application = WScript.CreateObject('imacros')
This will run iMacros locally on the client. iMacros can also run on the server. In this case you would typically use ASP, ASP.NET or PHP to start it.
