home *** CD-ROM | disk | FTP | other *** search
- @echo off
- cls
- echo HILITE (c) DEMO
- echo.
- echo This batch file should provide you with a nice demo of what HILITE can
- echo do. A full demonstration of what happens each time a user logs in is
- echo given. Please make sure that you have ANSI.SYS installed, even if you
- echo are running a mono system.
- echo.
- echo Please press ENTER to continue...
- pause>nul
- cls
- echo OK, so, a user named Shane Anderson logs in... the first time he logs
- echo in, he will be put directly into the display file as follows:
- echo.
- echo Please press the return key...
- pause>nul
- hilite eg.ans eg.asc eg.log Shane_Anderson C 14 "My-BBS News!"
- echo There... so now the user has seen the news... Should he log in again, he
- echo will see the following:
- echo.
- echo Please press return...
- pause>nul
- cls
- hilite eg.ans eg.ask eg.log Shane_Anderson C 14 "My-BBS News!"
- echo.
- echo See how the user was prompted as to whether he wanted to see the News again
- echo This means the user is not forced to review the same old news.
- echo If you are inventive and resourceful, you can figure out ways, such as
- echo those discussed in the documentation, to determine exactly when a user
- echo will be defaulted into the display screens and when he will be prompted.
- echo.
- echo Well that's it. Thanks for your interest and help in this demo.
- echo Be creative, as there are many things that this utility can be used for.
- echo Above all, Enjoy - Shane G. Anderson, December 12, 1992.
- echo.
- echo.
-