home *** CD-ROM | disk | FTP | other *** search
/ Frostbyte's 1980s DOS Shareware Collection / floppyshareware.zip / floppyshareware / GLEN / BATBOX11.ZIP / ECHODEMO.BAT < prev    next >
DOS Batch File  |  1991-07-09  |  768b  |  17 lines

  1. @ECHO OFF
  2. rem             ECHODEMO.BAT -- demo BAT file for BOXECHO.COM 1.1
  3. rem                           by Mel Raff 7/9/91
  4. rem
  5. rem      You can call BOXECHO.COM with a single parameter: the only 
  6. rem required parameter is the text file to display in a box.  The default 
  7. rem colors are blue background and white foreground, and the default 
  8. rem position is centered horizontally and vertically.  You can control 
  9. rem these as well, by entering the appropriate parameters on the command line.
  10. rem
  11. rem      To see the full instructions, type BOXECHO with no parameters at all.
  12. rem 
  13. rem      Here's a sample call, using color parameters and the pause option, 
  14. rem and allowing the program to automatically center the box:
  15. rem
  16. boxecho echo.txt b=r f=W p
  17.