MarvinMetalMan Posted April 2, 2010 Report Share Posted April 2, 2010 I have a very basic script that watches the clipboard for "C:\" and then will open that directory in explorer <VARIABLE SET STRING Option="\x02" Destination="%txtFileNameClip%"/> <OPEN FOLDER IN EXPLORER Path="%txtFileNameClip%"/> But why is this opening multiple explorer windows ? Quote Link to comment Share on other sites More sharing options...
Cory Posted April 2, 2010 Report Share Posted April 2, 2010 It only opened one for me. When I start seeing double in a macro I always check to make sure I don't have two copies of the macro file open. I usually run a development and a production copy and once in a blue moon I have both open by mistake and both here the activation and run giving a double affect. Quote Link to comment Share on other sites More sharing options...
MarvinMetalMan Posted April 2, 2010 Author Report Share Posted April 2, 2010 It appears to have been an issue with macro express and this whole locking up issue I seem to be having. Once I had shutdown macro express as other macros where not working like the capture clipboard macro I had. I then reopened macro express and it was now only opening a single instance of explorer and the clipboard capture function was also working again. Perhaps I should create a macro the restarts Macro Express every few hours to see if it sorts it out ? Quote Link to comment Share on other sites More sharing options...
Beaue Posted June 5, 2013 Report Share Posted June 5, 2013 I generally need to restart Macro Express Pro about once a day to fix weird issues. Every few hours might be excessive, but your mileage may vary. Quote Link to comment Share on other sites More sharing options...
Cory Posted June 6, 2013 Report Share Posted June 6, 2013 You did not specify in the past what version you are using but in the past the clipboard hook caused what I termed "molasses" where the UI slows down an incredible amount. EG click on the start button and several to 30 seconds later it responds. I don't use clipboard activation so I disable the clipboard hook in the options in all my client machines. I think a good practice in any case to reduce the number of issues and overhead. BTW I have some macros that open folders but I take a different tack. I activate the macro with a hotkey and the first thing the macro does is evaluate the string with an "If Folder Exists". If it does I open it in File Explorer. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.