home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 35 Internet / 35-Internet.zip / ra_webpk.zip / rago.cmd < prev   
OS/2 REXX Batch file  |  1995-10-26  |  307b  |  11 lines

  1. /* REXX Scipt to start a windows viewer from WebEx */
  2.  
  3. parse arg filenmin
  4. 'COPY' filenmin 'f:\raplayer\RATEMP.RAM'
  5.  
  6. /* Call objst.exe, which will start the viewer.    */
  7. /* The number is what you got when you dropped RAPlay on the FeelX icon */
  8.  
  9. 'objst.exe 165578' 'f:\raplayer\RATEMP.RAM'
  10. EXIT 0
  11.