| Author |
Message |
Luke Mundy
Guest
|
Posted:
Fri Oct 07, 2005 4:27 pm Post subject:
Context menu print |
|
|
I am trying to modify the registry to enable context menu print(using
notepad) of text files that dont have the .txt extension, i have tried a
couple of ways posted on the net, but, i try all i get is that the file
cant be found
Any idea's?
Thanks |
|
| Back to top |
|
 |
PattyL
Guest
|
Posted:
Sat Oct 08, 2005 12:27 am Post subject:
Re: Context menu print |
|
|
This isn't exactly what you are asking for but you could add Notepad to the
SendTo folder. Then you can right-click a file, choose Send to Notepad,
then print from Notepad's File menu.
To get to the SendTo folder, go to Start, Run and type: SendTo and press
Enter or click OK
Right-click, choose New, Shortcut and then type: notepad.exe
PattyL
"Luke Mundy" <greihawk@hotmail.com> wrote in message
news:%235Ci3d0yFHA.2348@TK2MSFTNGP15.phx.gbl...
| Quote: | I am trying to modify the registry to enable context menu print(using
notepad) of text files that dont have the .txt extension, i have tried a
couple of ways posted on the net, but, i try all i get is that the file
cant be found
Any idea's?
Thanks |
|
|
| Back to top |
|
 |
GTS
Guest
|
Posted:
Sat Oct 08, 2005 4:26 pm Post subject:
Re: Context menu print |
|
|
You don't give any indication what you actually tried making it a bit
difficult to see the problem. However, PattyL has a good idea that can be
enhanced by creating a batch file with this command start /m notepad /p %1
as the SendTo target. This will run notepad minimized to print the
document.
--
"Luke Mundy" <greihawk@hotmail.com> wrote in message
news:%235Ci3d0yFHA.2348@TK2MSFTNGP15.phx.gbl...
| Quote: | I am trying to modify the registry to enable context menu print(using
notepad) of text files that dont have the .txt extension, i have tried a
couple of ways posted on the net, but, i try all i get is that the file
cant be found
Any idea's?
Thanks |
|
|
| Back to top |
|
 |
PattyL
Guest
|
Posted:
Sun Oct 09, 2005 12:27 am Post subject:
Re: Context menu print |
|
|
Great idea! Thanks for contributing.
PattyL
"GTS" <x> wrote in message news:uMKg$iBzFHA.2960@tk2msftngp13.phx.gbl...
| Quote: | You don't give any indication what you actually tried making it a bit
difficult to see the problem. However, PattyL has a good idea that can be
enhanced by creating a batch file with this command start /m notepad /p
%1 as the SendTo target. This will run notepad minimized to print the
document.
--
"Luke Mundy" <greihawk@hotmail.com> wrote in message
news:%235Ci3d0yFHA.2348@TK2MSFTNGP15.phx.gbl...
I am trying to modify the registry to enable context menu print(using
notepad) of text files that dont have the .txt extension, i have tried a
couple of ways posted on the net, but, i try all i get is that the file
cant be found
Any idea's?
Thanks
|
|
|
| Back to top |
|
 |
Luke Mundy
Guest
|
Posted:
Sat Oct 22, 2005 8:26 am Post subject:
Re: Context menu print |
|
|
PattyL wrote:
| Quote: | Great idea! Thanks for contributing.
PattyL
"GTS" <x> wrote in message news:uMKg$iBzFHA.2960@tk2msftngp13.phx.gbl...
You don't give any indication what you actually tried making it a bit
difficult to see the problem. However, PattyL has a good idea that can be
enhanced by creating a batch file with this command start /m notepad /p
%1 as the SendTo target. This will run notepad minimized to print the
document.
--
"Luke Mundy" <greihawk@hotmail.com> wrote in message
news:%235Ci3d0yFHA.2348@TK2MSFTNGP15.phx.gbl...
I am trying to modify the registry to enable context menu print(using
notepad) of text files that dont have the .txt extension, i have tried a
couple of ways posted on the net, but, i try all i get is that the file
cant be found
Any idea's?
Thanks
thanks for the replys, i will use your suggestions in the mean time |
while i play around with the other. i had tried adding in the registry
the print command from the .txt file extension to the extensions that we
use, the print command shows up in the context menu but when selected
brings up the error, that it can't find the selected file. |
|
| Back to top |
|
 |
|
|
|
|