home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Shareware Overload
/
ShartewareOverload.cdr
/
database
/
wampm41b.zip
/
INSTALL.BAT
< prev
next >
Wrap
DOS Batch File
|
1990-07-01
|
1KB
|
49 lines
ECHO OFF
CLS
IF %1K == K GOTO ERRMSG
IF %1 == B: GOTO READY
IF %1 == b: GOTO READY
IF %1 == C: GOTO READY
IF %1 == c: GOTO READY
IF %1 == D: GOTO READY
IF %1 == d: GOTO READY
IF %1 == E: GOTO READY
IF %1 == e: GOTO READY
IF %1 == F: GOTO READY
IF %1 == f: GOTO READY
IF %1 == G: GOTO READY
IF %1 == g: GOTO READY
IF %1 == H: GOTO READY
IF %1 == h: GOTO READY
GOTO ERRMSG
:READY
ECHO WAMPUM Installation Procedure for Drive %1
ECHO Installation involves decompressing two sets of files.
ECHO The first set is the program files.
ECHO The second set is the documentation.
ECHO There are opening screens for each file.
ECHO Type Y for each when asked whether to proceed.
PAUSE
%1
A:WAMPUM41 /x
if %1 == B: GOTO FLOPINST
if %1 == b: GOTO FLOPINST
goto HARDINST
:FLOPINST
CLS
ECHO Insert another formatted floppy in Drive B.
PAUSE
:HARDINST
A:WAMPDOC /x
CLS
echo Installation completed.
echo To print documentation, turn on your printer & type %1\WAMPUM\PRINTDOC
goto alldone
:ERRMSG
ECHO Syntax for install is A:INSTALL C: (where C: is drive for install)
ECHO Try again.
:ALLDONE
goto alldone
:ERRMSG
ECHO