home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1993 #2 / Image.iso / business / execaddr.zip / ADBOOK.EXE / INSTALL.BAT < prev   
DOS Batch File  |  1992-08-07  |  4KB  |  105 lines

  1. echo off
  2. cls
  3. echo ═══════════════════════════════════════════════════════════════════════════════
  4. echo                        ««« Executive Address Book »»»
  5. echo ───────────────────────────────────────────────────────────────────────────────
  6. echo ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
  7. echo    
  8. echo                      Welcome to Executive Address Book
  9. echo  
  10. echo        You may install the program with or without Demonstration Files.
  11. echo  
  12. echo                              !!!  WARNING !!!          
  13. echo  
  14. echo        Demonstration Files will OVERWRITE previously entered Name and
  15. echo  
  16. echo        Address data.  Install with Demonstration Files if this is your 
  17. echo  
  18. echo        first installation.  Install without Demonstration Files if the  
  19. echo  
  20. echo        Executive Address Book was previously installed.  
  21. echo  
  22. echo  
  23. echo        Press any key to continue.
  24. pause > nul
  25. cls
  26.  
  27.  
  28. echo ═══════════════════════════════════════════════════════════════════════════════
  29. echo                  ««« Executive Address Book Installation »»»
  30. echo ───────────────────────────────────────────────────────────────────────────────
  31. echo ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
  32. echo  
  33. :menu
  34. echo            ╔════════════════════════════════════════════════════╗
  35. echo            ║                                                    ║
  36. echo            ║                                                    ║
  37. echo            ║                    Choose:                         ║
  38. echo            ║                    ══════                          ║
  39. echo            ║                                                    ║
  40. echo            ║  1.  Install with Demonstration Files.             ║
  41. echo            ║                                                    ║
  42. echo            ║  2.  Install without Demonstration Files (update). ║
  43. echo            ║                                                    ║  
  44. echo            ║  E.  Exit without installing any Files.            ║
  45. echo            ║                                                    ║
  46. echo            ║                                                    ║
  47. echo            ║                                                    ║
  48. echo            ╚════════════════════════════════════════════════════╝
  49. echo  
  50. erlevel "                  Your selection:  (1/2/E). " 12E
  51. IF ERRORLEVEL 3 GOTO THIRD
  52. IF ERRORLEVEL 2 GOTO SECOND
  53. IF ERRORLEVEL 1 GOTO FIRST
  54.  
  55. :FIRST
  56. cls
  57. echo Thank you for selecting Executive Address Book.
  58. echo It will now be installed with Demonstration Files.
  59. echo  
  60. echo off
  61. DEL adbook.exe
  62. ADC1
  63. del ADC1.EXE
  64. ADC2
  65. del ADC2.EXE
  66. ADC
  67. del ADC.EXE
  68. cls
  69. echo Executive Address Book installation complete.
  70. echo To start Executive Address Book, type EX from the DOS prompt.
  71. pause
  72. goto exit
  73. :SECOND
  74. cls
  75. echo Thank you for selecting Executive Address Book.
  76. echo It will now be installed without Demonstration Files.
  77. echo  
  78. echo off
  79. DEL adbook.exe
  80. DEL state.dbf
  81. DEL state.ntx
  82. DEL alpha.dbf
  83. DEL alpha.ntx
  84. DEL country.dbf
  85. DEL country.ntx
  86. DEL printer.dbf
  87. DEL ex.exe
  88. DEL ADC2.EXE
  89. ADC1
  90. DEL ADC1.EXE
  91. ADC
  92. DEL ADC.EXE
  93. cls
  94. echo Executive Address Book update installation complete.
  95. echo To start Executive Address Book, type EX from the DOS prompt.
  96. pause
  97. goto exit
  98. :THIRD
  99. cls
  100. echo  
  101. echo  
  102. echo Install program will exit to DOS !!!
  103. pause
  104. :exit
  105.