REGEDIT
(the above line used as a quick check that we are indeed a registration script)

ALL LINES THAT DON'T START WITH 'HKEY_CLASSES_ROOT' ARE COMMENTS.

THIS FILE CONSISTS OF A LIST OF <key> <value> PAIRS. THE key AND value SHOULD 
BE SEPERATED BY A " = " mark.

Some of these entries duplicate those found in win.ini, for example, the
file extension associations to executables.  Shell.dll always looks
in the registration database before it looks in win.ini for this 
information, so it is efficient to include it here.


ENTRIES FOR NotePad

HKEY_CLASSES_ROOT\.ini = txtfile
HKEY_CLASSES_ROOT\.txt = txtfile
HKEY_CLASSES_ROOT\txtfile = Text File
HKEY_CLASSES_ROOT\txtfile\shell\print\command = notepad.exe /p %1
HKEY_CLASSES_ROOT\txtfile\shell\open\command = notepad.exe %1


ENTRIES FOR Cardfile

HKEY_CLASSES_ROOT\.crd = crdfile
HKEY_CLASSES_ROOT\crdfile = Card File
HKEY_CLASSES_ROOT\crdfile\shell\print\command = cardfile.exe /p %1
HKEY_CLASSES_ROOT\crdfile\shell\open\command = cardfile.exe %1

ENTRIES FOR Terminal

HKEY_CLASSES_ROOT\.trm = trmfile
HKEY_CLASSES_ROOT\trmfile = Terminal Settings
HKEY_CLASSES_ROOT\trmfile\shell\open\command = terminal.exe %1

ENTRIES FOR Macro Recorder

HKEY_CLASSES_ROOT\.rec = recfile
HKEY_CLASSES_ROOT\recfile = Recorder Macro
HKEY_CLASSES_ROOT\recfile\shell\open\command = recorder.exe %1

ENTRIES FOR Microsoft Mail

HKEY_CLASSES_ROOT\.mmf = MicrosoftMail
HKEY_CLASSES_ROOT\MicrosoftMail = Microsoft Mail
HKEY_CLASSES_ROOT\MicrosoftMail\shell\open\command = msmail.exe /f %1

ENTRIES FOR Write

HKEY_CLASSES_ROOT\.wri = wrifile
HKEY_CLASSES_ROOT\wrifile = Write Document
HKEY_CLASSES_ROOT\wrifile\shell\print\command = write.exe /p %1
HKEY_CLASSES_ROOT\wrifile\shell\open\command = write.exe %1

ENTRIES FOR Regedit

HKEY_CLASSES_ROOT\.reg = regedit
HKEY_CLASSES_ROOT\regedit = Registration Entries
HKEY_CLASSES_ROOT\regedit\shell\open\command = regedit.exe %1

ENTRIES FOR PBrush SERVER

HKEY_CLASSES_ROOT\.bmp = PBrush
HKEY_CLASSES_ROOT\.msp = PBrush
HKEY_CLASSES_ROOT\.pcx = PBrush
HKEY_CLASSES_ROOT\PBrush = Paintbrush Picture
HKEY_CLASSES_ROOT\PBrush\shell\print\command = pbrush.exe /p %1
HKEY_CLASSES_ROOT\PBrush\shell\open\command = pbrush.exe %1
HKEY_CLASSES_ROOT\PBrush\protocol\StdFileEditing\verb\0 = Edit
HKEY_CLASSES_ROOT\PBrush\protocol\StdFileEditing\server = pbrush.exe

ENTRIES FOR Packager SERVER

HKEY_CLASSES_ROOT\Package = Package
HKEY_CLASSES_ROOT\Package\protocol\StdFileEditing\verb\0 = &Activate Contents
HKEY_CLASSES_ROOT\Package\protocol\StdFileEditing\verb\1 = &Edit Package
HKEY_CLASSES_ROOT\Package\protocol\StdFileEditing\server = packager.exe


ENTRIES for Sound Recorder

HKEY_CLASSES_ROOT\.wav = SoundRec
HKEY_CLASSES_ROOT\SoundRec = Sound
HKEY_CLASSES_ROOT\SoundRec\shell\open\command = SoundRec.exe %1
HKEY_CLASSES_ROOT\SoundRec\protocol\StdExecute\server = SoundRec.exe
HKEY_CLASSES_ROOT\SoundRec\protocol\StdFileEditing\server = SoundRec.exe
HKEY_CLASSES_ROOT\SoundRec\protocol\StdFileEditing\verb\1 = &Edit
HKEY_CLASSES_ROOT\SoundRec\protocol\StdFileEditing\verb\0 = &Play

ENTRIES for Media Player

HKEY_CLASSES_ROOT\.mid = MPlayer
HKEY_CLASSES_ROOT\.rmi = MPlayer
HKEY_CLASSES_ROOT\MPlayer = Media Player
HKEY_CLASSES_ROOT\MPlayer\shell\open\command = MPlayer.exe %1

ENTRIES for Word for Windows 2.0

HKEY_CLASSES_ROOT\WordDocument\protocol\StdFileEditing\PackageObjects

ENTRIES for Fax Viewer

HKEY_CLASSES_ROOT\.dcx = FaxView
HKEY_CLASSES_ROOT\FaxView = Fax
HKEY_CLASSES_ROOT\FaxView\shell\open\command = FaxView.exe %1
HKEY_CLASSES_ROOT\FaxView\shell\print\command = FaxView.exe /P %1

ENTRIES for Fax Signature Viewer

HKEY_CLASSES_ROOT\.aws = FaxSig
HKEY_CLASSES_ROOT\FaxSig = Fax Signature Viewer
HKEY_CLASSES_ROOT\FaxSig\shell\open\command = sigview.exe %1

ENTRIES for Fax Key Viewer

HKEY_CLASSES_ROOT\.awp = FaxKey
HKEY_CLASSES_ROOT\FaxKey = Fax Key Viewer
HKEY_CLASSES_ROOT\FaxKey\shell\open\command = keyview.exe %1

