Opening RTF Files With Wordpad

R

Rickey Smith

Every time I click on a .rtf file, wordpad opens but I get an error stating
that "c:\Documents cannot find the file. Please verify that the correct path
and file name are given." I'm clicking directly on the file so I know it
exists in and has the correct file name but for the life of me can't figure
out why the file won't open. If I first open wordpad then browse to the
location of the file, it opens without a problem. Anyone else experience
anything like this?

Rickey Allen Smith
 
P

Pegasus \(MVP\)

Rickey Smith said:
Every time I click on a .rtf file, wordpad opens but I get an error stating
that "c:\Documents cannot find the file. Please verify that the correct path
and file name are given." I'm clicking directly on the file so I know it
exists in and has the correct file name but for the life of me can't figure
out why the file won't open. If I first open wordpad then browse to the
location of the file, it opens without a problem. Anyone else experience
anything like this?

Rickey Allen Smith

You have an LFN (Long File Name) problem. Launch "My Computer",
then Tools / Folder Options / File Types / Advanced, locate "RTF" and
click "Advanced".

Now click "Open", then "Edit". It's supposed to be something like

C:\Program Files\Windows NT\Accessories\WORDPAD.EXE "%1"
 
R

Rickey Smith

Pegasus (MVP) said:
You have an LFN (Long File Name) problem. Launch "My Computer",
then Tools / Folder Options / File Types / Advanced, locate "RTF" and
click "Advanced".

Now click "Open", then "Edit". It's supposed to be something like

C:\Program Files\Windows NT\Accessories\WORDPAD.EXE "%1"


I checked that and is shows "C:\Program Files\Windows
NT\Accessories\wordpad.exe" %1 but I am still getting the original error.
 
P

Pegasus \(MVP\)

Rickey Smith said:
I checked that and is shows "C:\Program Files\Windows
NT\Accessories\wordpad.exe" %1 but I am still getting the original error.

There seems to be a discrepancy. Below is what I wrote, and then what
you replied:

C:\Program Files\Windows NT\Accessories\wordpad.exe "%1"
"C:\Program Files\Windows NT\Accessories\wordpad.exe" %1

Your double quotes are not where I placed them.
 
G

Gary Smith

There seems to be a discrepancy. Below is what I wrote, and then what
you replied:
C:\Program Files\Windows NT\Accessories\wordpad.exe "%1"
"C:\Program Files\Windows NT\Accessories\wordpad.exe" %1
Your double quotes are not where I placed them.

I think yo'll need both sets:

"C:\Program Files\Windows NT\Accessories\wordpad.exe" "%1"
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top