home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-387-Vol-3of3.iso / h / hilite3.zip / EG.BAT < prev    next >
DOS Batch File  |  1992-12-12  |  2KB  |  38 lines

  1. @echo off
  2. cls
  3. echo                             HILITE (c) DEMO
  4. echo.
  5. echo This batch file should provide you with a nice demo of what HILITE can
  6. echo do.  A full demonstration of what happens each time a user logs in is
  7. echo given.  Please make sure that you have ANSI.SYS installed, even if you
  8. echo are running a mono system.
  9. echo.
  10. echo Please press ENTER to continue...
  11. pause>nul
  12. cls
  13. echo OK, so, a user named Shane Anderson logs in... the first time he logs
  14. echo in, he will be put directly into the display file as follows:
  15. echo.
  16. echo Please press the return key...
  17. pause>nul
  18. hilite eg.ans eg.asc eg.log Shane_Anderson C 14 "My-BBS News!"
  19. echo There... so now the user has seen the news... Should he log in again, he
  20. echo will see the following:
  21. echo.
  22. echo Please press return...
  23. pause>nul
  24. cls
  25. hilite eg.ans eg.ask eg.log Shane_Anderson C 14 "My-BBS News!"
  26. echo.
  27. echo See how the user was prompted as to whether he wanted to see the News again
  28. echo This means the user is not forced to review the same old news.
  29. echo If you are inventive and resourceful, you can figure out ways, such as
  30. echo those discussed in the documentation, to determine exactly when a user
  31. echo will be defaulted into the display screens and when he will be prompted.
  32. echo.
  33. echo Well that's it.  Thanks for your interest and help in this demo.
  34. echo Be creative, as there are many things that this utility can be used for.
  35. echo Above all, Enjoy - Shane G. Anderson, December 12, 1992.
  36. echo.
  37. echo.
  38.