AutoHotkey Community

It is currently May 26th, 2012, 3:16 pm

All times are UTC [ DST ]




Post new topic Reply to topic  [ 3 posts ] 
Author Message
PostPosted: March 6th, 2009, 7:17 pm 
Offline
User avatar

Joined: August 4th, 2008, 1:22 pm
Posts: 241
Location: UK
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


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: March 6th, 2009, 10:41 pm 
Online
User avatar

Joined: December 26th, 2005, 4:40 pm
Posts: 8776
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.


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: March 7th, 2009, 5:46 pm 
Offline
User avatar

Joined: August 4th, 2008, 1:22 pm
Posts: 241
Location: UK
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 :) hope this helps someone lol, Lemme know :P

THANKS FOR THE HELP SKAN

D4B5T3R


Report this post
Top
 Profile  
Reply with quote  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 3 posts ] 

All times are UTC [ DST ]


Who is online

Users browsing this forum: BrandonHotkey, Google Feedfetcher, nyoe, patgenn123 and 17 guests


You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Powered by phpBB® Forum Software © phpBB Group