home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
ftp.tcs3.com
/
ftp.tcs3.com.tar
/
ftp.tcs3.com
/
DRIVERS
/
Printers
/
Hewlett_Packard
/
Deskjets
/
400
/
dj401ei.exe
/
DJ420
/
disk1
/
INSTALL.BAT
< prev
next >
Wrap
DOS Batch File
|
1997-07-28
|
3KB
|
53 lines
@ECHO OFF
REM =========================================================================
REM Batch file installer for Asterix/Opal Printer Settings Program
REM For Country English(UK), Spanish, Italian and Portuguese
REM Copyright(c) Hewlett-Packard Company, 1995
REM =========================================================================
REM
REM =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
REM if install.bat is not run from the installer disk, report error
REM =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
IF NOT EXIST install.bat GOTO INSTERROR
REM =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
REM Ask the user to choose the language he/she wants to install.
REM =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
:LANGUAGE
CALL pcp\HPLOGO.BAT
ECHO ┌───────────────────────────────────────────────────────────────────┐
ECHO │ This installation program will be installing the │
ECHO │ DJPMenu configuration utility for DOS. │
ECHO └───────────────────────────────────────────────────────────────────┘
ECHO
ECHO Select the language you wish to install:
ECHO
ECHO [1] English [2] Exit
ECHO
pcp\HPASK " Enter Choice (1 or 2):"
IF ERRORLEVEL 53 GOTO LANGUAGE
IF ERRORLEVEL 50 GOTO END
IF ERRORLEVEL 49 pcp\uk
GOTO LANGUAGE
REM =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
REM Error message to inform the user that he/she must run the installer from
REM the installation disk.
REM =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
:INSTERROR
CLS
ECHO ┌───────────────────────────────────────────────────────────────────┐
ECHO │ ** ERROR ** │
ECHO │ │
ECHO │ You must run INSTALL from the installation disk. │
ECHO │ Insert the disk in drive A:, change to drive A: │
ECHO │ and type INSTALL. │
ECHO └───────────────────────────────────────────────────────────────────┘
ECHO
GOTO END
REM =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
REM Error message to inform the user that he/she might accientally delete
REM file(s) from the installer disk which is/are important.
REM =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
cls
:END