Search found 12 matches

by gmatch
Mon Nov 07, 2011 10:28 pm
Forum: Command Line and Scripting Interface
Topic: VBS won't loop
Replies: 3
Views: 3206

Re: VBS won't loop

It doesn't seem to work for any of the macros I've used it with. Here's a shortened example of what doesn't work: VERSION BUILD=7311339 TAB T=1 TAB CLOSEALLOTHERS SET !ERRORIGNORE YES SET !LOOP 2 SET !DATASOURCE C:\myfolder\submit.csv SET !DATASOURCE_LINE {{!LOOP}} SET !DATASOURCE_COLUMNS 5 ' URL GO...
by gmatch
Fri Nov 04, 2011 2:08 am
Forum: Command Line and Scripting Interface
Topic: VBS won't loop
Replies: 3
Views: 3206

VBS won't loop

I'm trying to use a VBS file to run instances of a .iim macro file. It works except that when looping, it pulls the same row of data out of my spreadsheet instead of using the next row's data. After reading http://forum.imacros.net/viewtopic.php?f=7&t=12884, I've realized I need to edit my .iim ...
by gmatch
Tue Oct 04, 2011 7:24 pm
Forum: Command Line and Scripting Interface
Topic: How to stop a VBS script once started?
Replies: 2
Views: 2903

How to stop a VBS script once started?

I've got a vbs script that plays a series of imacros scripts that I've defined.It's constantly opening/closing the imacros browser as it starts/finishes various scripts. How can I stop this script once it has started? Is there a service/process that controls vbs scripts that I could end? I ask becau...
by gmatch
Sat Aug 20, 2011 5:58 am
Forum: General Support & Discussions
Topic: Testing bigbluebutton flash meeting
Replies: 9
Views: 5480

Re: Testing bigbluebutton flash meeting

Any luck finding a fix to this? I've experienced this same issue on multiple computers as well with both old and newer versions of imacros.
by gmatch
Thu Aug 11, 2011 7:57 am
Forum: Command Line and Scripting Interface
Topic: iimInit() Won't run scripting interface
Replies: 1
Views: 1837

iimInit() Won't run scripting interface

I've got the below script that works with IE(when changing iimInit() to "-ie") that starts a new macro session after each item of a loop. I can't for the life of me figure out how to make it start the scripting browser however. If I try to run it, it acts like nothing happens. Am I missing...
by gmatch
Thu Jun 02, 2011 1:28 am
Forum: iMacros Consultants
Topic: Need simple script - Paid
Replies: 1
Views: 3882

Need simple script - Paid

I need a simple .vbs file that I can use to run a looped macro with a new instance of IE/Firefox/iMacros on each loop. I'm hoping this is something that I can slightly tweak and reuse for many other scripts that need this function. The current .iim script I created uses a different proxy on each loo...
by gmatch
Wed Jun 01, 2011 8:45 am
Forum: General Support & Discussions
Topic: Imacros Session Cookies
Replies: 5
Views: 8959

Re: Imacros Session Cookies

I have the scripting version, although I'm not much of a coder. What you mentioned sounded perfect, but I'm lost as to where to begin trying to figure out how to make that script. Are you talking about using just an iim file, or some combination of vbs and whatnot? To replay macros, I've only ever u...
by gmatch
Wed Jun 01, 2011 2:31 am
Forum: General Support & Discussions
Topic: Imacros Session Cookies
Replies: 5
Views: 8959

Imacros Session Cookies

To set this question up, I want to clarify my understanding of 2 things: The "CLEAR" command only deletes cookies that are stored on your hard drive. To clear "session cookies"/cookies stored in memory, you have to close/restart the actual web browser. My question is regarding lo...
by gmatch
Tue Aug 04, 2009 7:04 am
Forum: Command Line and Scripting Interface
Topic: .JS to play macro queue list
Replies: 1
Views: 1733

.JS to play macro queue list

I have a spreadsheet with 2 columns. The first column is a list of macros I want to run, and the 2nd column is the # of times I want to run each. I've come up with the code below, but it's giving me errors. I barely know javascript but I think there's a problem with these 3 areas: SET !DATASOURCE_LI...
by gmatch
Mon Aug 03, 2009 9:51 pm
Forum: iMacros Consultants
Topic: NEED: Macro Queue player script
Replies: 1
Views: 3467

NEED: Macro Queue player script

I'm looking to pay someone for their time to code this. Please leave your email address so I can get back to you. What I need is a script that will let me play a selected set of macros. When one macro is done playing the script would continue to the next in a list. I will be changing the list of mac...
by gmatch
Mon Jan 19, 2009 3:16 am
Forum: How-To's and Examples for Form Filling
Topic: CSV Standard File Format
Replies: 11
Views: 175138

Re: CSV Standard File Format

Quote: 5. Embedded double-quotes - Embedded double-quote characters must be doubled, and the field must be delimited with double-quotes. I'm not finding this to work. What's the current solution when a field has quotes/commas both inside it? Here's an example of what I can't get into 1 field: Couple...
by gmatch
Mon Jan 19, 2009 2:49 am
Forum: General Support & Discussions
Topic: Current CSV Delimiter can be unusable
Replies: 2
Views: 3657

Re: Current CSV Delimiter can be unusable

I really need to find a way to change the delimiter and am not understanding how to make this work. I want to use the schema.ini to choose the delimiter(|) for me since imacros doesn't have that functionality yet. I have my schema.ini in the folder of the text file I want to read from. How do I tell...