Jump to content
Macro Express Forums

alainsane

Members
  • Posts

    7
  • Joined

  • Last visited

Everything posted by alainsane

  1. Aha. I shoulda' thought of that with my own brain. haha! Good idea, and thanks for also testing it. Cheers!
  2. I have a macro that runs every 15 minutes (it does some work on files in a folder). Do I have to lock the player to prevent even that same macro from running again on top of itself? Or will MacroExpress Pro know not to run that same macro again until it was finished? Thanks in advance.
  3. Ahhh. I was confused by their direct link to this site. I will do as suggested and open an incident report.
  4. I have the same problem as described by the original author. This happened all of a sudden. There isn't any reason for me to not have permission on any folder on my PC, as I am logged on as a local admin. I have tried creating the Macro file in various folders. Strangely enough, the ME program has no problem creating a new macro file: it just can't save any new changes to the newly created (or even the older) macro files. I unistalled the program, rebooted, and resintalled with no improvement.
  5. Thanks for the reply, Jason. Are there any plans to get this feature into a new version?
  6. Greetings. Does ME support SSL or TLS related to secure e-mail servers? Using ME and a Repeat with Folder command, I'm trying to mail a series of files to my GMail account using GMail's gateway, but I keep getting messages saying: " Exception: 530 5.7.0 Must issue a STARTTLS command first ..." According to Step 17 of the GMail POP client configuration page for Thunderbird, one needs to set the Gateway port to 587; set the SMTP server name to smtp.gmail.com; supply a username in the form of the e-mail account (username@gmail.com) and use a secure (TLS). I can set the port, the servername and the account, but I don't see any security type options in the ME E-Mail Settings. Perhaps I'm looking in the wrong place? Is there currently support for either TLS or SSL? If not, is this something that might get implemented in future versions of ME? Hearty thanks.
  7. Greetings, I've been using ME for about a year now--and have been using it in increasingly advanced ways. Recently, I created a macro that processes through a text file containing MAC Addresses and IP Addresses. For each line of the text file, the macro parses the MAC Address portion into one variable and the IP Address into another variable. A ping is done on the IP Address. If the ping results come back with no response, a wake-on-lan is sent to the corresponding MAC address, the sleepy PC information is written to a different text file and the next line is processed. If the IP gets a ping response, it copies files to the corresponding PC using the Admin (C$) share using Xcopy.exe. It's supposed to wait for xcopy.exe to close (wait indefinitely) before running a netsvc.exe command (designed to remotely start a service). The macro is then supposed to wait for that program to close, too, (also indefinitely) before going back to process the next line of the file. MacroExpress processes the file perfectly most of the time. In about 5% of the cases, however, it will not wait for the xcopy.exe program to terminate or it will not wait for the netsvc.exe program to terminate or both. I am only eyeballing the programs' DOS windows on the screen to make this assessment. The windows are still visible on the screen and will hang there for a quite a while after. Eventually, they close of their own volition, but the processing of the text file has long since resumed. It's crucial to the success of the macro that the netsvc.exe *not* run until the xcopy.exe command has completed executing and closed because the netsvc.exe launches a service the executable of which is being copied over via the xcopy.exe. No executable copied: no service actually launched. In fact, it's more harmful than that because the service is started but then gets stuck because it couldn't launch its executable. This is not the only instance of ME not being bulletproof I have ever seen, but this seems pretty simple stuff. Does anyone have any ideas about what might be going on with ME? Is this just an acceptable loss for a program like this? Thanks for reading.
×
×
  • Create New...