.txt files are handled by notepad.

oldstable
Dan Kegel 2003-01-21 20:15:14 +00:00 committed by Alexandre Julliard
parent ba02ae412e
commit 97f6f600c7
1 changed files with 15 additions and 0 deletions

View File

@ -2838,3 +2838,18 @@
"LongDistanceRule"=" 8WFG"
"Name"="Uzbekistan"
"SameAreaRule"="G"
#
# Entries to get ShellExecute to map .txt files to notepad
#
[HKEY_CLASSES_ROOT\.txt]
@="txtfile"
"Content Type"="text/plain"
[HKEY_CLASSES_ROOT\txtfile\shell\open\command]
@="C:\\WINDOWS\\NOTEPAD.EXE %1"
[HKEY_CLASSES_ROOT\txtfile\shell\print\command]
@="C:\\WINDOWS\\NOTEPAD.EXE /p %1"