home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD2.iso / Sound / Player / DELIT218.LHA / Files / arexx.lzx / Arexx / dt_pubscreen.rexx < prev    next >
Encoding:
OS/2 REXX Batch file  |  1994-04-15  |  124 b   |  9 lines

  1. /* DeliTracker - open DeliTracker on given pubscreen */
  2.  
  3. parse arg screenname
  4.  
  5. address 'DELITRACKER'
  6.  
  7. pubscreen screenname
  8.  
  9.