home *** CD-ROM | disk | FTP | other *** search
/ System Booster / System Booster.iso / Archives / Timing / ClockDJ.lha / ClockDJ / ClockRexxExamples / inject.rexx < prev    next >
Encoding:
OS/2 REXX Batch file  |  1991-08-05  |  104 b   |  6 lines

  1. /* rexx inject */
  2. options results
  3. address clockdj
  4. delay 5000
  5. inject click '01'x'This is a test message'
  6.