home *** CD-ROM | disk | FTP | other *** search
/ Microsoft Programmer's Library 1.3 / Microsoft-Programers-Library-v1.3.iso / sampcode / prof_c / 07config / sample.bat < prev    next >
Encoding:
DOS Batch File  |  1988-08-11  |  441 b   |  24 lines

  1. echo off
  2. mx -n
  3. prtstr This is normal text.
  4. mx -b
  5. prtstr This is bold (emphasized) text.
  6. mx -n
  7. prtstr We can mix fonts, too.
  8. mx -be
  9. prtstr This is bold and expanded together.
  10. mx -n
  11. prtstr -n We can mix fonts in a line also:
  12. mx -b
  13. prtstr -n " bold"
  14. mx -i
  15. prtstr -n " and "
  16. mx -e
  17. prtstr expanded.
  18. mx -u
  19. prtstr This is underlined text...
  20. mx -i
  21. prtstr ... this is italicized.
  22. mx -n
  23. prtstr And finally back to normal type.
  24.