home *** CD-ROM | disk | FTP | other *** search
- echo off
- cls
- echo
- echo
- echo
- echo
- echo
- echo
- echo ┌──────────────────────────────────────────────────┐
- echo │Drawing boxes (or frames) around screen displays │
- echo │ seems to add a finishing touch to menus, messages│
- echo │ or any other information conveyed to the user. │
- echo │ │
- echo │With a batch file, not only is it time consuming, │
- echo │ but painfully slow. Most of the time it simply │
- echo │ is not worth the trouble. │
- echo │ │
- echo │With PowerBatch, you draw your frame with one │
- echo │ command. And it is a little faster... │
- echo └──────────────────────────────────────────────────┘
- echo
- echo
- echo I hope you have realized by now that this is a standard DOS batch file.
- echo
- echo
- echo
- boxdemo1
-