vote up 5 vote down star

txt file is printing (instead of opening)

My Text files are not opening instead they are printing as the default command when i double click on any file.

I realized that the print command is default now and open is not the default command.

How do i change it back.

flag

2 Answers

vote up 18 vote down check

Open up a folder and then go to the menu:

Tools > Folder Options > File Types

Go down to the TXT extension and then click the Advanced button for the Edit File Type dialog:

Edit File Type dialog

If you are missing the open action

To create a new open action, take the following steps:

  1. Click New. A New Action dialog will pop up
  2. For Action, enter open
  3. For Application used to perform action, enter "C:\WINDOWS\system32\NOTEPAD.EXE %1"
  4. Click OK

New Action dialog

(Adjust the program file path as necessary if you prefer opening with another text editor.)

In the Edit File Type dialog:

  • Select open under the Actions list
  • Click Set Default
  • Click OK
  • Close out the Folder Options

This should now set back the default action of double-clicking on a .txt to open instead of printing.

link|flag
Actually the open command was not there, but i created it with similar settings of print command and set it default and its working now – Rishi Aug 3 at 10:27
Edit the answer to contain the filepath and other settings and i will accept it – Rishi Aug 3 at 10:28
vote up 2 vote down

You cloud try to right-click on it in a Windows explorer and check if the popup menu entry "right click on it" is there.
If it is, you should then be able to select a program, use Notepad and select "always use this".

alt text

Otherwise, there are some ways to restore default association in Xp

link|flag
The problem is that the .txt files are printing by default and not opening up as they used to/should. It isn't about being opened up by a different program. – Eight Days of Malaise Aug 2 at 10:39

Your Answer

Get an OpenID
or
never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.