AutoHotkey Homepage AutoHotkey Community
Let's help each other out
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Explorer.exe Context Menu Option

 
Reply to topic    AutoHotkey Community Forum Index -> Ask for Help
View previous topic :: View next topic  
Author Message
Cephei1



Joined: 04 Aug 2008
Posts: 199
Location: UK

PostPosted: Fri Mar 06, 2009 6:17 pm    Post subject: Explorer.exe Context Menu Option Reply with quote

Hey, i have this really need for a script that allows me to right click on a folder and allow me to select "Open in new windows" coz sometimes its helpful.

Like saves time by not having to open up a random folder and navigate to the same location, it can be fustrating. Soo any ideas?

Can it be done through AHK or by modifying the Explorer.exe file.. not sure

Thanks

D4B5T3R
Back to top
View user's profile Send private message
SKAN



Joined: 26 Dec 2005
Posts: 8688

PostPosted: Fri Mar 06, 2009 9:41 pm    Post subject: Reply with quote

Code:
Run %1%

If you save above code as Open.ahk to SendTo folder, you can right click a folder and select Send To > Open.ahk to open the folder in new instance of windows explorer.

If you have trouble in locating the SendTo folder, try the following code:
Code:
Run %A_MyDocuments%\..\SendTo


Just a idea.. maybe a bad one.
Back to top
View user's profile Send private message Send e-mail
Cephei1



Joined: 04 Aug 2008
Posts: 199
Location: UK

PostPosted: Sat Mar 07, 2009 4:46 pm    Post subject: Reply with quote

Thanks for the help SKAN, but i fixed it lol heres what i came up with

Paste this into a NAME.reg file:

Code:
Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\Folder\shell\Open in new window]

[HKEY_CLASSES_ROOT\Folder\shell\Open in new window\Command]
@="C:\\Windows\\Explorer.exe \"%1\""


I cant believe i actually figured this out with no help Smile hope this helps someone lol, Lemme know Razz

THANKS FOR THE HELP SKAN

D4B5T3R
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    AutoHotkey Community Forum Index -> Ask for Help All times are GMT
Page 1 of 1

 
Jump to:  
You can post new topics in this forum
You can reply to topics in this forum


Powered by phpBB © 2001, 2005 phpBB Group