3126
I'm not sure but I think what Contro is saying is:
a) If no file is selected, return the Window address field to the clipboard.
b) If a file is selected, return the full path of the file.
Feel free to ignore me if I'm wrong
Of course, with my non-knowledge of AutoHK you might have already answered the question, in which case feel free to-4wd (June 27, 2012, 10:39 PM)





1. Capture the address of the selected active window to the clipboard with a definable hotkey-Contro (June 26, 2012, 04:40 PM)
Since you have the active path displayed in the window's titlebar, you can do your first request like this:Code: Autohotkey [Select]
#q:: ; Win+Q, change to your liking. { } Return2. capture the file path selected to the clipboard with a definable hotkey-Contro (June 26, 2012, 04:40 PM)
The easiest way is probably:Code: Autohotkey [Select]
#c:: ; Win+C, change to your liking. { } Return-skwire (June 26, 2012, 05:39 PM)

how to create the entry in the main contextual menu for creating an empty txt file-Contro (June 26, 2012, 12:03 PM)
ah, wait. Do you want to add something to a Folder/Directory context menu that will create a new .txt file and perhaps open it in Notepad++? Those menus are in the File Type tab under 'Folder' and 'File Folder'. Be very very careful, but the same technique applies. For the action to open a new file in Notepad++ you'd put in the same commands you'd use on a command line. As for simply creating a file, that's probably not too difficult.-AndyM (June 26, 2012, 01:32 PM)


-I have no idea what a Notepad++ document is, other than a normal text file (for which I will use Ctrl+Shift+t).-Curt (June 26, 2012, 11:44 AM)

Is it only a .txt file's context menu that you want to add something to?
If you don't need to automate this to do it often, in XP you can manually add an entry to a .txt file's main context menu thru the Folder Options, File Types tab-AndyM (June 26, 2012, 12:28 PM)

-I have no idea what a Notepad++ document is, other than a normal text file (for which I will use Ctrl+Shift+t).-Curt (June 26, 2012, 11:44 AM)
-I have no idea what a Notepad++ document is, other than a normal text file (for which I will use Ctrl+Shift+t).-Curt (June 26, 2012, 11:44 AM)

-I have no idea what a Notepad++ document is, other than a normal text file (for which I will use Ctrl+Shift+t).-Curt (June 26, 2012, 11:44 AM)


http://www.rbsoft.org/
(see attachment in previous post)
edited:
they have both a setup and a portable version.
freeware...:Keep Right Click Enhancer alive. If you think it proves useful to you then consider donating-RBSoft-Curt (June 26, 2012, 10:22 AM)

http://www.rbsoft.org/
(see attachment in previous post)
edited:
they have both a setup and a portable version.
freeware...:Keep Right Click Enhancer alive. If you think it proves useful to you then consider donating-RBSoft-Curt (June 26, 2012, 10:22 AM)
