home *** CD-ROM | disk | FTP | other *** search
/ CD Actual 8 / CDACTUAL8.iso / share / os2 / juegos / oil / install.cmd < prev    next >
Encoding:
Text File  |  1996-11-29  |  439 b   |  18 lines

  1. /* Create an icon for OIL on the desktop */
  2. /* If you already have an icon for OIL   */
  3. /* please delete this icon before calling*/
  4. /* this program                          */
  5.  
  6. call RxFuncAdd "SysLoadFuncs","REXXUTIL","SysLoadFuncs"
  7. call SysLoadFuncs
  8.  
  9. title="Oil"
  10. classname='WPProgram'
  11. location='<WP_DESKTOP>'
  12. curdir=directory()
  13. result=SysCreateObject(classname,title,location,'PROGTYPE=PM;EXENAME='curdir'\oil.exe;')
  14.  
  15.  
  16.  
  17.  
  18.