home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Devil's Doorknob BBS Capture (1996-2003)
/
devilsdoorknobbbscapture1996-2003.iso
/
Dloads
/
100UTILI
/
TVGAUT-2.ZIP
/
UNPACK.BAT
< prev
Wrap
DOS Batch File
|
1980-01-01
|
2KB
|
60 lines
echo off
cls
if "%1" == "1" goto check1
if "%1" == "2" goto check1
if "%1" == "3" goto check1
goto msg
:check1
if "%2" == "a:" goto msg3
if "%2" == "A:" goto msg3
if "%2" == "b:" goto msg3
if "%2" == "B:" goto msg3
goto msg
:msg3
if "%1" == "1" goto cont1
if "%1" == "2" goto cont2
if "%1" == "3" goto cont1
goto msg
cls
:cont1
ECHO ************************************************************
echo * Insert FORMATTED DISKETTE in Drive %2 *
echo * If you are not ready to install press [Ctrl-C] to exit, *
echo * otherwise press any key to continue. *
ECHO ************************************************************
pause
echo ********************************************************
ECHO * *
ECHO * COPYING........... *
ECHO * *
echo ********************************************************
disk2 -d %2\
if "%1" == "1" goto out
:cont2
ECHO ************************************************************
echo * Insert FORMATTED DISKETTE in Drive %2 *
echo * If you are not ready to install press [Ctrl-C] to exit, *
echo * otherwise press any key to continue. *
ECHO ************************************************************
pause
echo ********************************************************
ECHO * *
ECHO * COPYING........... *
ECHO * *
echo ********************************************************
disk3 -d %2\
goto out
:msg
cls
ECHO ***************************************************************
echo * Enter "UNPACK [n] [Dr:]" *
echo * [n] is the SOFTWARE DRIVER NUMBER you want to UNPACK. *
echo * [Dr:] is the DRIVE you want to copy your files to (A or B) *
echo * Option: *
echo * 1. Driver & Utility Disk #2 *
echo * 2. Driver & Utility Disk #3 *
echo * 3. Both Disk *
ECHO ***************************************************************
goto out
:out