home *** CD-ROM | disk | FTP | other *** search
/ Shareware Gold 1 / The_Golden_ROM_Series_-_Shareware_Gold_Volume_1_Number_11_-_SK_89-301_-_1989.iso / BBS / LIB027.ARC / INSTALL.BAT < prev    next >
DOS Batch File  |  1988-11-11  |  3KB  |  99 lines

  1. ECHO OFF
  2. CLS
  3. ECHO               ----------------------------------------
  4. ECHO                        Automenu Installation
  5. ECHO               ----------------------------------------
  6. ECHO You will be asked to provide the following information in order to install
  7. ECHO                       Automenu correctly.
  8. ECHO .
  9. ECHO .
  10. ECHO  1. The disk drive to which you want Automenu copied.
  11. ECHO .
  12. ECHO  2. On this disk, select one of the following sub-directories to which
  13. ECHO     you want Automenu copied:  \AUTOMENU, \PUBLIC, \, \BIN, \DOS
  14. ECHO .
  15. ECHO  3. The name of the DRIVE and SUB-DIRECTORY that contains your DOS
  16. ECHO     commands.
  17. ECHO .
  18. ECHO  4. Does your current AUTOEXEC.BAT file set the path to the sub-directory
  19. ECHO     that contains the external DOS commands?
  20. ECHO .
  21. ECHO  5. Do you wish Automenu to appear automatically each time your system
  22. ECHO     is turned on?
  23. ECHO .
  24. ECHO If you are not prepared to answer these questions, or if you do not wish to
  25. ECHO install Automenu at this time, hold down the [Ctrl] key and press the
  26. ECHO [Break] key.  Otherwise, the installation procedure begins as soon as you
  27. PAUSE
  28. CLS
  29. ECHO .
  30. ECHO .
  31. ECHO .
  32. ECHO Now that you are ready to begin, the following information is provided
  33. ECHO about the procedure and what is taking place.  In a moment, you will press
  34. ECHO a key, like the SPACE BAR key, to continue and Automenu will be asked to
  35. ECHO display a special installation menu containing a menu selection that,
  36. ECHO when selected, will Install Automenu to your Hard Disk.
  37. ECHO .
  38. ECHO Once you make this menu selection, Automenu will use some of its
  39. ECHO features to query you for the information needed to install Automenu.
  40. ECHO The installation procedure itself is a good example of some of Automenu's
  41. ECHO "User Prompting" capabilities.
  42. ECHO .
  43. ECHO .
  44. ECHO .
  45. ECHO .
  46. ECHO .
  47. ECHO .
  48. ECHO .
  49. ECHO .
  50. ECHO .
  51. ECHO To TERMINATE the Install, Press Control-C, or to Continue, Just
  52. PAUSE
  53. CLS
  54. ECHO Now loading final installation program....
  55. IF %0==INSTALL GOTO NONE
  56. IF %0==A:INSTALL GOTO A
  57. IF %0==B:INSTALL GOTO B
  58. IF %0==C:INSTALL GOTO C
  59. IF %0==D:INSTALL GOTO D
  60. IF %0==E:INSTALL GOTO E
  61. IF %0==F:INSTALL GOTO F
  62. IF %0==install GOTO NONE
  63. IF %0==a:install GOTO A
  64. IF %0==b:install GOTO B
  65. IF %0==c:install GOTO C
  66. IF %0==d:install GOTO D
  67. IF %0==e:install GOTO E
  68. IF %0==f:install GOTO F
  69. GOTO END
  70. :NONE
  71. AUTOMENU INSTALL.MDF
  72. GOTO END1
  73. :A
  74. A:AUTOMENU A:INSTALL.MDF
  75. GOTO END1
  76. :B
  77. B:AUTOMENU B:INSTALL.MDF
  78. GOTO END1
  79. :C
  80. C:AUTOMENU C:INSTALL.MDF
  81. GOTO END1
  82. :D
  83. D:AUTOMENU D:INSTALL.MDF
  84. GOTO END1
  85. :E
  86. E:AUTOMENU E:INSTALL.MDF
  87. GOTO END1
  88. :F
  89. F:AUTOMENU F:INSTALL.MDF
  90. GOTO END1
  91. :END
  92. CLS
  93. ECHO Error in entering command - PLEASE make sure to use capital letters.
  94. ECHO EX:        A:INSTALL or B:INSTALL
  95. GOTO END2
  96. :END1
  97. AUTOTEMP
  98. :END2
  99.