Shell

Provides Windows 3.1 shell printing and File Open information.

Registry Entry

HKEY_LOCAL_MACHINE\SOFTWARE\Classes\ProgID
    \Shell
        \Open
            \command = <
path to application exe %1>
        \Print
            \command = <
path to application exe %1>

Value Entries

<path to application exe %1>

Specifies the path to the executable.

 

Remarks

These entries should provide the path and filename of the application. The examples provided here are simple entries. More complex entries could contain DDE entries.

HKEY_CLASSES_ROOT\OLE2ISvrOtl\Shell\Print\Command =

    c:\svr\isvrotl.exe %1

HKEY_CLASSES_ROOT\OLE2ISvrOtl\Shell\Open\Command =

    c:\svr\isvrotl.exe %1