/* $VER: simplefind_dopus.rexx 1.0 (25.01.98) * Allows SimpleFind to show its results in a DOpus lister */ options results sfportname = 'SIMPLEFIND.1' scriptportname = 'SIMPLEFIND_DOPUS' dopusportname = 'DOPUS.1' /* chek for Dopus */ if ~show('p',dopusportname) then do say 'Directory Opus doesn''t run' exit end /* open rexxsupport.library which gives us some functions to handle messages */ if ~show('l','rexxsupport.library') then call addlib('rexxsupport.library',0,-30) /* load SimpleFind if not already done */ if ~show('p',sfportname) then do address command 'run >NIL: