Jump to content
Macro Express Forums

jamesd1

Members
  • Posts

    14
  • Joined

  • Last visited

jamesd1's Achievements

Newbie

Newbie (1/14)

  • First Post Rare
  • Collaborator Rare
  • Conversation Starter Rare
  • Week One Done Rare
  • One Month Later Rare

Recent Badges

0

Reputation

  1. I found the best workaround was to use an app that works well with Macro Express. The best I found was https://rustdesk.com/ and it is free and the fastest to connect of any I tried.
  2. whid modifty it; and it ran OK it just did not result in anyviewer working with macro express. Cory; running as admin had not effect.
  3. I tried the code above; it still does not receive keystrokes or mouse movements from Macro Express.
  4. I have a macro to launch Anyviewer. When the first part of the interface launches on my desktop to ask for connection data (see image) then Macro Express stops functioning in that Anyviewer Window. I've read the thee knowledge based texts about "hooks" and such but it is advanced and I don't understand how to make it work in this first window.
  5. Is there a way to create a macro that will paste a text phrase that is a clickable html link?
  6. I have my shortkey set for ; and have a short key that is itself ; so that two semicolons together trigger a macro. This works in all programs. However, recently my shortkeys stopped working in my Firefox and Chrome browsers except for the two semicolons one which still works. The short keys work in Notepad, MS Word and elsewhere. Just not in my browser anymore, even thought the use to work fine. What's going on???
  7. Is there another method to use that would detect the pop-up error window so I could just Macro Express keystrokes to skip/dismiss the pop-up any time it occurred? I can't look inside Macro Express to see how to identify the window because Macro Express is running when the error occurs and so I can't call it up to see how to identify the pop-up.
  8. I'm only vaguely familiar with use of variables in Macro Express; cook-book stumbled through the process two times years ago. What variable goes in the T1 and how do I define it?
  9. I have two Macros that are of the form: "Move File or Files" with the *.* parameter so it moves all the files in a directory. There might be 4 files in the dir and 3 might be ready to move while the 4th is not yet ready.
  10. I understand the concept, but how and where do I insert the If File Ready logic and Wait for File Ready into a macro that is trying to move all of the video files in a directory from one place to another? Typically, it will have perhaps moved three files and on coming to the 4th files that is not ready I would get the error.
  11. I have a macro that periodically checks for new downloaded videos in as certain directory and then processes them and moves them to a new directory. It works fine except that occasionally the macro runs at the same time that a video is currently downloading and when it tires to move the unfinished download that, of course, doesn't work and popups up a "file in use error" window. Pressing tab and return skips the moving of the vid so the macro continues processing, which is what I want. But I'm not sure how to build a function into the macro that recognizes this pop-up when it occurs so it can automatically skip the in-use video with a Tab Return key combo.
  12. I want to have a macro that looks at all the files in a directory and then creates a new directory for each file (where the name of the directory is based on the file's name) and then moves each file in the original directory into the newly created directory. So if E:\temp contains two files: filename1.mp4 and filename2.mp4 then the result would be two new directories containing one file each as in: e:\Video downloads\filename1\filename1.mp4 e:\Video downloads\filename2\filename2.mp4 The newly created folders should not include the mp4 extrension
×
×
  • Create New...