View Raw SPL
/* notifies user to download winhlp32.exe engine */
_notifyhlp()
{
        local str0, str1, str2, s0, s1, s2;

        /* strings */
        s0 = 'Help Engine Missing';
        s1 = 'Help Engine Required';
        s2 = 'The required Winhlp32 help engine is not available on this syetem. However, the
             engine can be downloaded directly from Microsoft.
             

'; str0 = s0; str1 = s1; str2 = s2; _mf("notifyhlp.pan"); }