ATTENTION: You are viewing a page formatted for mobile devices; to view the full web page, click HERE.

DonationCoder.com Software > Find And Run Robot

last window id

<< < (9/9)

ebennetthill:
IIUC, the ahk files were moved into a subfolder named "AHK files".  Do you see such a folder?
--- End quote ---

Well, uh, yes I do. :-[

That was kind of stupid.

Thanks. I'll try to look at it.

ewemoa:
I'll try to look at it.
-ebennetthill (February 04, 2010, 10:21 AM)
--- End quote ---

Good luck with trying to make suitable changes!

FWIW, when I downloaded the latest version, one of my first thoughts was along the lines of "Oh no!  No more source :(". ;)

ebennetthill:
I got it to do what I wanted! It uses an open Directory Opus window if one exists. I took out


--- Code: AutoIt ---; Directory Opuselse if f_class in dopus.lister{        ControlSetText, Edit2, %f_path%, ahk_id %f_window_id%        ControlSend, Edit2, {Right}{Enter}, ahk_id %f_window_id%        return}
in the middle of the script, and added my little script


--- Code: AutoIt ---else ifwinexist, ahk_class dopus.lister{        run,C:\Program Files\GPSoftware\Directory Opus\dopusrt.exe /cmd GO "%f_path%"        winactivate ahk_class dopus.lister}
just before the last "else".

It worked. :P Now it will switch to the chosen folder if Directory Opus is open, or start Directory Opus if not.

Powerful idea, cardboard42. Nice modifications, skajfes and rulfzid. Thanks for the help, ewemoa.
FARR is great.

ewemoa:
It worked. :P Now it will switch to the chosen folder if Directory Opus is open, or start Directory Opus if not.
-ebennetthill (February 05, 2010, 11:06 AM)
--- End quote ---

Glad to hear it worked out for you  :Thmbsup:

FARR is great.

--- End quote ---

I concur...and DC, mouser, and others too ;)

Navigation

[0] Message Index

[*] Previous page

Go to full version