home *** CD-ROM | disk | FTP | other *** search
/ C!T ROM 5 / ctrom5b.zip / ctrom5b / DOS / TEKST / E-Z-BOOK / CHANGE.BAT < prev    next >
DOS Batch File  |  1995-04-14  |  947b  |  27 lines

  1. @echo off
  2. cls
  3. echo        ┌──────────────────────────────────────────────────────────────┐
  4. echo        │ This is an example of how the text font may be automatically │
  5. echo        │ changed.  You will see Slender on the cover, Chunky on the   │
  6. echo        │ the title page, and Big Jim in the body of the e-book.       │
  7. echo        └──────────────────────────────────────────────────────────────┘
  8. pause
  9. hqslendr
  10. ezb cover1 blank
  11. hqchunky
  12. ezb title blank
  13. hqjim
  14. ezb ebook blank
  15. ega
  16. vga
  17. echo                      ┌───────────────────────────────────┐
  18. echo                      │    THIS ENDS THE DEMONSTRATION    │
  19. echo                      │ Press any key to see "CHANGE.BAT" │
  20. echo                      └───────────────────────────────────┘
  21. pause >nul
  22. cls
  23. type change.bat
  24. :NOTE: The trick is in using BLANK.DEB and BLANK.DET, two "dummy files"
  25. :      With this technique you may not move to the previous file with ──
  26.  
  27.