home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Shareware Overload
/
ShartewareOverload.cdr
/
wp
/
pct2_1.zip
/
INST1.BAT
< prev
next >
Wrap
DOS Batch File
|
1989-06-27
|
2KB
|
58 lines
echo off
cls
a:
if exist a:inst1.bat goto DOINST1
echo The PROGRAM DISK must be in drive A
goto EXIT
:DOINST1
echo ┌─────────────────────────────────────────────────────────────────┐
echo │INST1.BAT is for installing PC-Type II into systems with two │
echo │ 720k floppy drives. │
echo │ │
echo │ It is assumed that you have three formatted, but empty │
echo │ 3½" diskettes available. They should be labeled: │
echo │ │
echo │ WORKING DISK │
echo │ OTHER PGMS DISK │
echo │ MISC DISK │
echo │ │
echo │ When this batch program is finished, you will be asked │
echo │ to place the UTILITY distribution disk into drive A │
echo │ and then run the batch program INST2.BAT. │
echo │ │
echo │ To continue press a key when asked. │
echo │ If you want to stop now, press Ctrl Break. │
echo └─────────────────────────────────────────────────────────────────┘
echo .
pause
cls
echo ┌────────────────────────────────────────────┐
echo │ Place the formatted MISC disk into drive B │
echo └────────────────────────────────────────────┘
echo .
pause
b:
a:extract a:\pct1. *.prn
cls
echo ┌───────────────────────────────────────────────┐
echo │ Place the formatted WORKING disk into drive B │
echo └───────────────────────────────────────────────┘
echo .
pause
a:extract a:\pct1. pct*.*
a:extract a:\pct2. pct*.*
cls
echo ┌──────────────────────────────────────────────────┐
echo │ Place the formatted OTHER PGMS disk into drive B │
echo └──────────────────────────────────────────────────┘
pause
a:extract a:\pct2. *.exe
a:
cls
echo ┌────────────────────────────────────────┐
echo │ Place the UTILITY disk into drive A. │
echo │ Then type INST2 after the A prompt. │
echo └────────────────────────────────────────┘
echo .
:EXIT