My 'reply' is (sadly) relevant ONLY to the mention of MacroRecorder (https://www.macrorecorder.com/doc/) for which I am seeking help, and I can find no other way of posting my query.
I have a working batch file that loads a macro. I need to trigger 'playing' the macro (obviously) to get its effect. I'm at a loss how to achieve this 'automatically' and wonder if anyone here has a suggestion. The developers of MacroRecoder do not offer technical help, and there is no forum specific to its software, so I can not get help from the most relevant source and am casting around for suggestions from others who might have a clue. I first tried it in Macro Express, which has far more options, but could not progress past launching the program that the macro works on - and so looked for an alternative and found MacroRecorder, which does do the entire job satisfactorily. But how to automate PLAYING the macro ?
This tool likes valuable!
Have you tried this web page with any success?
I have not TRIED AutoIT, although I am aware of it.
I feel you are suggesting forget MacroRecorder and try it in AutoIt, which of course I CAN do, but it means starting from scratch, when MacroRecorder already does 99(?)% of the job.
If I want to fully automate the process, I may have to try AutoIT, but want to avoid that if I can.
Is it more LIKELY to achieve success than Macro Express and MacroRecorder ?
Good point.
No sense in starting over when you are already invested.
No clue about what's better, b/c they're all new to me.
I used another Windows macro program back in the days of XP Pro 32, but that one's no longer available.
Can't recall what they were called.
But they worked good enough.
Your post caused me to revisit using a Windows macro in Inventor.
No, let me clarify. I'm saying that Autodesk's Inventor software has a very complex macro utility, and your post reminded me that maybe I can try a Windows macro recorder so that making macros is much easier. Not sure yet, but I'm going to try it when I get some time.
I know that inventor VBA does not support macro recording. Are you having trouble executing the macro? I am assuming this is for some advanced programming when you mention batch file? If you have some more information it might help getting your problem solved. If possible please post the code your using.
It sounds to me like you just need to find a specific event, and a bit of code that will react to that event, that will run your macro automatically when that event happens. When do you want your macro to be ran/played? (or What event would be ideal for triggering your macro to be ran/played?) Does your macro have anything to do with Autodesk Inventor, or is it doing something completely unrelated to Inventor? If it is interacting with Inventor, and you would like for some event that happens in Inventor to trigger your macro to run, then we may be able to help, because there are many events defined within Inventor that can be used to trigger something else to happen.
Wesley Crihfield
(Not an Autodesk Employee)
OK. I believe I understand the situation now. I don't think I would be able to help you with that specific task right now. Good luck though.
Wesley Crihfield
(Not an Autodesk Employee)