home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
C!T ROM 5
/
ctrom5b.zip
/
ctrom5b
/
DOS
/
TEKST
/
E-Z-BOOK
/
E-Z-BOOK.EXE
/
CHANGE.BAT
< prev
next >
Wrap
DOS Batch File
|
1995-04-14
|
947b
|
27 lines
@echo off
cls
echo ┌──────────────────────────────────────────────────────────────┐
echo │ This is an example of how the text font may be automatically │
echo │ changed. You will see Slender on the cover, Chunky on the │
echo │ the title page, and Big Jim in the body of the e-book. │
echo └──────────────────────────────────────────────────────────────┘
pause
hqslendr
ezb cover1 blank
hqchunky
ezb title blank
hqjim
ezb ebook blank
ega
vga
echo ┌───────────────────────────────────┐
echo │ THIS ENDS THE DEMONSTRATION │
echo │ Press any key to see "CHANGE.BAT" │
echo └───────────────────────────────────┘
pause >nul
cls
type change.bat
:NOTE: The trick is in using BLANK.DEB and BLANK.DET, two "dummy files"
: With this technique you may not move to the previous file with ──