Jump to content
Macro Express Forums

Jonny Quick

Members
  • Posts

    5
  • Joined

  • Last visited

Jonny Quick's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. I placed a "Log Errors" command in the script. One of the proxied pages fails to load and the script still crashes.
  2. I use ME to do stuff with browsers. I personally prefer IE for general use, but for the stuff I do with Macros, Firefox is way better. I'd be 100% Firefox except ME doesn't have a "Waitfor Webpage" for Firefox. Is there a technical reason for this ? If not, I would think most ME users would prefer FF over IE. Could this happen ? Is this avaialable in the Pro version ?
  3. Alan, Well here's my true reaction: "WELL DUH NO S^^T !!!!" Of course you can't do that, durh.... Thanks for the help. Makes sense now.
  4. Frankly my underwear are wadded-up on this one. I'm using the script to launch proxied web-pages. The proxies are unreliable and sometimes they fail to load quickly (hence the "wait for"), and sometimes they don't load at all. When the page fails to load, the whole script goes down and that is completely unacceptable. There are other commands that give you the option to "continue" on error, and if I could do that, I could work around the issue. I have version 3.7.0.1 (licensed). I'm considering getting the Pro version, and from what I've read this problem is dealt with there, I just want to make certain I have to go to Pro in order to get away from this issue. Also, can I upgrade my ME license, or do I have to buy the whole license at full price ? Certain other features make Pro very attractive to me, and I'll be getting that eventually, but right now I want to get this script to stop failing if possible. Any help appreciated & thanks in advance. Jonny
  5. Hello everyone, I am new and have some questions. First, here's the result of pasting an If/End If component of my current script project: Here's what it looks like in English: (Launch a cmd.exe window) If C:\WINDOWS\system32\cmd.exe is on top Texttype "cd C:\Documents and Settings\Administrator\Cookies" Texttype "del xxx*.txt" Texttype "del xxx*.txt" EndIf This is intended to delete certain cookies, but not all of them. The If/EndIf is to make sure the window is active and on top before firing-off a delete command. (Don't want that going off willy-nilly...) My Primary problem is that I cannot get the "Texttype" command to just paste out the text. When I select that switch, all that types is "^V"; there is no text in the clipboard. So I have to type it out manually (slowly) and it looks bad and inelegant. Is it broken, not working but that's normal or am I doing something wrong ? I have other questions, but have just decided to post them in different threads. Thanks in advance. Jonny
×
×
  • Create New...