home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 35 Internet / 35-Internet.zip / bircv02b.zip / amfplay.cmd next >
OS/2 REXX Batch file  |  1999-03-12  |  249b  |  16 lines

  1. /* REXX MOD processor to accompany BiRC */
  2.  
  3. call RxFuncAdd 'SysLoadFuncs','RexxUtil','SysLoadFuncs'
  4. call SysLoadFuncs
  5.  
  6. trace off
  7. '@echo off'
  8.  
  9. parse upper arg playfile
  10. playfile=space(playfile)
  11.  
  12. 'e:'
  13. 'cd\songs\dmp'
  14. 'dmp 'playfile
  15.  
  16. exit