Jump to content
Macro Express Forums

warrentheo

Members
  • Posts

    8
  • Joined

  • Last visited

Everything posted by warrentheo

  1. After checking, it doesn't appear to be timeing :-( This is part of a macro I was planning to release to the general public once done, and so I am attempting to skip other programs that need to be downloaded to get it to work Thank you for the replies, Ill keep looking into it
  2. I have Win7x64, but have a copy of the XP Clipboard viewer, it shows full file name/path when I copy the file. When I use that program to save the contents of the clipboard, then open them in notepad, it shows the same file name buried in the middle of the garbage and shell extensions stuff used by windows to know it is a file and not text. I was just wondering if there was a way to get that same info to a variable in MXP?
  3. Hello, I am in the middle of writing a macro, that processes info found in the clipboard. It works just fine when it finds simple text in the clipboard, but I also want it to work by parsing text files passed to it by copying their name in explorer or something similar. I have the XP clipboard viewer, which says that the clipboard just contains a simple string with the location of the file copied (I realize that it is anything but simple text, and is just being displayed that way). When my current macro hits this kind of info in the clipboard, it reads nothing at all, and the macro exits as it has no data to run from. What I am looking for is a way to extract the file name and location from the clipboard when it occurs. Your help is appreciated, and I thank you in advance EDIT: Haven't done much with them, but is this the sort of thing "Control" class variables are for? This is what I am using currently: <VARIABLE SET STRING Option="\x02" Destination="%T[1]%"/>
  4. Ah, that was probably what I was looking for, I will look into it. Thank you very much, you help is appreciated
  5. Lol, sorry :-P I was hoping for a quick and easy way to store this info with the macro it goes with, and read it from outside that macro without having to run every macro. Will the Save/Restore Variable work if the original macro has never been run?
  6. Hello all, I am writing a new macro that will use information stored in each macro to generate a second file for launching that macro. I have been trying to figure the best way for storing this info along with each macro. The way that currently comes to mind is to put a specially formatted comment line at the top of the macro, and use my new macro to parse all macros in a given .mex for these comment lines. Unfortunately, I am unable to find a way to parse all macros, or read them from another macro at all. I was hoping someone could point me in the correct direction, or possibly suggest a better way of storing this info (trying to avoid a third file that has to be edited manually).
  7. Small, but probably unhelpful update, the windows mouse drivers can't actually be used for those extra keys, most likely they are installing both a mouse driver for controlling the main 3 mouse buttons and wheel, then install a keyboard driver for the rest of the buttons. This means that it counts as a second keyboard most likely, and if you knew how to read it you could program it, but this would require being able to hack driver code and such, beyond most mex programmers I think... Sorry.
  8. I to am using Windows Speech Recognition, and find it to work very well (Win7 x64). There is a Windows Speech Recognition Macros add-on put out by Microsoft, but it is very clumsy, and barely functional. It stores the macros as individual XML files in your Documents folder, and is edited as XML as well (no editor, and only the most basic creation wizards). I looked this up, but there have not been that many people asking about this, this is the only Link I have found on it. However, I think it would be quite simple to create a macro that would read every macro and see if it sees a special comment line for a spoken activation string, then generate the XML activation files with a simple template. This would work, and be fairly easy to write, but would have a few downsides 1. You would need to install WSRMacros just to get it to work, (Small price, the file is free from Microsoft, but annoying) and, 2. You would need to re-run the activation registration program each time you updated a macro to save the changes (also annoying, and with a lot of macros, potentially very time consuming) I am wondering if there is a simpler activation method for MX than this, any help in the right direction would be appreciated Also, there should be a command line for speaking text out loud in windows, but I am having difficulty finding it (basically trying to integrate the speak it macro program into this one, but without an exe file required)
×
×
  • Create New...