home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Collection of Hack-Phreak Scene Programs
/
cleanhpvac.zip
/
cleanhpvac
/
TEACH_C.ZIP
/
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 ╚════════════════════════════════════════════════════════════════════════╝