Using TextPad as default editor correctly
Posted: Sun May 23, 2004 2:43 pm
! I use german version of my operating system, so certain names may differ from my translation !
Operating System I use: Windows XP (no idea whether this is the same on others)
Symptome: When TextPad is set as default editor for a specific type of file and one opens multiple files at the same time, windows will create a new instance of TextPad for each file.
Reason: The DDE execution command is not set correctly.
Solution: Go to the screen to edit file types (explorer->extras->folder options->file types) and hit the advanced options button after selecting the file type we want to open with TextPad.
Now hit the edit button and you get a new window showing 6 edit fields:
edit
"DRIVE:\FOLDER\TextPad.exe" %1
<EMPTY>
TextPad
<EMPTY>
System
now change it to
edit
"DRIVE:\FOLDER\TextPad.exe" %1
[open("%1")]
TextPad
<EMPTY>
System
Now you can open multiple files with your default editor: TextPad.
Sorry for bad grammar and stuff...
Operating System I use: Windows XP (no idea whether this is the same on others)
Symptome: When TextPad is set as default editor for a specific type of file and one opens multiple files at the same time, windows will create a new instance of TextPad for each file.
Reason: The DDE execution command is not set correctly.
Solution: Go to the screen to edit file types (explorer->extras->folder options->file types) and hit the advanced options button after selecting the file type we want to open with TextPad.
Now hit the edit button and you get a new window showing 6 edit fields:
edit
"DRIVE:\FOLDER\TextPad.exe" %1
<EMPTY>
TextPad
<EMPTY>
System
now change it to
edit
"DRIVE:\FOLDER\TextPad.exe" %1
[open("%1")]
TextPad
<EMPTY>
System
Now you can open multiple files with your default editor: TextPad.
Sorry for bad grammar and stuff...