home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 164.lha / ARexx / Example_ARexx / ports2.rexx < prev    next >
Encoding:
OS/2 REXX Batch file  |  1988-04-28  |  132 b   |  5 lines

  1. /* ports2 - send packet to test.rexx */
  2. say 'sending message to ports.rexx'
  3. address 'testport' 'This should print from ports.rexx'
  4.  
  5.