home *** CD-ROM | disk | FTP | other *** search
/ Frozen Fish 1: Amiga / FrozenFish-Apr94.iso / bbs / alib / d5xx / d529 / clockdj.lha / ClockDJ / ClockRexxExamples / Arp_pop.rexx < prev    next >
OS/2 REXX Batch file  |  1991-08-05  |  326b  |  19 lines

  1.  /* Arp.rexx */
  2.  options results
  3.  Address 'CLOCKDJ' 
  4. 'setarpdir vd0:'
  5. 'setarpfile clockdj.keys'
  6. "setarptitle Wot's this 'ere, then"
  7. 'setarpcolour 2'
  8. FILEREQUESTER
  9.  x = result
  10.  say '>' || x || '<'
  11. 'setarpcolour 1'
  12. FILEREQUESTER
  13.  x = result
  14.  say '>' || x || '<'
  15. poprequester 'This is a test.'
  16.  x = result
  17.  say '>' || x || '<'
  18.  
  19.