For anyone still looking for the free wc.exe utility mentioned earlier in previous posts (the links are no longer working) you can find it here:
http://www.tawbaware.com/wc.htm
Search found 16 matches
- Mon Mar 14, 2016 7:00 am
- Forum: Technical / Scripting
- Topic: [Bounty Won] Text Blob Line Counter Speed Challenge
- Replies: 29
- Views: 33038
- Mon Jan 25, 2016 2:25 pm
- Forum: Beginners
- Topic: Selecting one of the dropdown option on webpage
- Replies: 2
- Views: 4065
Re: Selecting one of the dropdown option on webpage
I usually use the image recognition wiz to grab the button or drop down then use the down arrow keys to move through the drop down selections if you can't tab through elements of the page
Sent from my iPhone using Tapatalk
Sent from my iPhone using Tapatalk
- Thu Jun 25, 2015 10:49 am
- Forum: Beginners
- Topic: (First Letter) Not Appropriate
- Replies: 2
- Views: 4620
Re: (First Letter) Not Appropriate
This code helped me thanks Marcus
- Wed Feb 11, 2015 6:08 pm
- Forum: Technical / Scripting
- Topic: IE Child window halts script
- Replies: 2
- Views: 3254
Re: IE Child window halts script
Ended up going away from the IETag way of doing things and resolved it my moving the page up and down and then using image recognition which worked very well.
- Wed Feb 11, 2015 11:04 am
- Forum: Technical / Scripting
- Topic: IE Child window halts script
- Replies: 2
- Views: 3254
Re: IE Child window halts script
I'm going to try this previous solution from Marcus: viewtopic.php?f=2&t=7652&p=33715&hilit=IE+popup#p33715. Sounds like its the same problem I have. I never found this post in my many previous searches so pleased!
- Wed Feb 11, 2015 10:03 am
- Forum: Technical / Scripting
- Topic: IE Child window halts script
- Replies: 2
- Views: 3254
IE Child window halts script
Trying to automate the logon and extract of monthly bank statement. Everything has been building nicely but now I have an IE popup when successfully pulling up a URL that prompts what to do with a CSV download. It appears to halt the script. I can't even get the script to jump out at BREAKPOINT righ...
- Thu Apr 19, 2012 11:55 am
- Forum: Technical / Scripting
- Topic: Access violation at address 00000000
- Replies: 5
- Views: 7459
You are right it was only 2 files for the webrecorder: IEAuto.dll IEAuto.ini Judging by the dates I would say they were the Web Recorder 2 files. Have now Installed WR 3 and it created a new imports dir with the same files but newer 2012 dates. All still working well so I guess that was it. I should...
- Thu Apr 19, 2012 11:22 am
- Forum: Technical / Scripting
- Topic: Access violation at address 00000000
- Replies: 5
- Views: 7459
You are the man!
Hi Marcus, All working now, many thanks! 1. Was fine 2. Was fine 3. Needed fixed. HKEY_CURRENT_USER\Software\MJTNET\MSched13 - DataDir This showed as c:\ADMIN_ACCOUNT\My Documents\Macro Scheduler 13 so changed it to c:\USER_ACCOUNT\My Documents\Macro Scheduler 13 Tried it again after that and it sti...
- Thu Apr 19, 2012 11:01 am
- Forum: Technical / Scripting
- Topic: Access violation at address 00000000
- Replies: 5
- Views: 7459
- Thu Apr 19, 2012 12:04 am
- Forum: Technical / Scripting
- Topic: Access violation at address 00000000
- Replies: 5
- Views: 7459
Access violation at address 00000000
Hi Folks, I have just installed MS 13 but am getting the error: Access violation at address 00000000. Read of address 00000000 This is happening for any and all scripts immediately. None of the sample scripts will run without this error and then it fails. I then need to stop the script but MS will n...
- Sat Apr 02, 2011 11:11 pm
- Forum: Technical / Scripting
- Topic: Unusual problem with SMTPSendMail to Amazon Kindles
- Replies: 9
- Views: 9492
I need to put my hand up here and say I'm very sorry for wasting your time Marcus. Looked over the code again and the email addresses for the Kindles were coming from a new INI file I was testing with and not the standard one as I had thought and been checking! The new INI had fre.kindle.com and not...
- Thu Mar 31, 2011 4:14 pm
- Forum: Technical / Scripting
- Topic: Unusual problem with SMTPSendMail to Amazon Kindles
- Replies: 9
- Views: 9492
- Thu Mar 31, 2011 3:23 pm
- Forum: Technical / Scripting
- Topic: Unusual problem with SMTPSendMail to Amazon Kindles
- Replies: 9
- Views: 9492
I've also tried sending from my home account which is the same account I use for the SMTPSendMail. The email address is the same as my registered Macro Scheduler account which sends no problem to other addresses. Server is smtp.eclipse.co.uk but the ISP informed me that the server does a lookup on t...
- Thu Mar 31, 2011 2:49 pm
- Forum: Technical / Scripting
- Topic: Unusual problem with SMTPSendMail to Amazon Kindles
- Replies: 9
- Views: 9492
Just re-ran it: Result of SendMail: "250 ok: Message 496909865 accepted" It says accepted if there are only kindle addresses or if there is a mix of kindle and 'normal' addresses. So you see why I am stumped. If anything it points to the issue being at Amazon's end but I can send the files through t...
- Thu Mar 31, 2011 2:34 pm
- Forum: Technical / Scripting
- Topic: Unusual problem with SMTPSendMail to Amazon Kindles
- Replies: 9
- Views: 9492
Thank, yup I did try that and forgot to say. It works, they come through to the Kindle from my home account or my hotmail account. It only seems to be the smtpsendmail that can't send to the kindle address in a list of other 'normal' email addresses. Hope I am making sense and not clouding things fu...