home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 124.lha / VLT / Rexx / Reset_IBM.vlt < prev   
Encoding:
Text File  |  1986-11-20  |  91 b   |  7 lines

  1. /* this sends a reset */
  2.  
  3. string = "*X7 *N *R *R "
  4. string = '"'||string||'"'
  5.  
  6. SEND string 
  7.