home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer 9 / 1995-08_Disc_9.iso / menu.bat < prev    next >
DOS Batch File  |  1995-06-06  |  15KB  |  864 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 is the most common response: ║
  8. @echo    ║    (D-Z are valid choices)               ║
  9. @echo    ╚══════════════════════════════════════════╝
  10. @echo .
  11. @echo    Enter Choice [default=D]:
  12. @echo    Type CTRL-C to exit
  13. choice /c:defghijklmnopqrstuvwxyz /n
  14. if errorlevel 23 goto dos23
  15. if errorlevel 22 goto dos22
  16. if errorlevel 21 goto dos21
  17. if errorlevel 20 goto dos20
  18. if errorlevel 19 goto dos19
  19. if errorlevel 18 goto dos18
  20. if errorlevel 17 goto dos17
  21. if errorlevel 16 goto dos16
  22. if errorlevel 15 goto dos15
  23. if errorlevel 14 goto dos14
  24. if errorlevel 13 goto dos13
  25. if errorlevel 12 goto dos12
  26. if errorlevel 11 goto dos11
  27. if errorlevel 10 goto dos10
  28. if errorlevel 9 goto dos9
  29. if errorlevel 8 goto dos8
  30. if errorlevel 7 goto dos7
  31. if errorlevel 6 goto dos6
  32. if errorlevel 5 goto dos5
  33. if errorlevel 4 goto dos4
  34. if errorlevel 3 goto dos3
  35. if errorlevel 2 goto dos2
  36. if errorlevel 1 goto dos1
  37.  
  38. :dos23
  39. SET %x=Z:
  40. goto pcg
  41.  
  42. :dos22
  43. SET %x=Y:
  44. goto pcg
  45.  
  46. :dos21
  47. SET %x=X:
  48. goto pcg
  49.  
  50. :dos20
  51. SET %x=W:
  52. goto pcg
  53.  
  54. :dos19
  55. SET %x=V:
  56. goto pcg
  57.  
  58. :dos18
  59. SET %x=U:
  60. goto pcg
  61.  
  62. :dos17
  63. SET %x=T:
  64. goto pcg
  65.  
  66. :dos16
  67. SET %x=S:
  68. goto pcg
  69.  
  70. :dos15
  71. SET %x=R:
  72. goto pcg
  73.  
  74. :dos14
  75. SET %x=Q:
  76. goto pcg
  77.  
  78. :dos13
  79. SET %x=P:
  80. goto pcg
  81.  
  82. :dos12
  83. SET %x=O:
  84. goto pcg
  85.  
  86. :dos11
  87. SET %x=N:
  88. goto pcg
  89.  
  90. :dos10
  91. SET %x=M:
  92. goto pcg
  93.  
  94. :dos9
  95. SET %x=L:
  96. goto pcg
  97.  
  98. :dos8
  99. SET %x=K:
  100. goto pcg
  101.  
  102. :dos7
  103. SET %x=J:
  104. goto pcg
  105.  
  106. :dos6
  107. SET %x=I:
  108. goto pcg
  109.  
  110. :dos5
  111. SET %x=H:
  112. goto pcg
  113.  
  114. :dos4
  115. SET %x=G:
  116. goto pcg
  117.  
  118. :dos3
  119. SET %x=F:
  120. goto pcg
  121.  
  122. :dos2
  123. SET %x=E:
  124. goto pcg
  125.  
  126. :dos1
  127. SET %x=D:
  128. goto pcg
  129.  
  130. :pcg
  131. @echo off
  132. cls
  133. @echo .
  134. @echo            ╔═══════════════════════════════════════════╗
  135. @echo            ║  Welcome to the PC GAMER Batch Installer  ║
  136. @echo            ╚═══════════════════════════════════════════╝
  137. @echo .
  138. @echo    ╔═══════════════════════════════════════════════════════════╗
  139. @echo    ║  Please press the letter of the game you wish to install  ║
  140. @echo    ╚═══════════════════════════════════════════════════════════╝
  141. @echo .
  142. @echo a. Space Quest 6           k. Star Trek: A Final Unity
  143. @echo b. Discworld               l. Void Pirates
  144. @echo c. The Orion Conspiracy    m. Airlift Rescue
  145. @echo d. Lemmings 3D             n. PlayNet
  146. @echo e. Pyrotechnica            o. ImagiNation Network
  147. @echo f. CyberBykes              p. GEnie    
  148. @echo g. Bureau 13               q. Doom & Heretic WADS  
  149. @echo h. Clockwerx               r. Bug Patches
  150. @echo i. Terminal Velocity       s. Dwango
  151. @echo j. Darker                  t. E(X)it        
  152. @echo .
  153. @echo For information and system requirements on a given game, 
  154. @echo please refer to the Disc Pages in the magazine.
  155. @echo .
  156. choice /c:abcdefghijklmnopqrstuvwxyz /n
  157. if errorlevel 24 goto end
  158. if errorlevel 23 goto end
  159. if errorlevel 22 goto end
  160. if errorlevel 21 goto end
  161. if errorlevel 20 goto end
  162. if errorlevel 19 goto inst19
  163. if errorlevel 18 goto inst18
  164. if errorlevel 17 goto inst17
  165. if errorlevel 16 goto inst16
  166. if errorlevel 15 goto inst15
  167. if errorlevel 14 goto inst14
  168. if errorlevel 13 goto inst13
  169. if errorlevel 12 goto inst12
  170. if errorlevel 11 goto inst11
  171. if errorlevel 10 goto inst10
  172. if errorlevel 9 goto inst9
  173. if errorlevel 8 goto inst8
  174. if errorlevel 7 goto inst7
  175. if errorlevel 6 goto inst6
  176. if errorlevel 5 goto inst5
  177. if errorlevel 4 goto inst4
  178. if errorlevel 3 goto inst3
  179. if errorlevel 2 goto inst2
  180. if errorlevel 1 goto inst1
  181.  
  182. :inst1
  183. cls
  184. @echo            ╔═════════════════════════════╗
  185. @echo            ║  Space Quest 6: Roger Wilco ║
  186. @echo            ╚═════════════════════════════╝
  187. @echo .
  188. @echo        Select from one of the following options:
  189. @echo        (I)nstall, (R)un, (N)otes, (M)enu
  190. @echo .
  191. @echo        Please enter a choice: I,R,N,M
  192. choice /c:irnm /n
  193. if errorlevel 4 goto pcg
  194. if errorlevel 3 goto vpn
  195. if errorlevel 2 goto vpr
  196. if errorlevel 1 goto vpi
  197.  
  198. :vpi
  199. CD\
  200. CALL INSTWILC.BAT
  201. %x%
  202. cd\
  203. goto inst1
  204.  
  205. :vpr
  206. cd\WILCO
  207. CALL RUNWILC.BAT
  208. %x%
  209. cd\
  210. goto pcg
  211.  
  212. :vpn
  213. cd\WILCO
  214. TYPE READ.ME |MORE
  215. @echo .
  216. pause
  217. CD\
  218. goto inst1
  219.  
  220. :inst2
  221. cls
  222. @echo            ╔═════════════╗
  223. @echo            ║  Discworld  ║
  224. @echo            ╚═════════════╝
  225. @echo .
  226. @echo        Select from one of the following options:
  227. @echo        (I)nstall, (R)un, (N)otes, (M)enu
  228. @echo .
  229. @echo        Please enter a choice: I,R,N,M
  230. choice /c:irnm /n
  231. if errorlevel 4 goto pcg
  232. if errorlevel 3 goto bitn
  233. if errorlevel 2 goto bitr
  234. if errorlevel 1 goto biti
  235.  
  236. :biti
  237. CD\
  238. CD\DISCWLD
  239. CALL INSTDISC.BAT
  240. %x%
  241. cd\
  242. goto inst2
  243.  
  244. :bitr
  245. CD\
  246. CD\DISCWLD
  247. CALL RUNDISC.BAT
  248. %x%
  249. cd\
  250. goto pcg
  251.  
  252. :bitn
  253. cd\DISCWLD
  254. TYPE DISCMAN.TXT |MORE
  255. @echo .
  256. pause
  257. CD\
  258. goto inst2
  259.  
  260. :inst3
  261. cls
  262. @echo            ╔════════════════════════╗
  263. @echo            ║  The Orion Conspiracy  ║
  264. @echo            ╚════════════════════════╝
  265. @echo .
  266. @echo        Select from one of the following options:
  267. @echo        (I)nstall, (R)un, (N)otes, (M)enu
  268. @echo .
  269. @echo        Please enter a choice: I,R,N,M
  270. choice /c:irnm /n
  271. if errorlevel 4 goto pcg
  272. if errorlevel 3 goto wan
  273. if errorlevel 2 goto war
  274. if errorlevel 1 goto wai
  275.  
  276. :wai
  277. CD\
  278. CD\ORION
  279. CALL INSTORIO.BAT
  280. %x%
  281. cd\
  282. goto inst3
  283.  
  284. :war
  285. cd\ORION
  286. CALL RUNORION.BAT
  287. %x%
  288. cd\
  289. goto pcg
  290.  
  291. :wan
  292. cd\ORION
  293. TYPE README.TXT |MORE
  294. @echo .
  295. pause
  296. CD\
  297. goto inst3
  298.  
  299. :inst4
  300. cls
  301. @echo            ╔═══════════════╗
  302. @echo            ║  Lemmings 3D  ║
  303. @echo            ╚═══════════════╝
  304. @echo .
  305. @echo        Select from one of the following options:
  306. @echo        (I)nstall, (R)un, (N)otes, (M)enu
  307. @echo .
  308. @echo        Please enter a choice: I,R,N,M
  309. choice /c:irnm /n
  310. if errorlevel 4 goto pcg
  311. if errorlevel 3 goto jan
  312. if errorlevel 2 goto jar
  313. if errorlevel 1 goto jai
  314.  
  315. :jai
  316. CD\L3D
  317. CALL INSTL3D.BAT
  318. %x%
  319. cd\
  320. goto inst4
  321.  
  322. :jar
  323. cd\L3D 
  324. CALL RUNL3D.BAT
  325. %x%
  326. cd\
  327. goto pcg
  328.  
  329. :jan
  330. cd\L3D
  331. TYPE READ.ME |MORE
  332. @echo .
  333. pause
  334. CD\
  335. goto inst4
  336.  
  337. :inst5
  338. cls
  339. @echo            ╔════════════════╗
  340. @echo            ║  Pyrotechnica  ║
  341. @echo            ╚════════════════╝
  342. @echo .
  343. @echo        Select from one of the following options:
  344. @echo        (I)nstall, (R)un, (N)otes, (M)enu
  345. @echo .
  346. @echo        Please enter a choice: I,R,N,M
  347. choice /c:irnm /n
  348. if errorlevel 4 goto pcg
  349. if errorlevel 3 goto pyn
  350. if errorlevel 2 goto pyr
  351. if errorlevel 1 goto pyi
  352.  
  353. :pyi
  354. CD\PYRO
  355. CALL INSTPYRO.BAT
  356. %x%
  357. cd\
  358. goto inst5
  359.  
  360. :pyr
  361. cd\PYRO 
  362. CALL RUNPYRO.BAT
  363. %x%
  364. cd\
  365. goto pcg
  366.  
  367. :pyn
  368. cd\PYRO
  369. TYPE README.TXT |MORE
  370. @echo .
  371. pause
  372. CD\
  373. goto inst5
  374.  
  375. :inst6
  376. cls
  377. @echo            ╔══════════════╗
  378. @echo            ║  CyberBykes  ║
  379. @echo            ╚══════════════╝
  380. @echo .
  381. @echo        Select from one of the following options:
  382. @echo        (I)nstall, (R)un, (N)otes, (M)enu
  383. @echo .
  384. @echo        Please enter a choice: I,R,N,M
  385. choice /c:irnm /n
  386. if errorlevel 4 goto pcg
  387. if errorlevel 3 goto hpn
  388. if errorlevel 2 goto hpr
  389. if errorlevel 1 goto hpi
  390.  
  391. :hpi
  392. CD\CYBER
  393. CALL INSTCYBE.BAT
  394. %x%
  395. cd\
  396. goto inst6
  397.  
  398. :hpr
  399. cd\CYBER
  400. CALL RUNCYBER.BAT
  401. %x%
  402. cd\
  403. goto pcg
  404.  
  405. :hpn
  406. cd\CYBER
  407. TYPE CYBER.TXT |MORE
  408. @echo .
  409. pause
  410. CD\
  411. goto inst6
  412.  
  413. :inst7
  414. cls
  415. @echo            ╔═════════════╗
  416. @echo            ║  Bureau 13  ║
  417. @echo            ╚═════════════╝
  418. @echo .
  419. @echo        Select from one of the following options:
  420. @echo        (I)nstall, (R)un, (N)otes, (M)enu
  421. @echo .
  422. @echo        Please enter a choice: I,R,N,M
  423. choice /c:irnm /n
  424. if errorlevel 4 goto pcg
  425. if errorlevel 3 goto bun
  426. if errorlevel 2 goto bur
  427. if errorlevel 1 goto bui
  428.  
  429. :bui
  430. CD\B13DEMO
  431. CALL INSTB13.BAT
  432. %x%
  433. cd\
  434. goto inst7
  435.  
  436. :bur
  437. cd\B13DEMO
  438. CALL RUNB13.BAT
  439. %x%
  440. cd\
  441. goto pcg
  442.  
  443. :bun
  444. cd\B13DEMO
  445. TYPE README.TXT |MORE
  446. @echo .
  447. pause
  448. CD\
  449. goto inst7
  450.  
  451. :inst8
  452. cls
  453. @echo            ╔═════════════╗
  454. @echo            ║  Clockwerx  ║
  455. @echo            ╚═════════════╝
  456. @echo .
  457. @echo        Select from one of the following options:
  458. @echo        (I)nstall, (R)un, (N)otes, (M)enu
  459. @echo .
  460. @echo        Please enter a choice: I,R,N,M
  461. choice /c:irnm /n
  462. if errorlevel 4 goto pcg
  463. if errorlevel 3 goto bcn
  464. if errorlevel 2 goto bcr
  465. if errorlevel 1 goto bci
  466.  
  467. :bci
  468. CD\CLOCKWRX
  469. CALL INSTCLOC.BAT
  470. %x%
  471. cd\
  472. goto inst8
  473.  
  474. :bcr
  475. cd\CLOCKWRX
  476. TYPE CLOCKRUN.TXT |MORE
  477. @echo .
  478. pause
  479. cd\
  480. goto pcg
  481.  
  482. :bcn
  483. cd\CLOCKWRX
  484. TYPE README.TXT |MORE
  485. @echo .
  486. pause
  487. CD\
  488. goto inst8
  489.  
  490.  
  491. :inst9
  492. cls
  493. @echo            ╔═════════════════════╗
  494. @echo            ║  Terminal Velocity  ║
  495. @echo            ║      by Apogee      ║
  496. @echo            ╚═════════════════════╝
  497. @echo .
  498. @echo        Select from one of the following options:
  499. @echo        (I)nstall, (R)un, (N)otes, (M)enu
  500. @echo .
  501. @echo        Please enter a choice: I,R,N,M
  502. choice /c:irnm /n
  503. if errorlevel 4 goto pcg
  504. if errorlevel 3 goto tvn
  505. if errorlevel 2 goto tvr
  506. if errorlevel 1 goto tvi
  507.  
  508. :tvi
  509. CD\TERMINAL
  510. CALL INSTTERM.BAT
  511. %x%
  512. cd\
  513. goto inst9
  514.  
  515. :tvr
  516. cd\TERMINAL
  517. CALL RUNTERM.BAT
  518. %x%
  519. cd\
  520. goto pcg
  521.  
  522. :tvn
  523. cd\TERMINAL
  524. CALL TVHELP.EXE
  525. @echo .
  526. pause
  527. CD\
  528. goto inst9
  529.  
  530. :inst10
  531. cls
  532. @echo            ╔══════════╗
  533. @echo            ║  Darker  ║
  534. @echo            ╚══════════╝
  535. @echo .
  536. @echo        Select from one of the following options:
  537. @echo        (R)un, (N)otes, (M)enu
  538. @echo .
  539. @echo        Please enter a choice: R,N,M
  540. choice /c:rnm /n
  541. if errorlevel 3 goto pcg
  542. if errorlevel 2 goto man
  543. if errorlevel 1 goto mar
  544.  
  545. :mar
  546. cd\DARKER
  547. CALL RUNDARK.BAT
  548. %x%
  549. cd\
  550. goto pcg
  551.  
  552. :man
  553. cd\README
  554. TYPE DARKREAD.TXT |MORE
  555. @echo .
  556. pause
  557. CD\
  558. goto pcg
  559.  
  560. :inst11
  561. cls
  562. @echo            ╔════════════════════════════╗
  563. @echo            ║  Star Trek: A Final Unity  ║
  564. @echo            ╚════════════════════════════╝
  565. @echo .
  566. @echo        Select from one of the following options:
  567. @echo        (I)nstall, (R)un, (N)otes, (M)enu
  568. @echo .
  569. @echo        Please enter a choice: I,R,N,M
  570. choice /c:irnm /n
  571. if errorlevel 4 goto pcg
  572. if errorlevel 3 goto shn
  573. if errorlevel 2 goto shr
  574. if errorlevel 1 goto shi
  575.  
  576. :shi
  577. CD\STTNG
  578. CALL INSTTREK.BAT
  579. %x%
  580. cd\
  581. goto inst11
  582.  
  583. :shr
  584. CD\STTNG
  585. CALL RUNTREK.BAT
  586. %x%       
  587. cd\
  588. goto pcg
  589.  
  590. :shn
  591. cd\STTNG  
  592. TYPE README.TXT |MORE
  593. @echo .
  594. pause
  595. CD\
  596. goto inst11
  597.  
  598.  
  599. :inst12
  600. cls
  601. @echo            ╔════════════════╗
  602. @echo            ║  Void Pirates  ║
  603. @echo            ╚════════════════╝
  604. @echo .
  605. @echo        Select from one of the following options:
  606. @echo        (I)nstall, (R)un, (N)otes, (M)enu
  607. @echo .
  608. @echo        Please enter a choice: I,R,N,M
  609. choice /c:irnm /n
  610. if errorlevel 4 goto pcg
  611. if errorlevel 3 goto ssn
  612. if errorlevel 2 goto ssr
  613. if errorlevel 1 goto ssi
  614.  
  615. :ssi
  616. CD\VOID
  617. CALL INSTVOID.BAT
  618. %x%
  619. cd\
  620. goto inst12
  621.  
  622. :ssr
  623. cd\VOID
  624. CALL RUNVOID.BAT
  625. %x%
  626. cd\
  627. goto pcg
  628.  
  629. :ssn
  630. cd\VOID
  631. TYPE README.TXT |MORE
  632. @echo .
  633. pause
  634. CD\
  635. goto inst12
  636.  
  637. :inst13
  638. cls
  639. @echo            ╔══════════════════╗
  640. @echo            ║  Airlift Rescue  ║
  641. @echo            ╚══════════════════╝
  642. @echo .
  643. @echo        Select from one of the following options:
  644. @echo        (P)lay, (N)otes, (M)enu
  645. @echo .
  646. @echo        Please enter a choice: P,N,M
  647. choice /c:pnm /n
  648. if errorlevel 3 goto pcg
  649. if errorlevel 2 goto arn
  650. if errorlevel 1 goto ari
  651.  
  652. :ari
  653. CD\AIRLIFT
  654. CALL INSTAIRL.BAT
  655. %x%
  656. cd\
  657. goto inst13
  658.  
  659. :arn
  660. cd\AIRLIFT
  661. TYPE AIRLIFT.DOC |MORE
  662. @echo .
  663. pause
  664. CD\
  665. goto inst13
  666.  
  667.  
  668. :inst14
  669. cls
  670. @echo            ╔════════════════╗
  671. @echo            ║    PlayNet     ║
  672. @echo            ║  by APC, Inc.  ║
  673. @echo            ╚════════════════╝
  674. @echo .
  675. @echo        Select from one of the following options:
  676. @echo        (I)nstall, (N)otes, (M)enu
  677. @echo .
  678. @echo        Please enter a choice: I,N,M
  679. choice /c:inm /n
  680. if errorlevel 3 goto pcg
  681. if errorlevel 2 goto pnn
  682. if errorlevel 1 goto pni
  683.  
  684. :pni
  685. CD\PLAYNET
  686. CALL INSTAPCI.BAT
  687. %x%
  688. cd\
  689. goto inst14
  690.  
  691. :pnn
  692. cd\PLAYNET
  693. TYPE PLAYNOTE.TXT |MORE
  694. @echo
  695. pause
  696. CD\
  697. goto inst14
  698.  
  699.  
  700. :inst15
  701. cls
  702. @echo .
  703. @echo            ╔═══════════════════════╗
  704. @echo            ║  ImagiNation Network  ║
  705. @echo            ╚═══════════════════════╝
  706. @echo .
  707. @echo        Select from one of the following options:
  708. @echo        (I)nstall, (N)otes, (A)ddendum, (M)enu
  709. @echo .
  710. @echo        Please enter a choice: I,N,A,M
  711. choice /c:inam /n
  712. if errorlevel 4 goto pcg
  713. if errorlevel 3 goto ina
  714. if errorlevel 2 goto inn
  715. if errorlevel 1 goto ini
  716.  
  717. :ini
  718. CD\IMAGINE
  719. CALL FUN.BAT
  720. CLS
  721. @echo .
  722. @echo .
  723. @echo            ╔═════════════════════════════════╗
  724. @echo            ║ To load the ImagiNation Network ║
  725. @echo            ║ Switch to the \INN directory on ║
  726. @echo            ║ your Hard Drive and type INN.   ║
  727. @echo            ╚═════════════════════════════════╝
  728. @echo .
  729. pause
  730. %x%
  731. cd\
  732. goto pcg
  733.  
  734. :inn
  735. cd\README
  736. TYPE IMAGNOTE.TXT |MORE
  737. @echo .
  738. pause
  739. CD\
  740. goto inst15
  741.  
  742. :ina
  743. cd\README
  744. TYPE IMAGREAD.TXT |MORE
  745. @echo
  746. pause
  747. CD\
  748. goto inst15
  749.  
  750. :inst16
  751. cls
  752. @echo            ╔═════════════════════════════════╗
  753. @echo            ║  GEnie Online Network by GEnie  ║
  754. @echo            ║       with Cyberstrike and      ║
  755. @echo            ║      SVGA Super Air Warrior     ║
  756. @echo            ╚═════════════════════════════════╝
  757. @echo .
  758. @echo        Select from one of the following options:
  759. @echo        (I)nstall, (N)otes, (M)enu
  760. @echo .
  761. @echo        Please enter a choice: I,N,M
  762. choice /c:inm /n
  763. if errorlevel 3 goto pcg
  764. if errorlevel 2 goto gen
  765. if errorlevel 1 goto gei
  766.  
  767. :gei
  768. @echo .
  769. @echo        Select from one of the following options:
  770. @echo        (G)Enie installation 
  771. @echo        (C)yberstrike installation
  772. @echo        (S)VGA Super Air Warrior
  773. @echo        (M)enu
  774. @echo .
  775. @echo        Please enter a choice: G,C,S,M
  776. choice /c:gcsm /n
  777. if errorlevel 4 goto pcg
  778. if errorlevel 3 goto sv
  779. if errorlevel 2 goto cy
  780. if errorlevel 1 goto ge
  781.  
  782. :ge
  783. CD\GENIE
  784. CALL WIN SETUP.EXE
  785. %x%
  786. cd\
  787. goto gei
  788.  
  789. :cy
  790. cd\GENIE
  791. CALL C.BAT
  792. %x%
  793. cd\
  794. goto gei
  795.  
  796. :sv
  797. cd\GENIE
  798. CALL S.BAT
  799. %x%
  800. cd\
  801. goto gei
  802.  
  803. :gen
  804. cd\GENIE
  805. TYPE README.TXT |MORE
  806. @echo .
  807. pause
  808. CD\
  809. goto inst16
  810.  
  811. :inst17
  812. cls
  813. @echo            ╔═══════════════════════╗
  814. @echo            ║  Doom & Heretic WADS  ║
  815. @echo            ╚═══════════════════════╝
  816. @echo .
  817. @echo        Select from one of the following options:
  818. @echo        (D)oom Notes
  819. @echo        (H)eretic Notes
  820. @echo        (M)enu
  821. @echo .
  822. @echo        Please enter a choice: D,H,M
  823. choice /c:dhm /n
  824. if errorlevel 3 goto pcg
  825. if errorlevel 2 goto hen
  826. if errorlevel 1 goto don
  827.  
  828. :don
  829. CD\DOOM
  830. TYPE DOOMINFO.TXT |MORE
  831. @echo .
  832. pause
  833. cd\
  834. goto inst17
  835.  
  836. :hen
  837. cd\HERETIC
  838. TYPE HEREINFO.TXT |MORE
  839. @echo .
  840. pause
  841. CD\
  842. goto inst17
  843.  
  844. :inst18
  845. CD\PATCHES
  846. TYPE PATCINFO.TXT |MORE
  847. @echo .
  848. pause
  849. cls
  850. cd\
  851. goto pcg
  852.  
  853. :inst19
  854. CD\DWANGO
  855. TYPE DWANGO.DOC |MORE
  856. @echo .
  857. pause
  858. cls
  859. cd\
  860. goto pcg
  861.  
  862.  
  863. :end
  864.