home *** CD-ROM | disk | FTP | other *** search
/ Amiga Games Extra 1996 April / Amiga_Games_Extra_CD_4-96.bin / rexx / serial_close.rexx < prev    next >
OS/2 REXX Batch file  |  1995-12-23  |  76b  |  7 lines

  1. /* Close Aurora's serial.device */
  2.  
  3. address 'Aurora_Rexx'
  4. closeserial
  5.  
  6. exit
  7.