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 >
DOS Batch File  |  1997-07-28  |  3KB  |  53 lines

  1. @ECHO OFF
  2. REM =========================================================================
  3. REM Batch file installer for Asterix/Opal Printer Settings Program
  4. REM For Country English(UK), Spanish, Italian and Portuguese
  5. REM Copyright(c) Hewlett-Packard Company, 1995
  6. REM =========================================================================
  7. REM
  8. REM =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
  9. REM     if install.bat is not run from the installer disk, report error
  10. REM =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
  11. IF NOT EXIST install.bat  GOTO INSTERROR
  12. REM =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
  13. REM Ask the user to choose the language he/she wants to install.
  14. REM =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
  15. :LANGUAGE
  16. CALL pcp\HPLOGO.BAT
  17. ECHO      ┌───────────────────────────────────────────────────────────────────┐
  18. ECHO      │          This installation program will be installing the         │
  19. ECHO      │          DJPMenu configuration utility for DOS.                   │
  20. ECHO      └───────────────────────────────────────────────────────────────────┘
  21. ECHO  
  22. ECHO                 Select the language you wish to install:
  23. ECHO  
  24. ECHO                 [1]  English             [2]  Exit
  25. ECHO  
  26. pcp\HPASK "                Enter Choice (1 or 2):"
  27. IF ERRORLEVEL 53 GOTO LANGUAGE
  28. IF ERRORLEVEL 50 GOTO END
  29. IF ERRORLEVEL 49 pcp\uk
  30. GOTO LANGUAGE
  31. REM =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
  32. REM Error message to inform the user that he/she must run the installer from
  33. REM the installation disk.
  34. REM =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
  35. :INSTERROR
  36. CLS
  37. ECHO      ┌───────────────────────────────────────────────────────────────────┐
  38. ECHO      │                            ** ERROR **                            │
  39. ECHO      │                                                                   │
  40. ECHO      │        You must run INSTALL from the installation disk.           │
  41. ECHO      │        Insert the disk in drive A:, change to drive A:            │  
  42. ECHO      │        and type INSTALL.                                          │
  43. ECHO      └───────────────────────────────────────────────────────────────────┘
  44. ECHO  
  45. GOTO END
  46. REM =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
  47. REM Error message to inform the user that he/she might accientally delete
  48. REM file(s) from the installer disk which is/are important.
  49. REM =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
  50. cls
  51. :END
  52.  
  53.