A Windows XP help forum. PCbanter

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » PCbanter forum » Microsoft Windows XP » General XP issues or comments
Site Map Home Register Authors List Search Today's Posts Mark Forums Read Web Partners

Open blank text file in any directory



 
 
Thread Tools Display Modes
  #1  
Old August 22nd 10, 10:57 PM posted to microsoft.public.windowsxp.general
Mint
external usenet poster
 
Posts: 298
Default Open blank text file in any directory

Is there a reg file that will allow me to right click any dir and open
a blank text file?

Thanks.
Ads
  #2  
Old August 23rd 10, 12:00 AM posted to microsoft.public.windowsxp.general
Iceman
external usenet poster
 
Posts: 505
Default Open blank text file in any directory

On Sun, 22 Aug 2010 14:57:45 -0700 (PDT), Mint wrote in message
:

Is there a reg file that will allow me to right click any dir and open
a blank text file?


Windows XP already has that option, but you must open the directory first.
  #3  
Old August 23rd 10, 12:00 AM posted to microsoft.public.windowsxp.general
Iceman
external usenet poster
 
Posts: 505
Default Open blank text file in any directory

On Sun, 22 Aug 2010 14:57:45 -0700 (PDT), Mint wrote in message
:

Is there a reg file that will allow me to right click any dir and open
a blank text file?


Windows XP already has that option, but you must open the directory first.
  #4  
Old August 23rd 10, 12:02 AM posted to microsoft.public.windowsxp.general
Tim Meddick[_3_]
external usenet poster
 
Posts: 1,020
Default Open blank text file in any directory

Copy the following text between the lines into a plain text file
and give it a .reg extension. Double-click on the new .reg file
to import it.

It will result in a new entry on the right-click context menu for
any folder, called "New Text File Here".

A couple of concessions though - 1). The filename of the new text file
has to be "static" - in this case I have chosen "New.txt" but, of course,
you can change the filename later on. And 2). after choosing the new
menu item, you will have to click on [Yes] to create the new file after
Notepad opens.

------------------- copy between lines -------------------

REGEDIT4

;Rag file to create a New Text File in any
;folder that you right-click on and choose
;"New Text File Here" and click on "Yes".

[HKEY_CLASSES_ROOT\Directory\shell\newtxt]
@="New Text File Here"

[HKEY_CLASSES_ROOT\Directory\shell\newtxt\command]
@="C:\\WINDOWS\\system32\\notepad.exe \"%1\\New.txt\""

------------------- copy between lines -------------------

To "uninstall" open "regedit.exe" and navigate to the key :

HKEY_CLASSES_ROOT\Directory\shell\newtxt

...and delete this key ONLY.


*Note - Please exercise care when editing the registry, always create a
backup and / or create a 'System Restore' point first.

==

Cheers, Tim Meddick, Peckham, London. :-)




"Mint" wrote in message
...
Is there a reg file that will allow me to right click any dir and open
a blank text file?

Thanks.


  #5  
Old August 23rd 10, 12:02 AM posted to microsoft.public.windowsxp.general
Tim Meddick[_3_]
external usenet poster
 
Posts: 1,020
Default Open blank text file in any directory

Copy the following text between the lines into a plain text file
and give it a .reg extension. Double-click on the new .reg file
to import it.

It will result in a new entry on the right-click context menu for
any folder, called "New Text File Here".

A couple of concessions though - 1). The filename of the new text file
has to be "static" - in this case I have chosen "New.txt" but, of course,
you can change the filename later on. And 2). after choosing the new
menu item, you will have to click on [Yes] to create the new file after
Notepad opens.

------------------- copy between lines -------------------

REGEDIT4

;Rag file to create a New Text File in any
;folder that you right-click on and choose
;"New Text File Here" and click on "Yes".

[HKEY_CLASSES_ROOT\Directory\shell\newtxt]
@="New Text File Here"

[HKEY_CLASSES_ROOT\Directory\shell\newtxt\command]
@="C:\\WINDOWS\\system32\\notepad.exe \"%1\\New.txt\""

------------------- copy between lines -------------------

To "uninstall" open "regedit.exe" and navigate to the key :

HKEY_CLASSES_ROOT\Directory\shell\newtxt

...and delete this key ONLY.


*Note - Please exercise care when editing the registry, always create a
backup and / or create a 'System Restore' point first.

==

Cheers, Tim Meddick, Peckham, London. :-)




"Mint" wrote in message
...
Is there a reg file that will allow me to right click any dir and open
a blank text file?

Thanks.


  #6  
Old August 23rd 10, 12:17 AM posted to microsoft.public.windowsxp.general
Iceman
external usenet poster
 
Posts: 505
Default Open blank text file in any directory

On Mon, 23 Aug 2010 00:00:48 +0100, Iceman wrote in message
:

On Sun, 22 Aug 2010 14:57:45 -0700 (PDT), Mint wrote in message
:

Is there a reg file that will allow me to right click any dir and open
a blank text file?


Windows XP already has that option, but you must open the directory first.


Your post was somewhat vague as to whether you didn't know about this
context menu entry or if you had lost it. If the latter, see Tim's reply.
  #7  
Old August 23rd 10, 12:17 AM posted to microsoft.public.windowsxp.general
Iceman
external usenet poster
 
Posts: 505
Default Open blank text file in any directory

On Mon, 23 Aug 2010 00:00:48 +0100, Iceman wrote in message
:

On Sun, 22 Aug 2010 14:57:45 -0700 (PDT), Mint wrote in message
:

Is there a reg file that will allow me to right click any dir and open
a blank text file?


Windows XP already has that option, but you must open the directory first.


Your post was somewhat vague as to whether you didn't know about this
context menu entry or if you had lost it. If the latter, see Tim's reply.
  #8  
Old August 27th 10, 12:32 PM posted to microsoft.public.windowsxp.general
Eddie
external usenet poster
 
Posts: 82
Default Open blank text file in any directory

Mint wrote:
Is there a reg file that will allow me to right click any dir and open
a blank text file?

Thanks.



Put notepad.exe on the task-bar; (rename it in its folder in explorer
after ward... mine is just an icon; it makes life soo much easier, plus
you can access it even if you got twenty windows open.)

Ed
  #9  
Old August 27th 10, 12:32 PM posted to microsoft.public.windowsxp.general
Eddie
external usenet poster
 
Posts: 82
Default Open blank text file in any directory

Mint wrote:
Is there a reg file that will allow me to right click any dir and open
a blank text file?

Thanks.



Put notepad.exe on the task-bar; (rename it in its folder in explorer
after ward... mine is just an icon; it makes life soo much easier, plus
you can access it even if you got twenty windows open.)

Ed
  #10  
Old August 30th 10, 01:42 AM posted to microsoft.public.windowsxp.general
Twayne[_3_]
external usenet poster
 
Posts: 1,073
Default OR Open blank text file in any directory

In ,
Eddie typed:
Mint wrote:
Is there a reg file that will allow me to right click any
dir and open a blank text file?

Thanks.



Put notepad.exe on the task-bar; (rename it in its folder
in explorer after ward... mine is just an icon; it makes
life soo much easier, plus you can access it even if you
got twenty windows open.)
Ed



For the OP:

Right-click any open area on the desktop, click New, and choose from the
list provided. Or put a shortcut to Notetab or Wordpad in your QuickLaunch
area.

HTH,

Twayne`


 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off






All times are GMT +1. The time now is 11:54 AM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 PCbanter.
The comments are property of their posters.