| View previous topic :: View next topic |
| Author |
Message |
adamrgolf
Joined: 28 Dec 2006 Posts: 362
|
Posted: Thu Jul 10, 2008 4:15 am Post subject: Browse to file & Select file [ Open containing folder ] |
|
|
I was wondering how this can be done with AHK. What I want to do is have a script browse to a files directory and also select said file. Much like if you search for a file with windows and right click and choose "open containing folder".
Is this already possible? I tried searching to no avail.
Does anyone have any ideas how this can be done?
[ Moderator!: subject altered ] |
|
| Back to top |
|
 |
k3ph
Joined: 21 Jul 2006 Posts: 123
|
|
| Back to top |
|
 |
adamrgolf
Joined: 28 Dec 2006 Posts: 362
|
Posted: Thu Jul 10, 2008 5:38 am Post subject: |
|
|
| k3ph, thanks for the response but I think you misunderstood what I wanted. I'll try to elaborate more. I have a listview that is populated with files from different directories, I want to be able to click one of the files listed and it will open up a new explorer window and select that file. Much like "Open containing folder" when you use the search option in windows. |
|
| Back to top |
|
 |
SKAN
Joined: 26 Dec 2005 Posts: 5894
|
Posted: Thu Jul 10, 2008 6:32 am Post subject: |
|
|
| adamrgolf wrote: | | "Open containing folder" |
| Code: | | Run %COMSPEC% /c explorer.exe /select`, "%A_AhkPath%",, Hide |
 _________________ SKAN - Suresh Kumar A N |
|
| Back to top |
|
 |
adamrgolf
Joined: 28 Dec 2006 Posts: 362
|
Posted: Thu Jul 10, 2008 8:07 am Post subject: |
|
|
| you rock skan, thanks a ton |
|
| Back to top |
|
 |
|