home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 149.lha / VLT_v3.626 / Rexx / Reset_IBM.vlt < prev    next >
Text File  |  1988-04-25  |  91b  |  7 lines

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