I have two *.s files that I use to run macros, meaning that some of the functions that are used on one macro are defined in another.
When I start MEW 2008 on Windows 7 64 bit, the second macro compile is not present. Apparently, When I compile my second macro, it is only good while MEW is running.
So, I am attempting to create a macro that will view the second macro(it is always open) and RM('Compile'), which gets me to the compile window, but then, how do I tell MEW macro that I want to hit the enter key to actually perform the Select button on the compile window? I have tried CR, but this creates a blank line in my macro!
Thank you for any suggestions.