home *** CD-ROM | disk | FTP | other *** search
- TPCVBROW.COM is a DOS executable utility which scrolls through text
- files both horiziotaly and verticaly. The most useful thing about this
- utility is that the programmer may pass parameters controling its
- position on the screen. For example, this window was created using the
- following code;
-
- set color to gr+/gr
- @ 5 ,5 say '┌──────────────────────────────────┐'
- @ 6 ,5 say '│ Scrolling Text Demo │'
- @ 7 ,5 say '├──────────────────────────────────┤'
- @ 8 ,5 say '│ │'
- @ 9 ,5 say '│ │'
- @ 10,5 say '│ │'
- @ 11,5 say '│ │'
- @ 12,5 say '│ │'
- @ 13,5 say '│ │'
- @ 14,5 say '│ │'
- @ 15,5 say '│ │'
- @ 16,5 say '└──────────────────────────────────┘'
- ! tpcvbrow \8,6,8,34,110,tpcvbrow.txt
-
- I hope that you will enjoy using this utility and don't forget to
- register!
-
-
-