home *** CD-ROM | disk | FTP | other *** search
- *
- * DISPLAY.CMD
- *
- * This script shows how to use attributes with the display command.
- *
- * You can use these attributes anywhere in the text.
- *
- * ^B Bold
- * ^K Blink
- * ^R Reverse Video
- * ^U Underline
- * ^N Normal
- * ^A Reverse Video Blinking
- *
- *
-
- Display This line contains ^Bbold ^Uunderline^N ^Kblink^N ^Rreverse^N
-
- Display
- This is another ^Rtry to get this to work^N
-
- I hope that this looks good.
-
- ^Bbold^N^@
- ^Rreverse^N^@
- ^Kblink^N^@
- ^Uunderline^N
-
- EndDisplay
-