Search found 2 matches
- Tue Dec 09, 2014 3:26 am
- Forum: Technical / Scripting
- Topic: Reading ini files issues
- Replies: 10
- Views: 8319
Re: Reading ini files issues
I believe the cause of the problem was that it was located c:\Upload\ which requires administrative rights, you can be the administrator and still have this problem... if you put the file in a location that doesn't require administrator permission it will read the file. That's why putting it in scri...
- Fri Nov 28, 2014 7:09 pm
- Forum: Technical / Scripting
- Topic: IEGetURL Problem
- Replies: 2
- Views: 2940
IEGetURL Problem
Hi, I have a problem using IEGetURL... When I use IEGetURL, I don't get the correct URL. it only returns the url I navigated to. How can I solve this problem? Here is the code I used to test this IECreate>IE[0] IENavigate>%IE[0]%,http://bing.com,ie_res IEWaitDocumentComplete>%IE[0]%,ie_res IEClickTa...