home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 142.lha / VLT_v3.598 / rexx / Reset_IBM.vlt < prev   
Text File  |  1986-11-21  |  91b  |  7 lines

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