home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer 8 / 1995-07_Disc_8.iso / menu.bat < prev    next >
DOS Batch File  |  1995-05-04  |  16KB  |  835 lines

  1. @echo off
  2. cls
  3. @echo .
  4. @echo    ╔══════════════════════════════════════════╗
  5. @echo    ║    Before we begin, please enter the     ║
  6. @echo    ║    letter corresponding to your CD-ROM   ║
  7. @echo    ║    DRIVE: (D-Z are valid choices)        ║
  8. @echo    ╚══════════════════════════════════════════╝
  9. @echo .
  10. @echo    Enter Choice or CTRL-C to exit [default=D]:
  11. choice /c:defghijklmnopqrstuvwxyz /n
  12. if errorlevel 23 goto dos23
  13. if errorlevel 22 goto dos22
  14. if errorlevel 21 goto dos21
  15. if errorlevel 20 goto dos20
  16. if errorlevel 19 goto dos19
  17. if errorlevel 18 goto dos18
  18. if errorlevel 17 goto dos17
  19. if errorlevel 16 goto dos16
  20. if errorlevel 15 goto dos15
  21. if errorlevel 14 goto dos14
  22. if errorlevel 13 goto dos13
  23. if errorlevel 12 goto dos12
  24. if errorlevel 11 goto dos11
  25. if errorlevel 10 goto dos10
  26. if errorlevel 9 goto dos9
  27. if errorlevel 8 goto dos8
  28. if errorlevel 7 goto dos7
  29. if errorlevel 6 goto dos6
  30. if errorlevel 5 goto dos5
  31. if errorlevel 4 goto dos4
  32. if errorlevel 3 goto dos3
  33. if errorlevel 2 goto dos2
  34. if errorlevel 1 goto dos1
  35.  
  36. :dos23
  37. SET %x=z:
  38. goto pcg
  39.  
  40. :dos22
  41. SET %x=y:
  42. goto pcg
  43.  
  44. :dos21
  45. SET %x=x:
  46. goto pcg
  47.  
  48. :dos20
  49. SET %x=w:
  50. goto pcg
  51.  
  52. :dos19
  53. SET %x=v:
  54. goto pcg
  55.  
  56. :dos18
  57. SET %x=u:
  58. goto pcg
  59.  
  60. :dos17
  61. SET %x=t:
  62. goto pcg
  63.  
  64. :dos16
  65. SET %x=s:
  66. goto pcg
  67.  
  68. :dos15
  69. SET %x=r:
  70. goto pcg
  71.  
  72. :dos14
  73. SET %x=q:
  74. goto pcg
  75.  
  76. :dos13
  77. SET %x=p:
  78. goto pcg
  79.  
  80. :dos12
  81. SET %x=o:
  82. goto pcg
  83.  
  84. :dos11
  85. SET %x=n:
  86. goto pcg
  87.  
  88. :dos10
  89. SET %x=m:
  90. goto pcg
  91.  
  92. :dos9
  93. SET %x=l:
  94. goto pcg
  95.  
  96. :dos8
  97. SET %x=k:
  98. goto pcg
  99.  
  100. :dos7
  101. SET %x=j:
  102. goto pcg
  103.  
  104. :dos6
  105. SET %x=i:
  106. goto pcg
  107.  
  108. :dos5
  109. SET %x=h:
  110. goto pcg
  111.  
  112. :dos4
  113. SET %x=g:
  114. goto pcg
  115.  
  116. :dos3
  117. SET %x=f:
  118. goto pcg
  119.  
  120. :dos2
  121. SET %x=e:
  122. goto pcg
  123.  
  124. :dos1
  125. SET %x=d:
  126. goto pcg
  127.  
  128. :pcg
  129. @echo off
  130. cls
  131. @echo .
  132. @echo            ╔═══════════════════════════════════════════╗
  133. @echo            ║  Welcome to the PC GAMER Batch Installer  ║
  134. @echo            ╚═══════════════════════════════════════════╝
  135. @echo .
  136. @echo    ╔═══════════════════════════════════════════════════════════╗
  137. @echo    ║  Please press the letter of the game you wish to install  ║
  138. @echo    ╚═══════════════════════════════════════════════════════════╝
  139. @echo .
  140. @echo a. Virtual Pool            k. Shanghai Great Moments
  141. @echo b. Buried in Time          l. Super Street Fighter II Turbo
  142. @echo c. Warriors                m. PlayNet
  143. @echo d. Jagged Alliance         n. Cheat Utilities
  144. @echo e. Necrobius               o. ImagiNation Network
  145. @echo f. Hodj 'n' Podj           p. GEnie    
  146. @echo g. Brain Dead 13           q. DOOM WADS  
  147. @echo h. BC Racers               r. Bug Patches
  148. @echo i. Terminal Velocity       s. EXIT
  149. @echo j. Machiavelli the Prince 
  150. @echo .
  151. @echo For information and system requirements on a given game, 
  152. @echo please refer to the Disc Pages in the magazine.
  153. @echo .
  154. choice /c:abcdefghijklmnopqrstuvwxyz /n
  155. if errorlevel 24 goto end
  156. if errorlevel 23 goto end
  157. if errorlevel 22 goto end
  158. if errorlevel 21 goto end
  159. if errorlevel 20 goto end
  160. if errorlevel 19 goto end
  161. if errorlevel 18 goto inst18
  162. if errorlevel 17 goto inst17
  163. if errorlevel 16 goto inst16
  164. if errorlevel 15 goto inst15
  165. if errorlevel 14 goto inst14
  166. if errorlevel 13 goto inst13
  167. if errorlevel 12 goto inst12
  168. if errorlevel 11 goto inst11
  169. if errorlevel 10 goto inst10
  170. if errorlevel 9 goto inst9
  171. if errorlevel 8 goto inst8
  172. if errorlevel 7 goto inst7
  173. if errorlevel 6 goto inst6
  174. if errorlevel 5 goto inst5
  175. if errorlevel 4 goto inst4
  176. if errorlevel 3 goto inst3
  177. if errorlevel 2 goto inst2
  178. if errorlevel 1 goto inst1
  179.  
  180. :inst1
  181. cls
  182. @echo            ╔═════════════════════════════╗
  183. @echo            ║  Virtual Pool by Interplay  ║
  184. @echo            ╚═════════════════════════════╝
  185. @echo .
  186. @echo        Select from one of the following options:
  187. @echo        (I)nstall, (R)un, (N)otes, (M)enu
  188. @echo .
  189. @echo        Please enter a choice: I,R,N,M
  190. choice /c:irnm /n
  191. if errorlevel 4 goto pcg
  192. if errorlevel 3 goto vpn
  193. if errorlevel 2 goto vpr
  194. if errorlevel 1 goto vpi
  195.  
  196. :vpi
  197. CD\VPOOL
  198. CALL INSTVPOO.BAT
  199. %x%
  200. cd\
  201. goto pcg
  202.  
  203. :vpr
  204. cd\vpool
  205. CALL RUNVPOOL.BAT
  206. %x%
  207. cd\
  208. goto pcg
  209.  
  210. :vpn
  211. cd\vpool
  212. TYPE README.TXT |MORE
  213. @echo .
  214. pause
  215. CD\
  216. goto inst1
  217.  
  218. :inst2
  219. cls
  220. @echo            ╔═════════════════════════════════════╗
  221. @echo            ║  Buried in Time by Sanctuary Woods  ║
  222. @echo            ╚═════════════════════════════════════╝
  223. @echo .
  224. @echo        Select from one of the following options:
  225. @echo        (I)nstall, (R)un, (N)otes, (M)enu
  226. @echo .
  227. @echo        Please enter a choice: I,R,N,M
  228. choice /c:irnm /n
  229. if errorlevel 4 goto pcg
  230. if errorlevel 3 goto bitn
  231. if errorlevel 2 goto bitr
  232. if errorlevel 1 goto biti
  233.  
  234. :biti
  235. CD\
  236. CALL WIN BITSETUP.EXE
  237. %x%
  238. cd\
  239. goto pcg
  240.  
  241. :bitr
  242. cls
  243. @echo .
  244. @echo .
  245. @echo            ╔═════════════════════════════════════╗
  246. @echo            ║  Buried in Time is a Windows Game.  ║
  247. @echo            ║  Once installed, load Windows and   ║
  248. @echo            ║  select the Buried in Time icon.    ║
  249. @echo            ╚═════════════════════════════════════╝
  250. @echo .
  251. @echo .
  252. Pause
  253. goto pcg
  254.  
  255. :bitn
  256. cd\readme
  257. TYPE BITNOTE.TXT |MORE
  258. @echo .
  259. pause
  260. CD\
  261. goto inst2
  262.  
  263. :inst3
  264. cls
  265. @echo            ╔═════════════════════════╗
  266. @echo            ║  Warriors by Mindscape  ║
  267. @echo            ╚═════════════════════════╝
  268. @echo .
  269. @echo        Select from one of the following options:
  270. @echo        (I)nstall, (R)un, (N)otes, (M)enu
  271. @echo .
  272. @echo        Please enter a choice: I,R,N,M
  273. choice /c:irnm /n
  274. if errorlevel 4 goto pcg
  275. if errorlevel 3 goto wan
  276. if errorlevel 2 goto war
  277. if errorlevel 1 goto wai
  278.  
  279. :wai
  280. CD\
  281. CALL INSTWARR.BAT
  282. %x%
  283. cd\
  284. goto pcg
  285.  
  286. :war
  287. cd\WARRIORS
  288. CALL RUNWARR.BAT
  289. %x%
  290. cd\
  291. goto pcg
  292.  
  293. :wan
  294. cd\
  295. TYPE README.1st |MORE
  296. @echo .
  297. pause
  298. CD\
  299. goto inst3
  300.  
  301. :inst4
  302. cls
  303. @echo            ╔═══════════════════════════════╗
  304. @echo            ║  Jagged Alliance by Sir-Tech  ║
  305. @echo            ╚═══════════════════════════════╝
  306. @echo .
  307. @echo        Select from one of the following options:
  308. @echo        (I)nstall, (R)un, (N)otes, (M)enu
  309. @echo .
  310. @echo        Please enter a choice: I,R,N,M
  311. choice /c:irnm /n
  312. if errorlevel 4 goto pcg
  313. if errorlevel 3 goto jan
  314. if errorlevel 2 goto jar
  315. if errorlevel 1 goto jai
  316.  
  317. :jai
  318. CD\ROOT
  319. CALL INSTJAGG.BAT
  320. %x%
  321. cd\
  322. goto pcg
  323.  
  324. :jar
  325. cd\ROOT
  326. CALL RUNJAGG.BAT
  327. %x%
  328. cd\
  329. goto pcg
  330.  
  331. :jan
  332. cd\ROOT
  333. TYPE README.TXT |MORE
  334. @echo .
  335. pause
  336. CD\
  337. goto inst4
  338.  
  339. :inst5
  340. cls
  341. @echo            ╔═══════════════════════════╗
  342. @echo            ║  Necrobius by Microprose  ║
  343. @echo            ╚═══════════════════════════╝
  344. @echo .
  345. @echo        Select from one of the following options:
  346. @echo        (R)un, (N)otes, (M)enu
  347. @echo .
  348. @echo        Please enter a choice: R,N,M
  349. choice /c:rnm /n
  350. if errorlevel 3 goto pcg
  351. if errorlevel 2 goto nen
  352. if errorlevel 1 goto ner
  353.  
  354. :ner
  355. cd\PUNKGRUB
  356. CALL WIN N_BIUS.EXE
  357. %x%
  358. cd\
  359. goto pcg
  360.  
  361. :nen
  362. cd\README
  363. TYPE NECRNOTE.TXT |MORE
  364. @echo .
  365. Pause
  366. CD\
  367. goto inst5
  368.  
  369. :inst6
  370. cls
  371. @echo            ╔═══════════════════════════╗
  372. @echo            ║  Hodj 'n' Podg by Virgin  ║
  373. @echo            ╚═══════════════════════════╝
  374. @echo .
  375. @echo        Select from one of the following options:
  376. @echo        (I)nstall, (R)un, (N)otes, (M)enu
  377. @echo .
  378. @echo        Please enter a choice: I,R,N,M
  379. choice /c:irnm /n
  380. if errorlevel 4 goto pcg
  381. if errorlevel 3 goto hpn
  382. if errorlevel 2 goto hpr
  383. if errorlevel 1 goto hpi
  384.  
  385. :hpi
  386. CD\HODJPODJ
  387. CALL WIN SETUP.EXE
  388. %x%
  389. cd\
  390. goto pcg
  391.  
  392. :hpr
  393. cd\HODJPODJ
  394. CALL WIN HNPDEMO.EXE
  395. %x%
  396. cd\
  397. goto pcg
  398.  
  399. :hpn
  400. cd\HODJPODJ
  401. TYPE README.TXT |MORE
  402. @echo .
  403. pause
  404. CD\
  405. goto inst6
  406.  
  407. :inst7
  408. cls
  409. @echo            ╔══════════════════════════════╗
  410. @echo            ║  Brain Dead 13 by ReadySoft  ║
  411. @echo            ╚══════════════════════════════╝
  412. @echo .
  413. @echo        Select from one of the following options:
  414. @echo        (R)un, (N)otes, (M)enu
  415. @echo .
  416. @echo        Please enter a choice: R,N,M
  417. choice /c:rnm /n
  418. if errorlevel 3 goto pcg
  419. if errorlevel 2 goto bdn
  420. if errorlevel 1 goto bdr
  421.  
  422. :bdr
  423. cd\BRAIN13
  424. CALL BDDEMO.EXE
  425. %x%
  426. cd\
  427. goto pcg
  428.  
  429. :bdn
  430. @echo            ╔═════════════════════════════════════╗
  431. @echo            ║  Brain Dead 13 is a Windows Game.   ║
  432. @echo            ║  No installation is necessary. The  ║
  433. @echo            ║  game will run from The CD.         ║
  434. @echo            ╚═════════════════════════════════════╝
  435.  
  436. @echo .
  437. Pause
  438. CD\
  439. goto inst7
  440.  
  441. :inst8
  442. cls
  443. @echo            ╔══════════════════════════╗
  444. @echo            ║  BC Racers by U.S. Gold  ║
  445. @echo            ╚══════════════════════════╝
  446. @echo .
  447. @echo        Select from one of the following options:
  448. @echo        (I)nstall, (R)un, (N)otes, (M)enu
  449. @echo .
  450. @echo        Please enter a choice: I,R,N,M
  451. choice /c:irnm /n
  452. if errorlevel 4 goto pcg
  453. if errorlevel 3 goto bcn
  454. if errorlevel 2 goto bcr
  455. if errorlevel 1 goto bci
  456.  
  457. :bci
  458. CD\BCRACERS
  459. CALL INSTBCRA.BAT
  460. %x%
  461. cd\
  462. goto pcg
  463.  
  464. :bcr
  465. cd\BCRACERS
  466. CALL RUNBCRA.BAT
  467. %x%
  468. cd\
  469. goto pcg
  470.  
  471. :bcn
  472. cd\BCRACERS
  473. TYPE README.TXT |MORE
  474. @echo .
  475. pause
  476. CD\
  477. goto inst8
  478.  
  479.  
  480. :inst9
  481. cls
  482. @echo            ╔═════════════════════╗
  483. @echo            ║  Terminal Velocity  ║
  484. @echo            ║      by Apogee      ║
  485. @echo            ╚═════════════════════╝
  486. @echo .
  487. @echo        Select from one of the following options:
  488. @echo        (I)nstall, (R)un, (N)otes, (M)enu
  489. @echo .
  490. @echo        Please enter a choice: I,R,N,M
  491. choice /c:irnm /n
  492. if errorlevel 4 goto pcg
  493. if errorlevel 3 goto tvn
  494. if errorlevel 2 goto tvr
  495. if errorlevel 1 goto tvi
  496.  
  497. :tvi
  498. CD\TERMINAL
  499. CALL INSTTERM.BAT
  500. %x%
  501. cd\
  502. goto pcg
  503.  
  504. :tvr
  505. cd\TERMINAL
  506. CALL RUNTERM.BAT
  507. %x%
  508. cd\
  509. goto pcg
  510.  
  511. :tvn
  512. cd\README
  513. CALL TVHELP.EXE
  514. @echo .
  515. pause
  516. CD\
  517. goto inst9
  518.  
  519. :inst10
  520. cls
  521. @echo            ╔════════════════════════════════════════╗
  522. @echo            ║  Machiavelli the Prince by Microprose  ║
  523. @echo            ╚════════════════════════════════════════╝
  524. @echo .
  525. @echo        Select from one of the following options:
  526. @echo        (I)nstall, (R)un, (N)otes, (M)enu
  527. @echo .
  528. @echo        Please enter a choice: I,R,N,M
  529. choice /c:irnm /n
  530. if errorlevel 4 goto pcg
  531. if errorlevel 3 goto man
  532. if errorlevel 2 goto mar
  533. if errorlevel 1 goto mai
  534.  
  535. :mai
  536. CD\PRINCE
  537. CALL INSTMACH.BAT
  538. %x%
  539. cd\
  540. goto pcg
  541.  
  542. :mar
  543. cd\PRINCE
  544. CALL RUNMACH.BAT
  545. %x%
  546. cd\
  547. goto inst10
  548.  
  549. :man
  550. cd\PRINCE
  551. TYPE README.TXT |MORE
  552. @echo .
  553. pause
  554. CD\
  555. goto pcg
  556.  
  557. :inst11
  558. cls
  559. @echo            ╔════════════════════════════════════════╗
  560. @echo            ║  Shanghai Great Moments by Activision  ║
  561. @echo            ╚════════════════════════════════════════╝
  562. @echo .
  563. @echo        Select from one of the following options:
  564. @echo        (I)nstall, (R)un, (N)otes, (M)enu
  565. @echo .
  566. @echo        Please enter a choice: I,R,N,M
  567. choice /c:irnm /n
  568. if errorlevel 4 goto pcg
  569. if errorlevel 3 goto shn
  570. if errorlevel 2 goto shr
  571. if errorlevel 1 goto shi
  572.  
  573. :shi
  574. CD\SHGMDEMO
  575. CALL WIN INSTALL.EXE
  576. %x%
  577. cd\
  578. goto pcg
  579.  
  580. :shr
  581. cls
  582. @echo .
  583. @echo .
  584. @echo            ╔════════════════════════════════════════════╗
  585. @echo            ║  Shanghai Great Moments is a Windows Game. ║
  586. @echo            ║  Once installed, load Windows and select   ║
  587. @echo            ║  the Shanghai Great Moments icon.          ║
  588. @echo            ╚════════════════════════════════════════════╝
  589. @echo .
  590. @echo .
  591. Pause
  592. goto inst11
  593.  
  594. :shn
  595. cd\README  
  596. TYPE SHANTECH.TXT |MORE
  597. @echo .
  598. pause
  599. CD\
  600. goto inst11
  601.  
  602.  
  603. :inst12
  604. cls
  605. @echo            ╔═════════════════════════════════╗
  606. @echo            ║  Super Street Fighter II Turbo  ║
  607. @echo            ║           by GameTek            ║
  608. @echo            ╚═════════════════════════════════╝
  609. @echo .
  610. @echo        Select from one of the following options:
  611. @echo        (I)nstall, (R)un, (N)otes, (M)enu
  612. @echo .
  613. @echo        Please enter a choice: I,R,N,M
  614. choice /c:irnm /n
  615. if errorlevel 4 goto pcg
  616. if errorlevel 3 goto ssn
  617. if errorlevel 2 goto ssr
  618. if errorlevel 1 goto ssi
  619.  
  620. :ssi
  621. CD\SSFII
  622. CALL INSTSSF2.BAT
  623. %x%
  624. cd\
  625. goto pcg
  626.  
  627. :ssr
  628. cd\SSFII
  629. CALL RUNSSF2.BAT
  630. %x%
  631. cd\
  632. goto pcg
  633.  
  634. :ssn
  635. cd\SSFII
  636. TYPE README.TXT |MORE
  637. @echo .
  638. pause
  639. CD\
  640. goto inst12
  641.  
  642. :inst13
  643. cls
  644. @echo            ╔════════════════╗
  645. @echo            ║    PlayNet     ║
  646. @echo            ║  by APC, Inc.  ║
  647. @echo            ╚════════════════╝
  648. @echo .
  649. @echo        Select from one of the following options:
  650. @echo        (I)nstall, (N)otes, (M)enu
  651. @echo .
  652. @echo        Please enter a choice: I,N,M
  653. choice /c:inm /n
  654. if errorlevel 3 goto pcg
  655. if errorlevel 2 goto pnn
  656. if errorlevel 1 goto pni
  657.  
  658. :pni
  659. CD\PLAYNET
  660. CALL INSTAPCI.BAT
  661. %x%
  662. cd\
  663. goto pcg
  664.  
  665. :pnn
  666. cd\README
  667. TYPE PLAYNOTE.TXT |MORE
  668. @echo
  669. pause
  670. CD\
  671. goto inst13
  672.  
  673. :inst14
  674. cls
  675. @echo            ╔═══════════════════╗
  676. @echo            ║  Cheat Utilities  ║
  677. @echo            ╚═══════════════════╝
  678. @echo .
  679. @echo        Cheat Utilities are programs written by hobbyists
  680. @echo        that allow you to change aspects of games that the
  681. @echo        original author did not include. At times, a utility
  682. @echo        may even help create entire new levels.
  683. @echo .
  684. @echo        The NOTES file will give you a rundown of what is
  685. @echo        on our CD this month. For more, read T. Liam    
  686. @echo        McDonald's Extended Play column in the magazine.
  687. @echo .
  688. @echo        Select from one of the following options:
  689. @echo        (N)otes, (M)enu
  690. @echo .
  691. @echo        Please enter a choice: N,M
  692. choice /c:nm /n
  693. if errorlevel 2 goto pcg
  694. if errorlevel 1 goto chn
  695.  
  696. :chn
  697. cd\CHEATS
  698. TYPE CHEATS.TXT |MORE
  699. @echo .
  700. pause
  701. CD\
  702. goto pcg
  703.  
  704. :inst15
  705. cls
  706. @echo .
  707. @echo            ╔═══════════════════════╗
  708. @echo            ║  ImagiNation Network  ║
  709. @echo            ╚═══════════════════════╝
  710. @echo .
  711. @echo        Select from one of the following options:
  712. @echo        (I)nstall, (N)otes, (A)ddendum, (M)enu
  713. @echo .
  714. @echo        Please enter a choice: I,N,A,M
  715. choice /c:inam /n
  716. if errorlevel 4 goto pcg
  717. if errorlevel 3 goto ina
  718. if errorlevel 2 goto inn
  719. if errorlevel 1 goto ini
  720.  
  721. :ini
  722. CD\IMAGINE
  723. CALL FUN.BAT
  724. CLS
  725. @echo .
  726. @echo .
  727. @echo            ╔═════════════════════════════════╗
  728. @echo            ║ To load the ImagiNation Network ║
  729. @echo            ║ Switch to the \INN directory on ║
  730. @echo            ║ your Hard Drive and type INN.   ║
  731. @echo            ╚═════════════════════════════════╝
  732. @echo .
  733. pause
  734. %x%
  735. cd\
  736. goto pcg
  737.  
  738. :inn
  739. cd\README
  740. TYPE IMAGNOTE.TXT |MORE
  741. @echo .
  742. pause
  743. CD\
  744. goto inst15
  745.  
  746. :ina
  747. cd\README
  748. TYPE IMAGREAD.TXT |MORE
  749. @echo
  750. pause
  751. CD\
  752. goto inst15
  753.  
  754. :inst16
  755. cls
  756. @echo            ╔═════════════════════════════════╗
  757. @echo            ║  GEnie Online Network by GEnie  ║
  758. @echo            ║       with Cyberstrike and      ║
  759. @echo            ║      SVGA Super Air Warrior     ║
  760. @echo            ╚═════════════════════════════════╝
  761. @echo .
  762. @echo        Select from one of the following options:
  763. @echo        (I)nstall, (N)otes, (M)enu
  764. @echo .
  765. @echo        Please enter a choice: I,N,M
  766. choice /c:inm /n
  767. if errorlevel 3 goto pcg
  768. if errorlevel 2 goto gen
  769. if errorlevel 1 goto gei
  770.  
  771. :gei
  772. @echo .
  773. @echo        Select from one of the following options:
  774. @echo        (G)Enie installation 
  775. @echo        (C)yberstrike installation
  776. @echo        (S)VGA Super Air Warrior
  777. @echo        (M)enu
  778. @echo .
  779. @echo        Please enter a choice: G,C,S,M
  780. choice /c:gcsm /n
  781. if errorlevel 4 goto pcg
  782. if errorlevel 3 goto sv
  783. if errorlevel 2 goto cy
  784. if errorlevel 1 goto ge
  785.  
  786. :ge
  787. CD\GENIE
  788. CALL WIN SETUP.EXE
  789. %x%
  790. cd\
  791. goto gei
  792.  
  793. :cy
  794. cd\GENIE
  795. CALL C.BAT
  796. %x%
  797. cd\
  798. goto gei
  799.  
  800. :sv
  801. cd\GENIE
  802. CALL S.BAT
  803. %x%
  804. cd\
  805. goto gei
  806.  
  807. :gen
  808. cd\GENIE
  809. TYPE README.TXT |MORE
  810. @echo .
  811. pause
  812. CD\
  813. goto inst16
  814.  
  815. :inst17
  816. CD\DOOM
  817. TYPE DOOMINFO.TXT |MORE
  818. @echo .
  819. pause
  820. cls
  821. cd\
  822. goto pcg
  823.  
  824. :inst18
  825. CD\PATCHES
  826. TYPE PATCINFO.TXT |MORE
  827. @echo .
  828. pause
  829. cls
  830. cd\
  831. goto pcg
  832.  
  833.  
  834. :end
  835.