home *** CD-ROM | disk | FTP | other *** search
/ PC Home MegaDisk 24 / PCHomeMegaDisk_199409_24.img / PCHOME.BAT < prev    next >
Encoding:
DOS Batch File  |  1994-08-03  |  3.6 KB  |  154 lines

  1. @echo off
  2. If "%1"=="" goto nodrive
  3. @echo off
  4. cls
  5. :start
  6. data\menu1
  7. data\getnum
  8. If errorlevel 54 goto start
  9. If errorlevel 53 goto prog5
  10. If errorlevel 52 goto prog4
  11. If errorlevel 51 goto prog3
  12. If errorlevel 50 goto prog2
  13. If errorlevel 49 goto prog1
  14. If errorlevel 48 goto exit
  15. GOTO start
  16. :PROG1
  17. cls
  18. echo Elimination will be installed to %1:\ELIMIN directory
  19. echo and requires 700Kb of free disk space.
  20. echo[
  21. pause
  22. elimin %1:\elimin
  23. pause
  24. cls
  25. echo[
  26. echo Elimination setup will now attempt to run windows.
  27. echo If you come across a problem you can run the setup 
  28. echo your self. This is done in the following way :-
  29. echo[
  30. echo       1) Start Windows
  31. echo       2) Select FILE from Program Manager
  32. echo       3) Select RUN
  33. echo       4) Enter the path %1:\ELIMIN\SETUP.EXE 
  34. echo[
  35. pause
  36. %1:
  37. cd\elimin
  38. win setup.exe
  39. goto exit2
  40. :PROG2
  41. cls
  42. echo Betting Manager will be installed to %1:\BMDEMO directory
  43. echo and requires 1.2Mb of free disk space.
  44. echo[
  45. pause
  46. betting %1:\bmdemo
  47. pause
  48. cls
  49. echo Setup will now attempt to run Windows. 
  50. echo[
  51. echo If you come across a problem or you want to run Betting Manager 
  52. echo your self at a later date. This is done in the following way :-
  53. echo[
  54. echo       1) Start Windows
  55. echo       2) Select FILE from Program Manager
  56. echo       3) Select RUN
  57. echo       4) Enter the path %1:\BMDEMO\BMDEMO.EXE 
  58. echo[
  59. PAUSE
  60. %1:
  61. cd\bmdemo
  62. win bmdemo.exe
  63. goto Exit2
  64. :PROG3
  65. cls
  66. echo Winjpeg will be installed to %1:\WINJPEG directory
  67. echo and requires 556Kb of free disk space.
  68. echo[
  69. echo Press any key to continue or
  70. echo Press Ctrl+C to quit
  71. pause>nul
  72. winpeg %1:\winjpeg
  73. pause
  74. cls
  75. echo Setup will now attempt to run Windows. 
  76. echo[
  77. echo If you come across a problem or you want to run Winjpeg 
  78. echo your self at a later date. This is done in the following way :-
  79. echo[
  80. echo       1) Start Windows
  81. echo       2) Select FILE from Program Manager
  82. echo       3) Select RUN
  83. echo       4) Enter the path %1:\WINJPEG\WINJPEG.EXE 
  84. echo[
  85. PAUSE
  86. %1:
  87. cd\winjpeg
  88. win winjpeg.exe
  89. goto Exit2
  90. :PROG4
  91. cls
  92. echo[
  93. echo Quiz Machine will be instaled to %1:\quizm. It will
  94. echo require 350Kb of free disk space.
  95. pause
  96. quizm %1:\quizm
  97. pause
  98. cls
  99. echo Setup will now attempt to run Windows. 
  100. echo[
  101. echo If you come across a problem or you want to run Quiz Machine 
  102. echo your self at a later date. This is done in the following way :-
  103. echo[
  104. echo       1) Start Windows
  105. echo       2) Select FILE from Program Manager
  106. echo       3) Select RUN
  107. echo       4) Enter the path %1:\QUIZM\QUIZ.EXE 
  108. echo[
  109. PAUSE
  110. %1:
  111. cd\quizm
  112. win quiz.exe
  113. goto exit2
  114. :PROG5
  115. cls
  116. echo[
  117. ECHO Cfiles will be installed into the %1:\CFiles directory
  118. ECHO and requires 10Kb of disk space.
  119. echo[
  120. echo Press any key to continue or
  121. echo Press Ctrl+C to quit
  122. pause>nul
  123. cfiles %1:\CFiles
  124. pause
  125. %1:
  126. cd\cfiles
  127. cls
  128. echo[
  129. echo The C Files are in this directory!!
  130. goto exit2
  131. :nodrive
  132. cls
  133. echo[
  134. echo You must enter the letter of you Hard Drive, to do this type :-
  135. echo[
  136. echo PCHOME C - Where C is your hard disk drive letter.
  137. goto exit2
  138. :exit
  139. CLS
  140. echo[
  141. echo   Some programs on this disk will start Windows directly
  142. echo   if you like these programs you can create a program group and icon.
  143. echo[
  144. echo   Makeing the Group
  145. echo   In windows, select FILE, NEW, GROUP, OK, enter MEGADISK in the 
  146. echo   dialogue box and then click OK.
  147. echo[
  148. echo   Makeing the Group Item
  149. echo   With the group you have just created displayed, select FILE 
  150. echo   NEW, ITEM, OK, enter a description when asked. Then complete the 
  151. echo   program details, or click BROWSE and click around until you find 
  152. echo   the file you are looking for then click OK. 
  153. :Exit2
  154.