home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1994 #1 / monster.zip / monster / WILDCAT / CALCAT52.ZIP / INSTALL.BAT < prev    next >
DOS Batch File  |  1994-02-23  |  4KB  |  102 lines

  1. echo off
  2. cls
  3. echo ** CalCat installation utility **
  4. echo *********************************
  5.  
  6. echo ** Searching for older versions of CalCat! **
  7. echo *********************************************
  8.  
  9. if exist calcat5*.exe goto v5
  10. if exist calcat4*.exe goto v4
  11. if exist calcat3*.exe goto v3
  12. if exist calcat2*.exe goto v2
  13. if exist calcat1*.exe goto v2
  14.  
  15. rem install everything/ no conversion
  16. echo ** No ealier versions of CalCat! **
  17. pkunzip -o cc52.zip
  18. if exist cc52.zip del cc52.zip
  19. if exist cnv46_50.exe del cnv46_50.exe
  20. if exist cnv51_52.exe del cnv51_52.exe
  21. goto end
  22.  
  23.  
  24. :v5
  25. rem *******************************************************
  26. echo ** Version 5.xx series found. **
  27. pkunzip -e -o cc52.zip *.exe
  28. if exist cc52.zip del cc52.zip
  29. if exist cnv46_50.exe del cnv46_50.exe
  30. cnv51_52
  31. if exist cnv51_52.exe del cnv51_52.exe
  32. goto end
  33. rem *********************************************************
  34.  
  35.  
  36. :v4
  37. rem *********************************************************
  38. echo ** Version 4.xx series found. **
  39. del *.exe
  40. pkzip -d cc52.zip calcat.swp
  41. pkzip -d cc52.zip calcat.dat
  42. pkzip -d cc52.zip calcat.ini
  43. pkunzip -o cc52.zip
  44. cnv46_50
  45. if exist bbstype.dat del bbstype.dat
  46. if exist calcaold.* del calcaold.*
  47. if exist cc52.zip del cc52.zip
  48. if exist cnv46_50.exe del cnv46_50.exe
  49. cnv51_52
  50. if exist cnv51_52.exe del cnv51_52.exe
  51. echo ** All of your CalCat! files should have been properly **
  52. echo ** converted.  Double check using CONFIG52.EXE.        **
  53. goto end
  54. rem *****************************************************************
  55.  
  56.  
  57. :v3
  58. rem *****************************************************************
  59. echo ** Version 3.xx series found. **
  60. del *.exe
  61. pkunzip -o cc52.zip
  62. cnv46_50
  63. cnv51_52
  64. if exist calcaold.* del calcaold.*
  65. if exist cc52.zip del cc52.zip
  66. if exist cnv46_50.exe del cnv46_50.exe
  67. if exist cnv51_52.exe del cnv51_52.exe
  68. echo ** Your CALCAT.DAT file has been converted.  You will now have **
  69. echo ** to modify your NEW CALCAT.INI and CALCAT.SWP using CONFIG50 **
  70. goto end
  71. rem ******************************************************************
  72.  
  73.  
  74. :v2
  75. rem ******************************************************************
  76. rem erase all old files and reinstall new!
  77. echo ** Version 2.xx series found.  Really old!    
  78. echo ** This version is too old!!  To install over version 1.xx
  79. echo ** or version 2.xx series, please delete ALL OLD files and
  80. echo ** then rerun this install utility.  Thanks.
  81. echo ** Registered users who still use versions 1.xx or 2.xx must
  82. echo ** contact the author for new registration key!
  83. echo
  84. rem *****************************************************************
  85.  
  86.  
  87. :end
  88. echo ***********************************************************************
  89. echo ** To run CalCat! v5.2 you MUST also have a file called HOLISCRN.ZIP **
  90. echo ** which contains the holiday screens required to run CalCat!.  If   **
  91. echo ** you do not have this file, it can be found on the MSI HQS BBS at  **
  92. echo ** 1-805-395-0250 or on The Bit Debris BBS at 612-686-8106!          **
  93. echo ***********************************************************************
  94. echo ** When finished installing CalCat!, run the CONFIG52 program to     **
  95. echo ** customize your system setup.                                      **
  96. echo ***********************************************************************
  97. echo **               Thank you for supporting CalCat!                    **
  98. echo ***********************************************************************
  99.  
  100.  
  101.  
  102.