home *** CD-ROM | disk | FTP | other *** search
/ The Fred Fish Collection 1.5 / ffcollection-1-5-1992-11.iso / ff_disks / 200-299 / ff202.lzh / Vlt / rexx / Reset_IBM.vlt < prev   
Text File  |  1989-05-04  |  91b  |  7 lines

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