I could add a shortcut to the Notepad to my "Send To" folder and
have Notepad on my right-click mouse menu in Send To submenu, but it
adds too many unnecesary mouse clicks... I would preffer to double
click to open Notepad with this file.
Type regedit in start run. Have a look at
HKEY_CLASSES_ROOT\.txt
and
HKEY_CLASSES_ROOT\txtfile\shell
You can either assign . to txt file or add you thing to .
So create this
HKEY_CLASSES_ROOT\.\shell\open\command
@=%SystemRoot%\system32\NOTEPAD.EXE %1
Yse Regexpand data type.
--
David Candy
http://www.mvps.org/serenitymacros/
http://www.simtel.com/pub/pd/18669.html
"Pszemol" <Psz...@PolBox.com> wrote in message news:bjkbul...@poczta.onet.pl...
"David Candy" <da...@mvps.org> wrote in message news:uNz3oJv...@TK2MSFTNGP11.phx.gbl...
HKEY_CLASSES_ROOT\Unknown
All Files
HKEY_CLASSES_ROOT\*
All Folders - Real or Virtual
HKEY_CLASSES_ROOT\Folders
File Folders (real)
HKEY_CLASSES_ROOT\Directory
All files and real folders
HKEY_CLASSES_ROOT\AllFileSystemObjects
Subkey Description Possible Handlers Version
* All files Shortcut Menu, Property Sheet, Verbs (see below) All
AllFileSystemObjects All files and file folders Shortcut Menu, Property Sheet, Verbs 4.71
Folder All folders Shortcut Menu, Property Sheet, Verbs All
Directory File folders Shortcut Menu, Property Sheet, Verbs All
Directory\Background File folder background Shortcut Menu only 4.71
Network Entire network (under My Network Places) Shortcut Menu, Property Sheet, Verbs All
Network\Type\# All objects of type # (see below) Shortcut menu, Property Sheet, Verbs 4.71
NetShare All network shares Shortcut menu, Property Sheet, Verbs 4.71
NetServer All network servers Shortcut menu, Property Sheet, Verbs 4.71
network_provider_name All objects provided by network provider "network_provider_name " Shortcut menu, Property Sheet, Verbs All
Printers All printers Shortcut Menu, Property Sheet All
AudioCD Audio CD in CD drive Verbs only All
DVDFile DVD drive (Windows 98) Shortcut Menu, Property Sheet, Verbs 4.71
DVD DVD drive (Windows 2000) Shortcut Menu, Property Sheet, Verbs 4.71
"Pszemol" <Psz...@PolBox.com> wrote in message news:bjkl4t...@poczta.onet.pl...