home *** CD-ROM | disk | FTP | other *** search
/ Piper's Pit BBS/FTP: ibm 0020 - 0029 / ibm0020-0029 / ibm0028.tar / ibm0028 / PLINESYS.ZIP / DISPLAY.CMD < prev    next >
Encoding:
Text File  |  1991-03-15  |  516 b   |  30 lines

  1. *
  2. * DISPLAY.CMD
  3. *
  4. * This script shows how to use attributes with the display command.
  5. *
  6. * You can use these attributes anywhere in the text.
  7. *
  8. *   ^B  Bold
  9. *   ^K  Blink
  10. *   ^R  Reverse Video
  11. *   ^U  Underline
  12. *   ^N  Normal
  13. *   ^A  Reverse Video Blinking
  14. *
  15. *
  16.    
  17. Display This line contains ^Bbold ^Uunderline^N ^Kblink^N ^Rreverse^N
  18.  
  19. Display
  20.     This is another ^Rtry to get this to work^N
  21.  
  22.     I hope that this looks good.
  23.  
  24.     ^Bbold^N^@
  25.     ^Rreverse^N^@
  26.     ^Kblink^N^@
  27.     ^Uunderline^N
  28.  
  29. EndDisplay
  30.