home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
High Voltage Shareware
/
high1.zip
/
high1
/
DIR2
/
CTV127.ZIP
/
DEMO.CT
< prev
next >
Wrap
Text File
|
1993-10-26
|
3KB
|
118 lines
cls
^N1,3/This is a short demo for THE CONTROLLER./
^N1,4/The first thing it did was clear the screen/
^N1,5/The next thing we will do is a directory of the current drive/
^N1,6/Press the F12 key or Alt R to run through the first step./
^N1,7/When the directory is completed......../
^N1,8/Press the F12 key or Alt R to get to the next step/
^B^P
cls
dir
^D010
^N43,8/Press the F12 key or Alt R to run/
^N43,9/through the next step./
^B^P
^N43,8/Very good! Now THE CONTROLLER has gone/
^N43,9/into a PAUSE state as showing on the /
^N43,10/upper right hand corner of the screen./
^N43,11/The next thing we will do is a check/
^N43,12/disk without the F option. If chkdsk/
^N43,13/is not in your path we will get/
^N43,14/a bad command or file name message but/
^N43,15/thats OK. If your disk has errors, THE/
^N43,16/CONTROLLER will respond N to the /
^N43,17/question "do we want to fix them"./
^N43,18/Press the F12 key or Alt R to run/
^N43,19/through the next step./
^B^P
cls
chkdsk
N
^N43,18/Press the F12 key or Alt R to run/
^N43,19/through the next step./
^B^P
cls
^N3,4/N/
^N3,5/o/
^N3,6/w/
^N3,7/ /
^N3,8/w/
^N3,9/e/
^N3,10/ /
^N3,11/a/
^N3,12/r/
^N3,13/e/
^N3,14/ /
^N3,15/w/
^N3,16/r/
^N3,17/i/
^N3,18/t/
^N3,19/i/
^N3,20/n/
^N3,21/g/
^N5,4/d/
^N5,5/o/
^N5,6/w/
^N5,7/n/
^N5,8/ /
^N5,9/t/
^N5,10/h/
^N5,11/e/
^N5,12/ /
^N5,13/s/
^N5,14/c/
^N5,15/r/
^N5,16/e/
^N5,17/e/
^N5,18/n/
^N5,19/!/
^N5,20/!/
^N5,21/!/
^N43,8/Since I don't know what software you /
^N43,9/have I'm going to try to make a .bat /
^N43,10/file using EDLIN. I hope EDLIN is in /
^N43,11/the path. If it isn't you will just/
^N43,12/see alot of bad command or file name/
^N43,13/messages, but that's OK./
^N43,18/Continue to press the F11 key or /
^N43,19/Alt W and you will be able to see/
^N43,20/it walk through the steps./
^B^P
if exist CT_BAT.BAT rename CT_BAT.BAT CT_BAT.12_
cls
edlin ct_bat.bat
1i
echo off
cls
echo WE MADE A BATCH FILE !!!!!!
echo NOW
echo PRESS
echo F12 or Alt R !!!
echo on
^<F6>`
e
^N1,24/Press the F12 key or Alt R to get to the next step/
^B^P
ct_bat
^N1,24/Press the F12 key or Alt R to get to the next step/
^B^P
cls
erase CT_BAT.BAT
if exist CT_BAT.12_ rename CT_BAT.12_ CT_BAT.BAT
cls
^N43,8/The last thing we will do is try and /
^N43,9/read your screen. If your DOS prompt/
^N43,10/is pretty standard I will be able to/
^N43,11/see a ":" after you press ENTER about/
^N43,12/8 times and get to screen row 10./
^N43,14/Go ahead and start pressing ENTER now/
^P.S2,10/:/
cls
^N43,8/That is the end of this short demo /
^N43,9/THE CONTROLLER will now unload and /
^N43,10/you can have your computer back/
^N43,11/ /
^N43,12/*** Thanks !! ***/
^B
^T