Search found 3713 matches

by Tom, Tech Support
Fri Jun 30, 2023 1:54 pm
Forum: General Support & Discussions
Topic: iMacros error preventing launch
Replies: 1
Views: 2128

Re: iMacros error preventing launch

Aside from iMacros 9 and IE no longer being supported, the main suggestion I can offer is to try uninstalling and reinstalling the software to see if that sorts out the issue.
by Tom, Tech Support
Wed Apr 12, 2023 8:42 am
Forum: Installation and License Activation
Topic: imacros wont come up anymore
Replies: 6
Views: 10376

Re: imacros wont come up anymore

les_stockton wrote:
Tue Apr 11, 2023 11:51 am
I don't know what that means. No profile?
https://www.screencast.com/t/mLQ5i7Ig
by Tom, Tech Support
Tue Apr 11, 2023 10:03 am
Forum: Installation and License Activation
Topic: imacros wont come up anymore
Replies: 6
Views: 10376

Re: imacros wont come up anymore

nope. did a re-install. when I click on the imacros icon in the toolbar, nothing happens. the imacros window doesn't come up; nothing. I checked the console and see this: api.min.js:1 [OptinMonster] The referrer site could not be found. It may not have been registered with OptinMonster. Domain prov...
by Tom, Tech Support
Fri Mar 31, 2023 6:01 pm
Forum: Command Line and Scripting Interface
Topic: Extra check in UploadFiles
Replies: 14
Views: 72365

Re: Extra check in UploadFiles

btw, is it possible to debug the code in Visual studio or something ? So I can intervene on a specific piece of code. Not typically with a regular VBScript file. You have to resort to adding MsgBox calls in the script in order to pause and/or display variable values. The core library included with ...
by Tom, Tech Support
Fri Mar 31, 2023 9:56 am
Forum: Command Line and Scripting Interface
Topic: Extra check in UploadFiles
Replies: 14
Views: 72365

Re: Extra check in UploadFiles

Tom, I've a questions regarding this, don't know if I need to make a new thread, if so please tell me and I will create a new one! Just the question; Hopefully you remeber how to build our script! Is there a possiblity to check the count of the PDF files in the specific folder of the LRN number whi...
by Tom, Tech Support
Fri Mar 31, 2023 9:31 am
Forum: Installation and License Activation
Topic: Can not unlock my iMacros !
Replies: 3
Views: 3113

Re: Can not unlock my iMacros !

Here is my last reply on the original thread : Hi Wolf, In the same area of the customer portal where you found the license and downloaded the software, there is also a link to deactivate a license. Once you deactivate the license via the portal, you will be able to reactivate it on your current mac...
by Tom, Tech Support
Tue Mar 28, 2023 1:55 pm
Forum: Installation and License Activation
Topic: imacros wont come up anymore
Replies: 6
Views: 10376

Re: imacros wont come up anymore

Les, have you tried uninstalling and reinstalling the extension and/or reinstalling iMacros File Access / Personal Edition?

If reinstalling the extension doesn't work, try creating a new Chrome user profile and install the iMacros extension under that profile.
by Tom, Tech Support
Wed Mar 15, 2023 9:03 am
Forum: Installation and License Activation
Topic: Have data, but no more Access Setup.
Replies: 4
Views: 3897

Re: Have data, but no more Access Setup.

Hi Wolf,

In the same area of the customer portal where you found the license and downloaded the software, there is also a link to deactivate a license. Once you deactivate the license via the portal, you will be able to reactivate it on your current machine.
by Tom, Tech Support
Sat Mar 11, 2023 12:29 pm
Forum: Installation and License Activation
Topic: Have data, but no more Access Setup.
Replies: 4
Views: 3897

Re: Have data, but no more Access Setup.

Greetings.... I bought iMacros almost 3 years ago. Didn't need it for a long time and had the data on an external hard drive. This was accidentally deleted, ... By data recovery I could recover the setup files, even with your code in the filename unfortunately no longer open comes an error message ...
by Tom, Tech Support
Fri Feb 24, 2023 3:14 pm
Forum: Command Line and Scripting Interface
Topic: Extra check in UploadFiles
Replies: 14
Views: 72365

Re: Extra check in UploadFiles

But the test123 text must be based on the name which iMacros is processing right now. So if iMacros is processing my csv file named : Testfile - Test123.csv Test123.txt should be the target text to find. So it must be variable. Okay, I see, this was not clear to me previously, and after seeing your...
by Tom, Tech Support
Wed Feb 22, 2023 5:33 pm
Forum: iMacros Component for .NET
Topic: Run two macros sequentially in the same browser window using iimOpen and VB.Net
Replies: 4
Views: 6150

Re: Run two macros sequentially in the same browser window using iimOpen and VB.Net

Both versions will benefit from the patch, if you are using them both for launching iMacros for Chrome. As noted in the ReadMe, the components in the patch supercede the versions shipped in the product installers, even though the shipped versions may have later build dates (that includes iMacros 14....
by Tom, Tech Support
Wed Feb 22, 2023 5:05 pm
Forum: Command Line and Scripting Interface
Topic: Extra check in UploadFiles
Replies: 14
Views: 72365

Re: Extra check in UploadFiles

So what I've to do is I think something Code: Select all If UCase(Right(file.name, 4)) = ".TXT" Then uploadFile = StringHelper.Match(Split(file.Name, "-")(1), Split({{translimaFileName}}, "-")(1)) So the code will match the filename after the - and also the file name a...
by Tom, Tech Support
Wed Feb 22, 2023 2:22 pm
Forum: Command Line and Scripting Interface
Topic: Extra check in UploadFiles
Replies: 14
Views: 72365

Re: Extra check in UploadFiles

The .txt file needs to be found based on the file which iMacros is using at that moment for fill in the website forms. So for example; The file which iMacros is reading for the webforms is named: 123456 - Test123.csv In my Folder there are multiple .txt files : 100KG 100022 - Test123.txt 101KG 1000...
by Tom, Tech Support
Wed Feb 22, 2023 12:50 pm
Forum: Command Line and Scripting Interface
Topic: Extra check in UploadFiles
Replies: 14
Views: 72365

Re: Extra check in UploadFiles

Ah yes, the AutoPEACH project, I remember working on this! Here's how you can change that For loop to achieve what you want: For Each file In attachmentsFolder.Files Dim uploadFile : uploadFile = True If UCase(Right(file.Name, 4)) = ".TXT" Then uploadFile = StringHelper.Match(file.Name, &q...
by Tom, Tech Support
Wed Feb 22, 2023 10:46 am
Forum: iMacros Component for .NET
Topic: Run two macros sequentially in the same browser window using iimOpen and VB.Net
Replies: 4
Views: 6150

Re: Run two macros sequentially in the same browser window using iimOpen and VB.Net

Hi user9, I would also recommend applying the latest scripting interface patch , which includes a fix when calling iimOpen with False as the second parameter for attaching to an existing browser instance. You can find descriptions of the other changes listed in the release notes for iMacros for Chro...