home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload / ShartewareOverload.cdr / comm / k9x88d_1.zip / INSTALL.BAT < prev    next >
DOS Batch File  |  1990-04-20  |  4KB  |  102 lines

  1. echo off
  2. cls
  3. echo ***************************************************************
  4. echo *   Canine Express  Installation Batch File for  K9X  vSW88   *
  5. echo *   Copyright 1990 Crater Rim Software. All rights reserved   *
  6. echo *      - - - - - - - - - - - - - - - - - - - - - - - - -      *
  7. echo *  This batch file will create the required directories  and  *
  8. echo *  subdirectories used by K9X and Move all of the files into  *
  9. echo *  their respective areas. If you're already using K9X v8.6,  *
  10. echo *  please stop the installation process and delete  K9X, all  *
  11. echo *  of its overlay files (*.000), K9XCNF.COM  and  K9XCNF.000  *
  12. echo *  from the K9X directory. DO NOT delete any of the files in  *
  13. echo *  your current SUPP and LOGS directories!  Just answer N to  *
  14. echo *  the overwrite prompt during the installation process.      *
  15. echo *                                                             *
  16. echo *  If you are using a pre v8.6 version of K9X, you will also  *
  17. echo *  have to re-create your dialing directory (K9X.P)  OR  log  *
  18. echo *  on to MiniNet and download the file K9XCONV.ZIP to obtain  *
  19. echo *  the necessary conversion utilities that will convert your  *
  20. echo *  current support files to v8.7x to v8.8x  format.           *
  21. echo *                                                             *
  22. echo *  Do you wish to install  K9X  now?                          *
  23. echo ***************************************************************
  24. waitkey "yn","Press Y for Yes  or  N for No ",0
  25. if errorlevel 2 goto done
  26. echo . Ok!
  27. md \K9X
  28. md \K9X\SUPP
  29. md \K9X\LOGS
  30. move K9X.COM \K9X
  31. move K9XSW88.0* \K9X
  32. move JBA.COM \K9X
  33. move KTREE.COM \K9X
  34. move LICENSE.K9X \K9X
  35. move ORDER.FRM \K9X
  36. move WHATSNEW.88 \K9X
  37. move INSTALL.DOC \K9X
  38. move PACKING.LST \K9X
  39. move K9X.PRE \K9X\SUPP
  40. copy WAITKEY.EXE \K9X >nul
  41. cls
  42. echo ***************************************************************
  43. echo *  There are 2 pre-made  K9X  configuration files available.  *
  44. echo *  You may select one of them or configure K9X from scratch.  *
  45. echo *     A - Configure K9X from scratch                          *
  46. echo *     B - Color or mono card and Mono Monitor                 *
  47. echo *     C - Color Card and Color Monitor                        *
  48. echo *  Which configuration whould you like? (A/B/C)               *
  49. echo ***************************************************************
  50. Waitkey "abc","Press A, B  or  C  please ",0
  51. echo . Ok!
  52. if errorlevel 3 goto color
  53. if errorlevel 2 goto bw
  54. del COLOR.CNF
  55. del B&W.CNF
  56. goto scratch
  57. :color
  58. ren COLOR.CNF K9X.CNF
  59. del B&W.CNF
  60. goto gotit
  61. :bw
  62. ren B&W.CNF K9X.CNF
  63. del COLOR.CNF
  64. :gotit
  65. move K9X.CNF \K9X\SUPP
  66. :scratch
  67. del move.com
  68. del waitkey.exe
  69. cd\K9X
  70. cls
  71. echo ****************************************************************
  72. echo *  The drive table consists of all directories/subdirectories  *
  73. echo *  on your system beginning with drive letter C   Do you wish  *
  74. echo *  to create the K9X File Find Drive Table Now?                *
  75. echo ****************************************************************
  76. waitkey "yn","Press Y for Yes  or  N for No ",0
  77. echo . Ok!
  78. if errorlevel 2 goto next
  79. KTREE
  80. :next
  81. del waitkey.exe
  82. K9X p
  83. cls
  84. echo **************************************************************
  85. echo *  Be sure to DELete the INSTALL.BAT from your installation  *
  86. echo *  starting point - and take a minute to read the licensing  *
  87. echo *  agreement and documentation!                              *
  88. echo *     - - - - - - - - - - - - - - - - - - - - - - - - -      *
  89. echo *  There are still some files missing - namely the external  *
  90. echo *  protocol drivers.  These files are contained in  K9X88-3  *
  91. echo *  and must be present in order to use all of the available  *
  92. echo *  protocols. The  PACKING.LST  in your K9X directory shows  *
  93. echo *  the filenames and where they should be placed.            *
  94. echo *     - - - - - - - - - - - - - - - - - - - - - - - - -      *
  95. echo *  Thankyou for supporting our efforts to provide you with   *
  96. echo *  the  BEST  comm package available to date!                *
  97. echo *                                                            *
  98. echo *   Thanks again! Keep the Faith and... Enjoy!               *
  99. echo *                          Sal Manaro                        *
  100. echo **************************************************************
  101. :done
  102.