home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Electronics for your PC
/
pcelectronics.bin
/
Elec_dos
/
PTEST1_1
/
GO.BAT
< prev
next >
Wrap
DOS Batch File
|
1996-09-28
|
2KB
|
48 lines
echo off
cls
echo.
echo.
echo █████████████████████████████████████████████████████████████████████
echo █████▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀██████
echo █████▐████████████████████████████████████████████████████████▌██████
echo █████▐███████████ ████████████▌██████
echo █████▐███████████ INSTALLING ▒███████████▌██████
echo █████▐███████████ ▒███████████▌██████
echo █████▐███████████ PCTEST1-1 ▒███████████▌██████
echo █████▐███████████ ▒███████████▌██████
echo █████▐████████████▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒███████████▌██████
echo █████▐████████████████████████████████████████████████████████▌██████
echo █████▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄██████
echo █████████████████████████████████████████████████████████████████████
echo.
echo.
echo Computer Components and Troubleshooting Tests with Slideshow.
echo Type START to get to the Main Menu and select either test.
echo TA TA .....and HAPPY PC TESTING.......
echo.
echo. On which HARD DRIVE would you like to install the PCTEST1-1 program ?
echo.
echo Please enter C, or Q to QUIT.
KEY CQ
IF ERRORLEVEL 2 GOTO QUIT
IF ERRORLEVEL 1 GOTO CDRIVE
:CDRIVE
cls
echo.
echo.
echo * * * * * * PLEASE INSERT FLOPPY DISK INTO YOUR FLOPPY DRIVE * * * * * *
echo.
PAUSE
MD C:\PCTEST
COPY *.* C:\PCTEST
C:
CD \PCTEST
PTEST1-1
START
:QUIT