home *** CD-ROM | disk | FTP | other *** search
/ The Fred Fish Collection 1.5 / ffcollection-1-5-1992-11.iso / ff_disks / 300-399 / ff330.lzh / Vt100 / RexxSamples / TestMsg.vt100 < prev   
Text File  |  1990-03-02  |  349b  |  15 lines

  1. /*   Have VT100 display messages for us */
  2. trace Off
  3.  
  4. parse source . . . cmdname .
  5.  
  6. 'MSG "From' cmdname || ': A little demo"'
  7. 'MSG "Watch this line get overlaid by the next...^M"'
  8. address COMMAND "WAIT 2 SECS"
  9. 'MSG "This data has overlaid the previous message."'
  10. 'MSG "Now we''ll leave a blank line..."'
  11. "MSG"
  12. 'MSG "All done with' cmdname '"'
  13.  
  14. exit
  15.