Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How can I allow single instance of a program?
#1
I have a macro like this:

:run "C:\WINDOWS\explorer.exe"

How can I allow only a single instance of this window (single instance of the window created by explorer.exe, not of the macro), so that next time I will execute this macro, it will open the window already created, instead of creating a new instance of explorer.
#2
Specify the window in the Run Program dialog.
#3
I have seen this example on Quick Macros help:

run "notepad" "" "" "" 0 "Notepad"

But the problem is that the title of the windows created by explorer.exe varies, according to the folder that is opened
#4
Use "+ExploreWClass" or "+CabinetWClass".
#5
WOW!
Very cool!


Forum Jump:


Users browsing this thread: 1 Guest(s)