Last change
on this file was
100,
checked in by Sam Hocevar, 15 years ago
|
- Importing an old Win32 port by Jeremy "Marauder" Scott.
|
File size:
702 bytes
|
Line | |
---|
1 | REGEDIT
|
---|
2 | ; This .REG file may be used by your SETUP program.
|
---|
3 | ; If a SETUP program is not available, the entries below will be
|
---|
4 | ; registered in your InitInstance automatically with a call to
|
---|
5 | ; CWinApp::RegisterShellFileTypes and COleObjectFactory::UpdateRegistryAll.
|
---|
6 |
|
---|
7 | HKEY_CLASSES_ROOT\.lsp = LispEditor.Document
|
---|
8 | HKEY_CLASSES_ROOT\LispEditor.Document\shell\open\command = LISPEDITOR.EXE %1
|
---|
9 | HKEY_CLASSES_ROOT\LispEditor.Document\shell\open\ddeexec = [open("%1")]
|
---|
10 | HKEY_CLASSES_ROOT\LispEditor.Document\shell\open\ddeexec\application = LISPEDITOR
|
---|
11 | ; note: the application is optional
|
---|
12 | ; (it defaults to the app name in "command")
|
---|
13 |
|
---|
14 | HKEY_CLASSES_ROOT\LispEditor.Document = LISP code
|
---|
Note: See
TracBrowser
for help on using the repository browser.