home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 35 Internet / 35-Internet.zip / ra20set.zip / makeobj.cmd next >
OS/2 REXX Batch file  |  1996-08-19  |  307b  |  8 lines

  1. /* */
  2. call RxFuncAdd 'SysCreateObject', 'RexxUtil', 'SysCreateObject'
  3. call RxFuncAdd 'SysSetObjectData', 'RexxUtil', 'SysSetObjectData'
  4. parse arg exename
  5.  
  6. rc = SysCreateObject("WPProgram","Real Audio Player","<WP_DESKTOP>","OBJECTID=<RAPLAYER>")
  7. rc = SysSetObjectData("<RAPLAYER>","EXENAME="exename)
  8.