home *** CD-ROM | disk | FTP | other *** search
- /* Create an icon for OIL on the desktop */
- /* If you already have an icon for OIL */
- /* please delete this icon before calling*/
- /* this program */
-
- call RxFuncAdd "SysLoadFuncs","REXXUTIL","SysLoadFuncs"
- call SysLoadFuncs
-
- title="Oil"
- classname='WPProgram'
- location='<WP_DESKTOP>'
- curdir=directory()
- result=SysCreateObject(classname,title,location,'PROGTYPE=PM;EXENAME='curdir'\oil.exe;')
-
-
-
-
-