Posted by member 12011 on 2003-03-07 14:41:25 link

I got find.dll, put it in my litestep dir, added this to step.rc:

LoadModule $LiteStepDir$find.dll

To use it I added this to popup.rc:

*Popup "find" !FindFiles "C:\"
*Popup "find computer" !FindComputer

These are both working on my win98 machine.