home *** CD-ROM | disk | FTP | other *** search
- /* DirMaster REXX install Script */
-
- call RxFuncAdd "SysLoadFuncs", "RexxUtil", "SysLoadFuncs"
- call SysLoadFuncs
-
- SAY 'This REXX script creates a DirMaster object on your desktop.'
- SAY
- SAY 'Working...'
- dir=directory()
-
- if SysCreateObject("WPProgram", "DirMaster v2.0", "<WP_DESKTOP>","EXENAME="dir"\DMaster.exe", "update") then
- say 'DirMaster object successfully created!'
- else
- say 'Unable to create DirMaster object!'
- exit