notepad

  • Thread starter Thread starter Rick and Deb
  • Start date Start date
R

Rick and Deb

Is there a way of putting notepad in window when you right click on a file.
It has open with, then go to notepad but would like to have it there without
going to open with.
xp home sp2.
Thanks in advance for any help.
 
Create a shortcut to notepad on your desktop.
Go to Start>Run>and type: *sendto* (without the **)
Drag the shortcut you just created into this window.
HTH
 
Is there a way of putting notepad in window when you right click on a file.
It has open with, then go to notepad but would like to have it there without
going to open with.
xp home sp2.
Thanks in advance for any help.

Haven't tried it but am thinking that you could edit the file type involved
in Folder Options> File Types. Add "Open with Notepad" as an action.
 
Thanks, that's what I wanted. Merry Christmas.
Sharon F said:
Haven't tried it but am thinking that you could edit the file type
involved
in Folder Options> File Types. Add "Open with Notepad" as an action.
 
Rick and Deb said:
Thanks, that's what I wanted. Merry Christmas.
============================
Where is it added there? I see no place to type it in as an action under
"File-Types." I'm using the Home addition. All I can add is a NEW File
Extension. But it doesn't say what I would be adding the extension to.

FS~
 
Rick and Deb wrote:
| Is there a way of putting notepad in window when you right click on a file.
| It has open with, then go to notepad but would like to have it there without
| going to open with.

| you could edit the file type involved in Folder Options> File Types.
| Add "Open with Notepad" as an action.

| Where is it added there? I see no place to type it in as an action under
| "File-Types." I'm using the Home addition. All I can add is a NEW File
| Extension. But it doesn't say what I would be adding the extension to.


(XP Home Edition)

Start
Run
regedit
Enter

For all files with an extension:

HKEY_CLASSES_ROOT\*\shell\Notepad\command
(Default)
REG_SZ
C:\WINDOWS\NOTEPAD.EXE "%1"


For all files without an extension:

HKEY_CLASSES_ROOT\.
(Default)
REG_SZ
NoExtension

HKEY_CLASSES_ROOT\NoExtension
(Default)
REG_SZ
Files without extension

HKEY_CLASSES_ROOT\NoExtension\Shell\Notepad\Command
(Default)
REG_SZ
C:\WINDOWS\NOTEPAD.EXE "%1"
 
Sharon F said:
Select a file type and click Advanced.

A new screen appears. You'll see the
place to add a new action on that screen. The following URL is for a very
old MS Knowledge Base article but it outlines the same principles being
discussed:
How to Create Multiple Associations for One File Extension
http://support.microsoft.com/default.aspx?scid=133217
================
OK, I'll see if I can follow this......

FS~
 
In the C:\Documents and settings\YOUR NAME\SendTo Folder

Create a new Shortcut to Notepad.exe and name it Notepad.

In Windows explorer, highlight the file you want, right click, and in the
SEND TO menu option expand to Notepad, voila! This is extremely useful for
logs, dlls's, cfg fils etc.

Works with any windows version 95 onwards. If you have the old Sendto
Powertoy, it can also be used on SP2 as well.
 
Back
Top