home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Simtel MSDOS 1992 December
/
simtel1292_SIMTEL_1292_Walnut_Creek.iso
/
msdos
/
c
/
teach_c.arc
/
TUTORIAL.BAT
< prev
Wrap
DOS Batch File
|
1986-04-06
|
2KB
|
24 lines
echo off
cls
echo ╔════════════════════════════════════════════════════════════════════════╗
echo ║ To display LESSONS in C, type: ║
echo ║
display lesson1
║
echo ╚════════════════════════════════════════════════════════════════════════╝
echo ╔════════════════════════════════════════════════════════════════════════╗
echo ║ To display table of CONTENTS, type: ║
echo ║
display contents
║
echo ╚════════════════════════════════════════════════════════════════════════╝
echo ╔════════════════════════════════════════════════════════════════════════╗
echo ║ To explain the DISPLAY program, type: ║
echo ║
display explain
║
echo ╚════════════════════════════════════════════════════════════════════════╝
echo ╔════════════════════════════════════════════════════════════════════════╗
echo ║ To display IBM PC memory, type: ║
echo ║
display memory
║
echo ╚════════════════════════════════════════════════════════════════════════╝
echo ╔════════════════════════════════════════════════════════════════════════╗
echo ║ To display memory location, type: ║
echo ║
display where
║
echo ╚════════════════════════════════════════════════════════════════════════╝