home *** CD-ROM | disk | FTP | other *** search
/ The Devil's Doorknob BBS Capture (1996-2003) / devilsdoorknobbbscapture1996-2003.iso / Dloads / MISSING / TVGA.ZIP / TVGA1 / README.BAT < prev   
DOS Batch File  |  1992-10-03  |  42KB  |  1,297 lines

  1. echo off
  2. cls
  3. chk89
  4. IF ERRORLEVEL 0 IF NOT ERRORLEVEL 1 GOTO PRE_BEGIN
  5. echo -
  6. echo -    This TVGA Driver/Utility Disk is only for the TVGA8900 or later board.
  7. echo -    Please use another utility disk for your board.
  8. echo -
  9. goto exit
  10.  
  11. :PRE_BEGIN
  12. type premenu
  13. KEYIN
  14.  
  15. :PROMPT
  16. CLS
  17. type menu
  18.  
  19. :menu1
  20. KEYIN
  21. IF ERRORLEVEL 65 IF NOT ERRORLEVEL 66 GOTO content
  22. IF ERRORLEVEL 97 IF NOT ERRORLEVEL 98 GOTO content
  23. IF ERRORLEVEL 66 IF NOT ERRORLEVEL 67 GOTO utilities
  24. IF ERRORLEVEL 98 IF NOT ERRORLEVEL 99 GOTO utilities
  25. IF ERRORLEVEL 67 IF NOT ERRORLEVEL 68 GOTO drivers
  26. IF ERRORLEVEL 99 IF NOT ERRORLEVEL 100 GOTO drivers
  27. IF ERRORLEVEL 27 IF NOT ERRORLEVEL 28 GOTO EXIT
  28. goto menu1
  29.  
  30. :content
  31. cls
  32. type content\content1.1
  33. PAUSE
  34. cls
  35. type content\content1.2
  36. pause
  37. cls
  38. type content\content1.3
  39. pause
  40. cls
  41. type content\content1.4
  42. pause
  43. cls
  44. type content\content1.5
  45. pause
  46. cls
  47. type content\content2.1
  48. pause
  49. cls
  50. type content\content2.2
  51. pause
  52. cls
  53. type content\content2.3
  54. pause
  55. GOTO PROMPT
  56.  
  57. :utilities
  58. cls
  59. echo -
  60. echo -
  61. echo -
  62. echo -
  63. echo -      TVGA Utilities List
  64. echo -      ===================
  65. echo -
  66. echo -      A. TVGABIO         -  TVGA RAM BIOS
  67. echo -      B. TANSI           -  TVGA ANSI Screen Driver
  68. echo -      C. VESA            -  TVGA VESA BIOS Extension
  69. echo -      D. SVM89           -  Set VGA/EGA/CGA/Hercules/132 col.
  70. echo -      E. MODETEST        -  Test or Set Video Modes
  71. echo -      F. SMONITOR        -  Select Monitor Type (Color/Mono)
  72. echo -      G. RIXFIX          -  Correct the Problems with RIX Software
  73. echo -      H. PMFIX           -  Correct the Problems with OS/2 VGA Mode
  74. echo -      I. TVGACRTC        -  CRTC Modification Program
  75. echo -
  76. echo -
  77. echo -    Select one to continue:
  78.  
  79. KEYIN
  80. IF ERRORLEVEL 65 IF NOT ERRORLEVEL 66 GOTO ram_bios
  81. IF ERRORLEVEL 97 IF NOT ERRORLEVEL 98 GOTO ram_bios
  82. IF ERRORLEVEL 66 IF NOT ERRORLEVEL 67 GOTO tansi
  83. IF ERRORLEVEL 98 IF NOT ERRORLEVEL 99 GOTO tansi
  84. IF ERRORLEVEL 67 IF NOT ERRORLEVEL 68 GOTO vesa
  85. IF ERRORLEVEL 99 IF NOT ERRORLEVEL 100 GOTO vesa
  86. IF ERRORLEVEL 68 IF NOT ERRORLEVEL 69 GOTO svm
  87. IF ERRORLEVEL 100 IF NOT ERRORLEVEL 101 GOTO svm
  88. IF ERRORLEVEL 69 IF NOT ERRORLEVEL 70 GOTO modetest
  89. IF ERRORLEVEL 101 IF NOT ERRORLEVEL 102 GOTO modetest
  90. IF ERRORLEVEL 70 IF NOT ERRORLEVEL 71 GOTO smonitor
  91. IF ERRORLEVEL 102 IF NOT ERRORLEVEL 103 GOTO smonitor
  92. IF ERRORLEVEL 71 IF NOT ERRORLEVEL 72 GOTO rixfix
  93. IF ERRORLEVEL 103 IF NOT ERRORLEVEL 104 GOTO rixfix
  94. IF ERRORLEVEL 72 IF NOT ERRORLEVEL 73 GOTO pmfix
  95. IF ERRORLEVEL 104 IF NOT ERRORLEVEL 105 GOTO pmfix
  96. IF ERRORLEVEL 73 IF NOT ERRORLEVEL 74 GOTO crtc
  97. IF ERRORLEVEL 105 IF NOT ERRORLEVEL 106 GOTO crtc
  98. IF ERRORLEVEL 27 IF NOT ERRORLEVEL 28 GOTO PROMPT
  99. GOTO utilities
  100.  
  101. :drivers
  102. cls
  103. echo -
  104. echo -
  105. echo -    TVGA Display Drivers List
  106. echo -    =========================
  107. echo -
  108. echo -        A.  AutoCAD (AutoDesk)    - Release 9, 10
  109. echo -        B.  AutoCAD/386 Rel 10/11, AutoShade 2.0, 3D Studio
  110. echo -        C.  CADKEY                - Version 3.5
  111. echo -        D.  VersaCAD              - Version 5.4
  112. echo -        E.  P-CAD                 - Release 4.01
  113. echo -        F.  Lotus 1-2-3           - Release 2.x
  114. echo -        G.  Symphony              - Release 2.x
  115. echo -        H.  Framework II / III    - Release 1.x
  116. echo -        I.  GEM Desktop           - Version 3.x
  117. echo -        J.  Ventura               - Version 2.x & 3.x
  118. echo -        K.  WordStar              - Release 3.3 and above
  119. echo -        L.  WordPerfect           - Release 4 and above
  120. echo -        M.  MS Word               - Version 5.0
  121. echo -        N.  MS Windows            - Version 3.x
  122. echo -        O.  Presentation Manager  - Version 1.2x & 1.3
  123. echo -        P.  Quattro Pro           - Version 2.x
  124. echo -
  125. echo -    Select one to continue:
  126. KEYIN
  127.  
  128. IF ERRORLEVEL 65 IF NOT ERRORLEVEL 66 GOTO cad286
  129. IF ERRORLEVEL 97 IF NOT ERRORLEVEL 98 GOTO cad286
  130. IF ERRORLEVEL 66 IF NOT ERRORLEVEL 67 GOTO cad386
  131. IF ERRORLEVEL 98 IF NOT ERRORLEVEL 99 GOTO cad386
  132. IF ERRORLEVEL 67 IF NOT ERRORLEVEL 68 GOTO cadkey
  133. IF ERRORLEVEL 99 IF NOT ERRORLEVEL 100 GOTO cadkey
  134. IF ERRORLEVEL 68 IF NOT ERRORLEVEL 69 GOTO versaCad
  135. IF ERRORLEVEL 100 IF NOT ERRORLEVEL 101 GOTO versaCad
  136. IF ERRORLEVEL 69 IF NOT ERRORLEVEL 70 GOTO pcad
  137. IF ERRORLEVEL 101 IF NOT ERRORLEVEL 102 GOTO pcad
  138. IF ERRORLEVEL 70 IF NOT ERRORLEVEL 71 GOTO 123
  139. IF ERRORLEVEL 102 IF NOT ERRORLEVEL 103 GOTO 123
  140. IF ERRORLEVEL 71 IF NOT ERRORLEVEL 72 GOTO symph
  141. IF ERRORLEVEL 103 IF NOT ERRORLEVEL 104 GOTO symph
  142. IF ERRORLEVEL 72 IF NOT ERRORLEVEL 73 GOTO fw
  143. IF ERRORLEVEL 104 IF NOT ERRORLEVEL 105 GOTO fw
  144. IF ERRORLEVEL 73 IF NOT ERRORLEVEL 74 GOTO gem3
  145. IF ERRORLEVEL 105 IF NOT ERRORLEVEL 106 GOTO gem3
  146. IF ERRORLEVEL 74 IF NOT ERRORLEVEL 75 GOTO vp
  147. IF ERRORLEVEL 106 IF NOT ERRORLEVEL 107 GOTO vp
  148. IF ERRORLEVEL 75 IF NOT ERRORLEVEL 76 GOTO ws
  149. IF ERRORLEVEL 107 IF NOT ERRORLEVEL 108 GOTO ws
  150. IF ERRORLEVEL 76 IF NOT ERRORLEVEL 77 GOTO wp
  151. IF ERRORLEVEL 108 IF NOT ERRORLEVEL 109 GOTO wp
  152. IF ERRORLEVEL 77 IF NOT ERRORLEVEL 78 GOTO word
  153. IF ERRORLEVEL 109 IF NOT ERRORLEVEL 110 GOTO word
  154. IF ERRORLEVEL 78 IF NOT ERRORLEVEL 79 GOTO win
  155. IF ERRORLEVEL 110 IF NOT ERRORLEVEL 111 GOTO win
  156. IF ERRORLEVEL 79 IF NOT ERRORLEVEL 80 GOTO pm
  157. IF ERRORLEVEL 111 IF NOT ERRORLEVEL 112 GOTO pm
  158. IF ERRORLEVEL 80 IF NOT ERRORLEVEL 81 GOTO quattro
  159. IF ERRORLEVEL 112 IF NOT ERRORLEVEL 113 GOTO quattro
  160. IF ERRORLEVEL 27 IF NOT ERRORLEVEL 28 GOTO PROMPT
  161. goto drivers
  162.  
  163. :cad286
  164. cls
  165. acadset
  166. goto exit
  167.  
  168. :cad386
  169. cls
  170. echo -
  171. echo -
  172. echo - AutoCAD/386 Rel 10/11, AutoShade 2.0, 3D Studio
  173. echo - ===============================================
  174. echo -
  175. echo -  To install the display drivers for AutoCAD/386 you will need
  176. echo -  TVGA Utility Program and AutoCAD/386.
  177. echo -
  178. echo -  1. Copy the display driver from the  ACAD386 directory on
  179. echo -     to  your  AutoCAD/386 directory ( e.g.  C:\ACAD386 ).
  180. echo -    type:
  181. echo -
  182. echo -          COPY  ACAD386\RCPTVGA.EXP  C:\ACAD386
  183. echo -
  184. echo -     RCPTVGA.EXP is a combined display interface and rendering
  185. echo -     driver.All extended resolutions are available(640x480-256,
  186. echo -     800x600-16/256, 1024x768-16/256).
  187. echo -
  188. echo -  2. Enter the following SET command at the DOS prompt, or add
  189. echo -     it to your AUTOEXEC.BAT file:
  190. echo -
  191. echo -          SET DSPADI = RCPTVGA
  192. echo -
  193. pause
  194. echo -
  195. echo -
  196. echo -  3. Start AutoCAD/386. Select Configure AutoCAD from the Main
  197. echo -     Menu.
  198. echo -
  199. echo -  4. Select  in  order,  Configure Video Display  and  ADIP386
  200. echo -     Display.
  201. echo -
  202. echo -  5. Choose one of the Trident graphics drivers.
  203. echo -
  204. echo -  6. A number of prompts follow which will allow you to select
  205. echo -     the  graphics  area background color, text color (for the
  206. echo -     menu,status line,and command prompt areas of the screen),
  207. echo -     text background color,  border color,  and  dialogue box/
  208. echo -     button outline color. To select the default colors, press
  209. echo -     [Return]  at each prompt. If to select a different color,
  210. echo -     enter the appropriate color number at the given prompt.
  211. echo -
  212. echo -  NOTE:  For 16-color mode, you can only select black or white
  213. echo -         for a graphics background color.
  214. echo -
  215. echo -
  216. pause
  217. echo -
  218. echo -
  219. echo -  The color numbering scheme for 16-color modes (15 colors plus
  220. echo -  black) is:
  221. echo -
  222. echo -  1 - Red                8 - Dark grey
  223. echo -  2 - Yellow             9 - Low intensity red
  224. echo -  3 - Green             10 - Low intensity yellow
  225. echo -  4 - Cyan              11 - Low intensity green
  226. echo -  5 - Blue              12 - Low intensity cyan
  227. echo -  6 - Magenta           13 - Low intensity blue
  228. echo -  7 - White             14 - Low intensity magenta
  229. echo -                        15 - Light grey
  230. echo -
  231. echo -  The color numbering scheme for  256 color modes  matches that
  232. echo -  defined in the AutoCAD/386 Installation and Performance Guide
  233. echo -  for IBM's 8514/AI adapter.  Refer to the  IBM  Video Graphics
  234. echo -  Array Video Option in  the Installation and Performance Guide
  235. echo -  for more detailed information on color select prompts  for 16
  236. echo -  color and 256 color modes.
  237. echo -
  238. echo -
  239. pause
  240. echo -
  241. echo -
  242. echo -
  243. echo -  IMPORTANT: The AutoCAD/386 drivers may also be used with Auto-
  244. echo -  shade 2.0 and 3D Studio.  For Autoshade 2.0 use the following
  245. echo -  set commands in your AUTOEXEC.BAT file:
  246. echo -
  247. echo -          SET DSPADI = RCPTVGA
  248. echo -          SET RDPADI = RCPTVGA
  249. echo -
  250. echo -  For 3D Studio use the following set command in your AUTOEXEC.
  251. echo -  BAT file:
  252. echo -
  253. echo -  SET RCPADI = (location of 3D Studio on hard drive)\RCPTVGA
  254. echo -
  255. echo -  Consult your Autoshade 2.0 and 3D Studio manuals for additional
  256. echo -  information  on  how to configure  these  programs  for  RCPADI
  257. echo -  drivers.
  258. echo -
  259. echo -
  260. echo -
  261. echo -
  262. PAUSE
  263. goto drivers
  264.  
  265. :cadkey
  266. cls
  267. echo -
  268. echo - CADKEY Version 3.5 Graphics Screen Driver
  269. echo - =========================================
  270. echo - Steps:
  271. echo -
  272. echo -
  273. echo -
  274. echo -  1. Copy all files from directory CADKEY  to
  275. echo -     the CADKEY sub-directory \CKGR\ on your hard disk drive.
  276. echo -
  277. echo -  2. There are three files:
  278. echo -
  279. echo -          TR16.EXE   --  16 color Graphics Screen Driver
  280. echo -          TR256.EXE  --  256 color Graphics Screen Driver
  281. echo -          INS.EXE    --  TVGA drivers' install program
  282. echo -
  283. echo -  3. Enter the sub-directory \CKGR\ in your CADKEY directory .
  284. echo -
  285. echo -  4. Run INS.EXE to install TVGA drivers to CADKEY configuration data
  286. echo -     file GRDEV.DAT.
  287. echo -
  288. pause
  289. echo -
  290. echo -  5. Run CONFIG.EXE.  Start at the MAIN MENU and perform the following
  291. echo -     procedure:
  292. echo -           . choose 1) -- Set Graphics Option
  293. echo -           . choose 1) -- Select Graphics Device
  294. echo -           . Select one of two TVGA device drivers:
  295. echo -                 Trident VGA 16 color ,  or
  296. echo -                 Trident VGA 256 color
  297. echo -           . Select the graphic mode you want (e.g. 800x600).
  298. echo -           . Continue with the rest of CADKEYs' CONFIG.EXE program.
  299. echo -
  300. echo -  6. Run TR16.EXE if you have selected "Trident VGA 16 color" driver.
  301. echo -     Run TR256.EXE if you have selected "Trident VGA 256 color" driver.
  302. echo -
  303. echo -  7. Driver installation is now complete.  Enter CADKEY by typing:
  304. echo -     CKGR
  305. echo -
  306. PAUSE
  307. goto drivers
  308.  
  309. :versaCad
  310. cls
  311. echo -
  312. echo -
  313. echo -
  314. echo -   TVGA Screen Driver for VersaCAD  Version 5.4
  315. echo -  ==============================================
  316. echo -
  317. echo -
  318. echo -        1 -  VersaCAD/286
  319. echo -
  320. echo -        2 -  VersaCAD/386
  321. echo -
  322. echo -
  323. echo - Enter a number to continue:
  324. echo -
  325. KEYIN
  326. IF ERRORLEVEL 49 IF NOT ERRORLEVEL 50 GOTO vCad286
  327. IF ERRORLEVEL 50 IF NOT ERRORLEVEL 51 GOTO vCad386
  328. IF ERRORLEVEL 27 IF NOT ERRORLEVEL 28 GOTO drivers
  329. GOTO versaCad
  330.  
  331. :vCad286
  332. cls
  333. echo -
  334. echo - VersaCAD/286  Version 5.4 Graphics Screen Driver
  335. echo - ================================================
  336. echo - Steps:
  337. echo -
  338. echo -
  339. echo -
  340. echo -  1. Copy all files from directory VCAD to
  341. echo -     the directory where your VersaCAD/286 is located(e.g. C:\VCAD54).
  342. echo -
  343. echo -  2. There are three files:
  344. echo -
  345. echo -          TV16.COM    --  16 color Graphics Screen Driver
  346. echo -          TV256.COM   --  256 color Graphics Screen Driver
  347. echo -          TVGA.CFG    --  TVGA drivers' configuration program
  348. echo -
  349. echo -  3. Enter your VersaCAD/286 directory (e.g. C:\VCAD54).
  350. echo -
  351. echo -  4. Run TV16.COM if you want to select TVGA 16 color drivers.
  352. echo -     Run TV256.COM if you want to select TVGA 256 color drivers.
  353. echo -
  354. pause
  355. echo -
  356. echo -  5. Return to your hard drive's root directory (e.g. C:\).
  357. echo -
  358. echo -  6. Enter VersaCAD by typing:
  359. echo -        VCAD54     [Enter]
  360. echo -
  361. echo -  7. Press "E" to start VersaCAD's Environment Configuration Program.
  362. echo -     Then press "N" to select ENVIRONMENT MENU3.
  363. echo -
  364. echo -  8. Press "S" to select SCREEN CONFIGURATION, then press the SPACE BAR
  365. echo -     or TAB key to select TRIDENT display device.
  366. echo -
  367. echo -  9. Continue with the rest of VersaCADs' Environment Configuration
  368. echo -     Program.
  369. echo -
  370. echo -
  371. PAUSE
  372. goto drivers
  373.  
  374. :vCad386
  375. cls
  376. echo -
  377. echo - VersaCAD/386  Version 5.4 Graphics Screen Driver
  378. echo - ================================================
  379. echo - Steps:
  380. echo -
  381. echo -
  382. echo -
  383. echo -  1. Copy all files from directory VCADP  to
  384. echo -     the directory where your VersaCAD/386 is located(e.g. C:\VCAD386).
  385. echo -
  386. echo -  2. There are three files:
  387. echo -
  388. echo -          TV16P.EXE    --  16 color Graphics Screen Driver
  389. echo -          TV256P.EXE   --  256 color Graphics Screen Driver
  390. echo -          TVGAP.CFG    --  TVGA drivers' configuration program
  391. echo -
  392. echo -  3. Enter your VersaCAD/386 directory (e.g. C:\VCAD386\).
  393. echo -
  394. echo -  4. Run TV16P.EXE if you want to select TVGA 16 color drivers.
  395. echo -     Run TV256P.EXE if you want to select TVGA 256 color drivers.
  396. echo -
  397. pause
  398. echo -
  399. echo -  5. Quit from VersaCAD/386 directory to root directory.
  400. echo -
  401. echo -  6. Enter VersaCAD by typing:
  402. echo -        VCAD386    [Enter]
  403. echo -
  404. echo -  7. Press "E" to start VersaCAD's Environment Configuration Program.
  405. echo -     Press "N" to select ENVIRONMENT MENU3.
  406. echo -
  407. echo -  8. Press "S" to select SCREEN CONFIGURATION, then press the SPACE BAR
  408. echo -     or TAB key to select TRIDENT display device.
  409. echo -
  410. echo -  9. Continue with the rest of VersaCADs' Environment Configuration
  411. echo -     Program.
  412. echo -
  413. echo -
  414. PAUSE
  415. goto drivers
  416.  
  417. :pcad
  418. cls
  419. echo -
  420. echo - P-CAD Release 4.01 Graphics Screen Driver
  421. echo - =========================================
  422. echo - Steps:
  423. echo -
  424. echo -  1. Copy the drivers in directory PCAD in to  your P-CAD directory.
  425. echo -
  426. echo -
  427. echo -  2. There are two drivers:
  428. echo -
  429. echo -          T800.DRV   --  800x600 16-color Graphics Screen Driver
  430. echo -          T1024.DRV  --  1024x768 16-color Graphics Screen Driver
  431. echo -
  432. echo -     The 1024x768 16-color driver(T1024.DRV) requires 512K video memory.
  433. echo -
  434. echo -  3. Modify the P-CAD system file "PCADDRV.SYS", change the DISPLAY
  435. echo -     driver file name to T800.DRV or T1024.DRV.
  436. echo -
  437. echo -
  438. echo -  See P-CAD manual for more information.
  439. echo -
  440. PAUSE
  441. goto drivers
  442.  
  443. :pm
  444. cls
  445. echo -  TVGA Screen Driver for PM 1.2x & 1.3
  446. echo -  ====================================
  447. echo -
  448. echo -  To install the extended display drivers for OS/2 Presentation Manager,
  449. echo -  you need TVGA Utility Programs Disk 2 and Presentation Manager 1.2x
  450. echo -  or 1.3. Please refer to the Readme.doc to copy a Disk 2 .
  451. echo -
  452. echo -  1. Install Presentation Manager for a standard IBM VGA card and verify
  453. echo -     Presentation Manager runs correctly.
  454. echo -
  455. echo -  2. Enter OS/2's installation sub-directory.
  456. echo -     (the default name is  C:\OS2\INSTALL)
  457. echo -
  458. echo -  3. Type DDINSTAL to execute device driver installation.  The program
  459. echo -     will  ask  you to insert your extended driver diskette in drive A
  460. echo -     (in this case, TVGA Driver/Utility Disk  2). It will then copy the
  461. echo -     Presentation Manager driver from your drive A. To complete driver
  462. echo -     installation,  you may be asked to  insert  the OS/2 Installation
  463. echo -     Driver Disk into Drive A.
  464. echo -
  465. echo -  4. Reboot your system.  Remember to leave the OS/2 Installation Disk
  466. echo -     in drive A until prompted to remove the disk.
  467. echo -
  468. PAUSE
  469. goto drivers
  470.  
  471. :123
  472. cls
  473. echo -
  474. echo - Lotus 1-2-3 Release 2.x
  475. echo - =======================
  476. echo - Steps:
  477. echo -
  478. echo -
  479. echo -
  480. echo -  1. Copy the drivers into your LOTUS directory by running
  481. echo -     the following command:
  482. echo -
  483. echo -     Command Format:  SET123 Lotus_Directory
  484. echo -     Example:         SET123 c:\lotus
  485. echo -
  486. echo -  2. Change to LOTUS directory.
  487. echo -
  488. echo -  3. Type LOTUS to open the Main Menu.
  489. echo -
  490. echo -  4. Select "INSTALL".
  491. echo -
  492. echo -  5. Select "Advanced options", and select again for
  493. echo -     "Add new driver to library".
  494. echo -
  495. pause
  496. echo -
  497. echo -  7. Choose "Modify current driver set".
  498. echo -
  499. echo -  8. Choose one of the text or graphics display options.
  500. echo -     In graphics display, choose
  501. echo -        TVGA 640x480 for Release 2
  502. echo -
  503. echo -     In text display, choose one of the following drivers:
  504. echo -        TVGA 80x30 Version 1.03
  505. echo -        TVGA 80x43 Version 1.03
  506. echo -        TVGA 80x60 Version 1.03
  507. echo -        TVGA 132x25 Version 1.03
  508. echo -        TVGA 132x30 Version 1.03
  509. echo -        TVGA 132x43 Version 1.03
  510. echo -        TVGA 132x60 Version 1.03
  511. echo -
  512. echo -  9. Save changes to complete installation.
  513. echo -
  514. PAUSE
  515. goto drivers
  516.  
  517. :symph
  518. cls
  519. echo -
  520. echo - Symphony Release 2.x
  521. echo - ====================
  522. echo - Steps:
  523. echo -
  524. echo -
  525. echo -
  526. echo -  1. Copy the drivers into your  Symphony directory by
  527. echo -     running the following command:
  528. echo -
  529. echo -     Command Format:  SETSYMPH Symphony_Directory
  530. echo -     Example:         SETSYMPH c:\symph
  531. echo -
  532. echo -  2. Change to Symphony directory.
  533. echo -
  534. echo -  3. Type "INSTALL" to run Symphony Install Program.
  535. echo -
  536. echo -  4. Select "Advanced Options", and select again for
  537. echo -     "Add New Drivers to Library".
  538. echo -
  539. echo -  5. Choose "Modify Current Driver Set".
  540. echo -
  541. pause
  542. echo -
  543. echo -  6. Choose one of the text or graphics display options.
  544. echo -     In graphics display, choose
  545. echo -        TVGA 640x480 for Release 2
  546. echo -
  547. echo -     In text display, choose one of the following drivers:
  548. echo -        TVGA 80x30 Version 1.03
  549. echo -        TVGA 80x43 Version 1.03
  550. echo -        TVGA 80x60 Version 1.03
  551. echo -        TVGA 132x25 Version 1.03
  552. echo -        TVGA 132x30 Version 1.03
  553. echo -        TVGA 132x43 Version 1.03
  554. echo -        TVGA 132x60 Version 1.03
  555. echo -
  556. echo -  7. Save changes to complete installation.
  557. echo -
  558. PAUSE
  559. goto drivers
  560.  
  561. :fw
  562. cls
  563. echo -
  564. echo - Framework II and Framework III release 1.x
  565. echo - ==========================================
  566. echo -
  567. echo - To install the TVGA high-resolution drivers for Framework II or
  568. echo - Framework III, you will need Framework II or III program release 1.x.
  569. echo - Throughout this section, "Framework" refers to Framework II or III.
  570. echo -
  571. echo -  1. Place Framework "SETUP" disk in drive A or go to your Framework
  572. echo -     directory (if you have installed Framework on hard disk), and type:
  573. echo -       SETUP    [Enter]  ; for Framework II, or
  574. echo -       SETUPFW  [Enter]  ; for Framework III
  575. echo -
  576. echo -  2. From the SETUP menu choose option 2, "ALL OTHER USES OF THE SETUP
  577. echo -     PROGRAM."
  578. echo -
  579. echo -  3. Select an appropriate location for the FWSETUP file from the
  580. echo -     choices outlined on the screen.
  581. echo -
  582. echo -  4. Select the CONFIGURATION option.
  583. echo -
  584. echo -  5. From the CONFIGURATION Menu, choose the PRIMARY HARDWARE option.
  585. echo -
  586. pause
  587. cls
  588. echo -
  589. echo -  6. Select in order, "Screen Driver", and "I want to enter my own
  590. echo -     driver file name.", Then enter the name of the driver you want
  591. echo -     to use with path:
  592. echo -              FW2\   for Framework II, or
  593. echo -              FW3\   for Framework III
  594. echo -     Table 10 lists the available driver names.
  595. echo -
  596. echo -
  597. echo -                TABLE 10A: Framework II Drivers
  598. echo -
  599. echo -      Desktop Screen                 Zoom Screen     Name
  600. echo -      --------------------------------------------------------
  601. echo -      132 x 25 text                  640 x 480       FW250.SC
  602. echo -      132 x 30 text                  640 x 480       FW251.SC
  603. echo -      132 x 43 text                  640 x 480       FW300.SC
  604. echo -      132 x 60 text                  640 x 480       FW301.SC
  605. echo -      132 x 25 text                  800 x 600       FW430.SC
  606. echo -      132 x 30 text                  800 x 600       FW431.SC
  607. echo -      132 x 43 text                  800 x 600       FW600.SC
  608. echo -      132 x 60 text                  800 x 600       FW601.SC
  609. echo -      640 x 480 Graph                640 x 480       FWG1.SC
  610. echo -      800 x 600 Graph                800 x 600       FWG2.SC
  611. echo -
  612. pause
  613. cls
  614. echo -
  615. echo -                TABLE 10B: Framework III Drivers
  616. echo -
  617. echo -      Desktop Screen                 Zoom Screen     Name
  618. echo -      ---------------------------------------------------------
  619. echo -      80  x 30 text                  800 x 600       F380x30.SC
  620. echo -      80  x 43 text                  800 x 600       F380x43.SC
  621. echo -      80  x 60 text                  800 x 600       F380x60.SC
  622. echo -      132 x 25 text                  800 x 600       F3132x25.SC
  623. echo -      132 x 30 text                  800 x 600       F3132x30.SC
  624. echo -      132 x 43 text                  800 x 600       F3132x43.SC
  625. echo -      132 x 60 text                  800 x 600       F3132x60.SC
  626. echo -      800x600 Graph (12 scanlines)   800 x 600       F3G12.SC
  627. echo -      800x600 Graph (14 scanlines)   800 x 600       F3G14.SC
  628. echo -      800x600 Graph (16 scanlines)   800 x 600       F3G16.SC
  629. echo -
  630. echo -
  631. echo -  7. When you have entered the driver name, type "M" to return the
  632. echo -     main menu.
  633. echo -
  634. echo -  8. From the Main Menu, type "7" to save all your settings.
  635. echo -
  636. pause
  637. cls
  638. echo -
  639. echo -  9. You will be prompted to insert the "SETUP Disk" into Drive A.  DO
  640. echo -     NOT INSERT THE "SETUP DISK"; instead, PLEASE INSERT "TVGA Utility
  641. echo -     Programs Disk 1", or indicate the FW drivers 's directory. Prepare
  642. echo -     an Utility Program Disk 1 according to Readme.doc before the setup.
  643. echo -
  644. echo -
  645. echo -  10. The "SETUP" program will ask you where you want to store the
  646. echo -     FWSETUP configuration file. Choose option "1" if you are running
  647. echo -     Framework from your floppy drive, or option "2" if you are using
  648. echo -     a hard disk drive. Strike any key to exit to DOS once you have
  649. echo -     made your choice.
  650. echo -
  651. echo -  11. Your high-resolution drivers for Framework are now ready to use.
  652. echo -     Just run framework II or III as usual; unless you want to configure
  653. echo -     a different resolution for Framework.
  654. echo -
  655. PAUSE
  656. goto drivers
  657.  
  658. :GEM3
  659. cls
  660. echo -
  661. echo - GEM/3 Desktop Ver 3.x
  662. echo - =====================
  663. echo - Steps:
  664. echo -
  665. echo -  1. Make sure GEM/3 has already been installed in the hard disk and
  666. echo -     working well. If not,you must first install GEM/3 with a screen
  667. echo -     from the original GEM/3 System Diskettes.
  668. echo -
  669. echo -  2. Insert original GEM/3 System Master Disk, run "GEMSETUP".
  670. echo -
  671. echo -  3. Select "CHANGE EXISTING CONFIGURATION", "CONTINUE","CHANGE YOUR
  672. echo -     CURRENT SETUP" and select the screen display to do the change.
  673. echo -
  674. echo -  4. When you are prompted to choose  the graphics card and display,
  675. echo -     you must choose the "OTHER PACK ......" and insert TVGA Utility
  676. echo -     Programs Disk 2 in drive A.
  677. echo -
  678. echo -  5. Select a suitable TVGA display driver.
  679. echo -
  680. echo -  6. Continue with the rest of the "GEMSETUP" program.
  681. echo -
  682. pause
  683. cls
  684. echo -
  685. echo - NOTE:
  686. echo -
  687. echo -  1. For more information about "GEMSETUP", see your GEM/3 manual.
  688. echo -
  689. echo -  2. You must install a screen from the original GEM/3 System
  690. echo -     Diskettes before installing a TVGA screen driver.
  691. echo -
  692. PAUSE
  693. goto drivers
  694.  
  695. :vp
  696. cls
  697. echo -
  698. echo -   Ventura 2.x & 3.x
  699. echo -   =================
  700. echo -
  701. echo -
  702. echo -   Prepare the Disk 2 according to Readme.doc, then
  703. echo -   insert TVGA Utility Programs Disk 2 into drive A
  704. echo -   and type the command below:
  705. echo -
  706. echo -       VPDRV2_0
  707. echo -
  708. goto exit
  709.  
  710. :win
  711. CLS
  712. echo -
  713. echo - Microsoft Windows Version 3.X
  714. echo - =============================
  715. echo - Steps:
  716. echo -
  717. echo -  1. First, install MS Windows 3.x using the standard IBM VGA driver.
  718. echo -
  719. echo -  2. Make sure Windows 3.X is working properly.
  720. echo -
  721. echo -  3. Enter the Windows 3.X directory (e.g., c:\windows), run SETUP.EXE.
  722. echo -
  723. echo -  4. Follow the instructions on the screen.  When you are prompted
  724. echo -     to choose the display adapter, choose the option "Other ...".
  725. echo -
  726. echo -  5. Select a suitable TRIDENT driver from the TVGA2\WIN directory, or
  727. echo -     form A:\WIN with Utility Programs Disk 2. Prepare Disk 2 according
  728. echo -     to the Readme.doc in your TVGA Utility Programs Diskette.
  729. echo -
  730. echo -  6. Follow instructions to finish SETUP.
  731. echo -
  732. echo -  Note:   For network installation or upgrade from our previous
  733. echo -          drivers, please refer to the README.TXT on TVGA2\WIN or
  734. echo -          Disk 2 \WIN sub-directory for detail information.
  735. echo -
  736. PAUSE
  737. goto drivers
  738.  
  739. :word
  740. CLS
  741. echo -
  742. echo - Microsoft Word  version 5.0
  743. echo - ===========================
  744. echo -
  745. echo -  The \WORD\SCREEN.VID in the TVGA Driver/Utility Disk 1 is MicroSoft Word
  746. echo -  5.0 driver which support high resolution text modes for TVGA board. The
  747. echo -  new text modes supported are: 80x60, 132x25, 132x30, 132x43 and 132x60.
  748. echo -
  749. echo -  NOTE:
  750. echo -    The new modes does not support mouse.
  751. echo -
  752. echo -  Installation:
  753. echo -  -------------
  754. echo -  1. To install the new driver, do the following command (assume your
  755. echo -     MS Word 5.0 is installed at "C:\WORD50" directory) :
  756. echo -
  757. echo -         COPY WORD\SCREEN.VID C:\WORD50
  758. echo -
  759. PAUSE
  760. CLS
  761. echo -  2. To use these new modes, press:
  762. echo -         [ESC]               ; Enter command status
  763. echo -         O                   ; Enter Option command
  764. echo -         move cursor to "display mode"
  765. echo -         [F1]                ; Display all valid modes
  766. echo -         select the mode by moving highlight bar or
  767. echo -              enter the correspond number
  768. echo -         [ENTER]
  769. echo -
  770. echo -   NOTE:
  771. echo -      When press [F1] to display the mode list, it displays only the
  772. echo -      number of lines in that mode without the number of columns.
  773. echo -      The mode list looks like:
  774. echo -              1. Text, 25 lines, 16 color
  775. echo -              2. Text, 43 lines, 16 color
  776. echo -              3. Text, 50 lines, 16 color
  777. echo -              4. Text, 60 lines, 16 color
  778. echo -              5. Text, 25 lines, 16 color
  779. echo -              6. Text, 30 lines, 16 color
  780. echo -              7. Text, 43 lines, 16 color
  781. echo -              8. Text, 60 lines, 16 color
  782. echo -       where 5 - 8 are 132 column modes.
  783. echo -
  784. PAUSE
  785. goto drivers
  786.  
  787. :wp
  788. cls
  789. echo -
  790. echo -
  791. echo -
  792. echo -   TVGA Screen Driver for WordPerfect
  793. echo -
  794. echo -        1 -  WordPerfect 4.x in Extended Text Mode
  795. echo -
  796. echo -        2 -  WordPerfect 5.0 in Extended Text Mode
  797. echo -
  798. echo -        3 -  WordPerfect 5.1 in Extended Text Mode
  799. echo -
  800. echo -        4 -  WordPerfect 5.0 in High Resolution Graphics Mode
  801. echo -
  802. echo -        5 -  WordPerfect 5.1 in High Resolution Graphics Mode
  803. echo -
  804. echo -
  805. echo - Enter a number to continue:
  806. echo -
  807. KEYIN
  808. IF ERRORLEVEL 49 IF NOT ERRORLEVEL 50 GOTO WP40
  809. IF ERRORLEVEL 50 IF NOT ERRORLEVEL 51 GOTO WP50T
  810. IF ERRORLEVEL 51 IF NOT ERRORLEVEL 52 GOTO WP51T
  811. IF ERRORLEVEL 52 IF NOT ERRORLEVEL 53 GOTO WP50G
  812. IF ERRORLEVEL 53 IF NOT ERRORLEVEL 54 GOTO WP51G
  813. IF ERRORLEVEL 27 IF NOT ERRORLEVEL 28 GOTO drivers
  814. goto wp
  815.  
  816. :WP40
  817. cls
  818. echo -
  819. echo - WordPerfect 4.x in Extended Text  Mode
  820. echo - ======================================
  821. echo - Steps:
  822. echo -
  823. echo -  1. Enter the WordPerfect sub-directory, type:  cd \wp.
  824. echo -
  825. echo -  2. Type WP/S to enter the WordPerfect SETUP program.
  826. echo -
  827. echo -  3. Select option 3, "Set Screen and Beep options."
  828. echo -
  829. echo -  4. Enter the Column and Row number according to your
  830. echo -     selection from SVM89.
  831. echo -
  832. echo -  5. Choose option 0 to accept the new configuration and
  833. echo -     exit WordPerfect.
  834. echo -
  835. echo -  6. Use SVM89 to select an extended text mode. Start WordPerfect.
  836. echo -
  837. PAUSE
  838. goto drivers
  839.  
  840. :WP50T
  841. cls
  842. echo -
  843. echo - WordPerfect 5.0 in Extended Text Mode
  844. echo - =====================================
  845. echo - Steps:
  846. echo -
  847. echo -  1. Run the SVM89.EXE program to select the extended text mode you want
  848. echo -     to use (e.g., 132 or 80 columns by 25, 30, 43, or 60 rows).
  849. echo -
  850. echo -  2. To implement an 80 column mode, simply enter WordPerfect from the
  851. echo -     directory containing the WordPerfect program (ie. c:\wp). Type:
  852. echo -        WP          [Enter]
  853. echo -
  854. echo -  3. To implement a 132 column mode, you may use the WordPerfect program
  855. echo -     to either adjust the paper size or changing the font size.
  856. echo -     Instructions for each of these procedures follows:
  857. echo -
  858. pause
  859. cls
  860. echo -
  861. echo -  Adjusting Paper Size:
  862. echo -  ---------------------
  863. echo -  a. Enter the WordPerfect program by typing:
  864. echo -        WP          [Enter]
  865. echo -
  866. echo -  b. Press SHIFT-F1 to bring up the SETUP menu. Press "5" to select
  867. echo -     Initial Settings and then "4" to select Initial Code.
  868. echo -
  869. echo -  c. Press SHIFT-F8 to bring up the FORMAT menu. Press "2" to select
  870. echo -     Page Format and then "8" to select Paper Size.
  871. echo -
  872. echo -  d. Configure the paper size to 14x11 inches and select standard paper
  873. echo -     type.
  874. echo -
  875. echo -  e. Return to the Word Processing mode. Once you have adjusted the page
  876. echo -     size, you need not repeat this procedure unless you want to change
  877. echo -     to a different display mode.
  878. echo -
  879. pause
  880. cls
  881. echo -
  882. echo -  Changing Font Size:
  883. echo -  -------------------
  884. echo -  a. Enter the WordPerfect program by typing:
  885. echo -        WP          [Enter]
  886. echo -
  887. echo -  b. Press SHIFT-F8 to select the Format Menu.
  888. echo -
  889. echo -  c. Press "3" to select to Document Format Menu.
  890. echo -
  891. echo -  d. Select Option 3 "Initial Font" from the Document Format Menu.
  892. echo -
  893. echo -  e. Choose a font of 16.5 pitch or greater from those available
  894. echo -     (available fonts depend on the printer you have selected).
  895. echo -
  896. echo -  f. Return to the Word Processing mode. The Initial Font selection
  897. echo -     you have made will be saved with your document.
  898. echo -
  899. pause
  900. cls
  901. echo -
  902. echo - Note:
  903. echo - * Upon exiting WP, please select the 80x25 VGA display mode,
  904. echo -   type:     SVM89 VGA
  905. echo -
  906. echo - * For convenience, you may put the following commands in batch files:
  907. echo -            SVM89  132xnn ( or   SVM89  80xnn )
  908. echo -            WP   %1
  909. echo -            SVM89  VGA
  910. echo -
  911. PAUSE
  912. goto drivers
  913.  
  914. :WP51T
  915. cls
  916. echo -
  917. echo - WordPerfect 5.1 Text Mode
  918. echo - =========================
  919. echo - Steps:
  920. echo -
  921. echo -  1. Make sure that TVGA Driver/Utility Disk 1 is in floppy drive A.
  922. echo -
  923. echo -  2. Copy driver files \WP51\TVGATEXT.VRS to the WordPerfect directory.
  924. echo -     For example, your WP 5.1 directory is "C:\WP51".
  925. echo -            COPY WP51\TVGATEXT.VRS C:\WP51
  926. echo -
  927. echo -  3. Enter WordPerfect from the directory containing the WordPerfect
  928. echo -     program (ie. C:\WP51). Type:
  929. echo -            WP
  930. echo -
  931. echo -  4. Press the SETUP key (Shift-F1), choose Display, select Text
  932. echo -     Screen Type, and choose the appropriate driver.
  933. echo -
  934. PAUSE
  935. goto drivers
  936.  
  937. :WP50G
  938. cls
  939. echo -
  940. echo - WordPerfect 5.0 in High Resolution Graphics Mode
  941. echo - ================================================
  942. echo - Steps:
  943. echo -
  944. echo -
  945. echo -
  946. echo -  1. Copy driver files WP5\T*.WPD to the WordPerfect directory.
  947. echo -     For example, your WP 5.0 directory is "C:\WP50".
  948. echo -            COPY WP5\T*.WPD C:\WP50
  949. echo -
  950. echo -  2. There are three driver files, they are:
  951. echo -        T800.WPD     --  800x600  16-color Graphics Driver
  952. echo -        T1024.WPD    --  1024x768 16-color Graphics Driver
  953. echo -        T768.WPD     --  768x1024 16-color Graphics Driver
  954. echo -
  955. echo -  3. Enter WordPerfect from the directory containing the WordPerfect
  956. echo -     program (ie. C:\WP50). Type:
  957. echo -            WP
  958. echo -
  959. echo -  4. Press the SETUP key (Shift-F1), choose Display, select Graphics
  960. echo -     Screen Type, and choose the appropriate driver.
  961. echo -
  962. PAUSE
  963. goto drivers
  964.  
  965. :WP51G
  966. cls
  967. echo -
  968. echo - WordPerfect 5.1 in High Resolution Graphics Mode
  969. echo - ================================================
  970. echo - Steps:
  971. echo -
  972. echo -
  973. echo -
  974. echo -  1. Copy driver files \WP51\TVGA16.VRS to the WordPerfect directory.
  975. echo -     For example, your WP 5.1 directory is "C:\WP51".
  976. echo -            COPY WP51\TVGA16.VRS C:\WP51
  977. echo -
  978. echo -  2. Enter WordPerfect from the directory containing the WordPerfect
  979. echo -     program (ie. C:\WP51). Type:
  980. echo -            WP
  981. echo -
  982. echo -  3. Press the SETUP key (Shift-F1), choose Display, select Graphics
  983. echo -     Screen Type, and choose the appropriate driver.
  984. echo -
  985. PAUSE
  986. goto drivers
  987.  
  988. :ws
  989. cls
  990. echo -
  991. echo - WordStar in 132-column mode
  992. echo - ===========================
  993. echo -
  994. echo -        1 -  WordStar Release 3.30
  995. echo -
  996. echo -        2 -  WordStar Release 4 or 5
  997. echo -
  998. echo -
  999. echo - Enter a number to continue:
  1000. echo -
  1001. KEYIN
  1002. IF ERRORLEVEL 49 IF NOT ERRORLEVEL 50 GOTO ws33
  1003. IF ERRORLEVEL 50 IF NOT ERRORLEVEL 51 GOTO ws40
  1004. IF ERRORLEVEL 27 IF NOT ERRORLEVEL 28 GOTO drivers
  1005. goto ws
  1006.  
  1007. :ws33
  1008. echo -
  1009. echo -  WordStar Release 3.30
  1010. echo -  ---------------------
  1011. echo -  1. Make a backup copy of WS.COM.
  1012. echo -
  1013. echo -  2. Rename the backup WS.COM file WS132.COM.
  1014. echo -
  1015. echo -  3. Follow the steps below to configure WS to 132 column mode:
  1016. echo -
  1017. echo -      a.  Copy 25, 30, 43, & 60 and MAKE.BAT from WS to the
  1018. echo -          directory where WS.COM located.
  1019. echo -
  1020. echo -      b.  MAKE ## WS132.COM
  1021. echo -              NOTE:   ## is the Number of rows (ie. 25, 30,43 or 60).
  1022. echo -                      Eg:     MAKE 43 WS132.COM
  1023. echo -
  1024. echo -      !! DEBUG.COM must be available (it is a standard DOS utility).
  1025. echo -
  1026. echo -  4. Use SVM89 to select an extended text mode.
  1027. echo -
  1028. echo -  5. Start WS by typing WS132.COM.
  1029. echo -
  1030. echo -
  1031. pause
  1032. goto wsnote
  1033.  
  1034. :ws40
  1035. echo -
  1036. echo -  WordStar   Release 4 or 5
  1037. echo -  -------------------------
  1038. echo -  1. Start WordStar's installation program by typing WSCHANGE.
  1039. echo -
  1040. echo -  2. Enter WS.EXE as the filename of your WS program file.
  1041. echo -     Enter WS132.EXE as the filename for new changes.
  1042. echo -
  1043. echo -  3. Choose option A for "Console options" and for "Monitor options".
  1044. echo -
  1045. echo -  4. Choose option C for "Screen Sizing".
  1046. echo -
  1047. echo -  5. Choose option A for "Height" and enter the value for
  1048. echo -     either 25, 30, 43 or 60 lines.
  1049. echo -
  1050. echo -  6. Choose option B for "Width" and enter the value for 80 or 132
  1051. echo -     columns.
  1052. echo -
  1053. echo -  7. Return to Main Menu by typing a series of X's.
  1054. echo -
  1055. echo -  8. Use SVM89 to select the screen format, type: SVM89 132xnn or SVM89
  1056. echo -     80xnn.
  1057. echo -
  1058. pause
  1059.  
  1060. :wsnote
  1061. echo -
  1062. echo - Note:
  1063. echo - * Upon exiting WS, please set display to 80x25 VGA display
  1064. echo -   mode by entering:  SVM89 VGA
  1065. echo -
  1066. echo - * For convenience, you may put the following comands in a batch file:
  1067. echo -            SVM89  132xnn ( or   SVM89  80xnn )
  1068. echo -            WS132
  1069. echo -            SVM89  VGA
  1070. echo -
  1071. PAUSE
  1072. goto drivers
  1073.  
  1074. :quattro
  1075. cls
  1076. echo -
  1077. echo -
  1078. echo -  Quattro Pro 2.x
  1079. echo -  ===============
  1080. echo -
  1081. echo -  To install the new extended display drivers for Quattro Pro, you will
  1082. echo -  need TVGA Utility Programs Disk 1 and Quattro Pro 2.x.
  1083. echo -
  1084. echo -  1. Copy the new display drivers from QPRO to the directory on your
  1085. echo -     hard drive where you have installed Quattro Pro.
  1086. echo -
  1087. echo -
  1088. echo -
  1089. echo -
  1090. echo -     COPY  QPRO\VIDEO.RSC  C:\QPRO
  1091. echo -
  1092. echo -  2. Enter the Quattro Pro program by typing: Q
  1093. echo -
  1094. echo -  3. Press "/O" to select the Options menu  and  "D" to select Display
  1095. echo -     Mode.
  1096. echo -
  1097. PAUSE
  1098. goto drivers
  1099.  
  1100. :ram_bios
  1101. ECHO EXECUTE PROG D
  1102. cls
  1103. echo -
  1104. echo - TVGA RAM BIOS
  1105. echo - =============
  1106. echo -   TVGA-RAM-BIOS allows you to keep the TVGA BIOS in the
  1107. echo -   system's active memory for faster display response.
  1108. echo -
  1109. echo -   Installation Procedures:
  1110. echo -   ------------------------
  1111. echo -
  1112. echo -  * Install TVGA RAM BIOS in CONFIG.SYS file
  1113. echo -
  1114. echo -      Add the line "DEVICE=TVGABIO.SYS" to your Config.sys file after
  1115. echo -    you copy TVGAUTIL\TVGABIO.SYS to c:\, then reboot the system.
  1116. echo -
  1117. echo -  * Install TVGA RAM BIOS in AUTOEXEC.BAT file
  1118. echo -
  1119. echo -      Add the line "TVGABIO" to your Autoexec.bat file after you copy
  1120. echo -    TVGAUTIL\TVGABIO to c:\, then reboot the system.
  1121. PAUSE
  1122. GOTO utilities
  1123.  
  1124. :tansi
  1125. cls
  1126. echo -
  1127. echo - TANSI.SYS
  1128. echo - =========
  1129. echo -   TANSI.SYS provides an enhanced ANSI screen driver for
  1130. echo -   standard output displays.  The driver allows more than
  1131. echo -   80 columns and 25 rows of text to be displayed on screen.
  1132. echo -
  1133. echo -   TANSI.SYS Installation
  1134. echo -   -----------------------
  1135. echo -
  1136. echo -     1.  COPY TVGAUTIL\TANSI.SYS  C:\.
  1137. echo -
  1138. echo -     2. Enter your CONFIG.SYS file and replace the line
  1139. echo -        DEVICE=ANSI.SYS with DEVICE=TANSI.SYS
  1140. echo -
  1141. echo -
  1142. echo -     3. Reboot the system.
  1143. echo -
  1144. PAUSE
  1145. GOTO utilities
  1146.  
  1147. :vesa
  1148. cls
  1149. echo -
  1150. echo -
  1151. echo -                VESA BIOS EXTENSION
  1152. echo -                ===================
  1153. echo -
  1154. echo -   To install the VESA Extensions:
  1155. echo -
  1156. echo -    1.  Copy the VESA BIOS  to  your hard disk drive by typing
  1157. echo -
  1158. echo -
  1159. echo -          COPY  TVGAUTIL\VESA.EXE  C:\
  1160. echo -
  1161. echo -    2.  To run the BIOS Extension  just type  VESA.EXE  from the root
  1162. echo -        directory on your hard drive. The program will stay resident
  1163. echo -        until you reboot the system.
  1164. echo -
  1165. echo -    3.  You may now configure your VESA supported application  (e.g.
  1166. echo -        Generic CAD5.0,  Generic CAD Level III,  Cadkey 4.0,  Deluxe
  1167. echo -        Paint II Enhanced, etc.) for a VESA driver.
  1168. echo -
  1169. echo -
  1170. PAUSE
  1171. GOTO utilities
  1172.  
  1173. :svm
  1174. cls
  1175. echo -                  SET VIDEO MODE (SVM89)
  1176. echo -                  ======================
  1177. echo -
  1178. echo -   SVM89 is designed to help the user select the correct video mode
  1179. echo -   for special applications or game programs which cannot
  1180. echo -   run in standard VGA modes (ie. EGA, CGA, Hercules, and 80 / 132
  1181. echo -   column modes).
  1182. echo -
  1183. echo -   Command Formats:
  1184. echo -       SVM89           Select Video Mode Menu
  1185. echo -       SVM89 ?         Help Message
  1186. echo -       SVM89 VGA       Select VGA 80x25 mode
  1187. echo -       SVM89 EGA       Select EGA mode
  1188. echo -       SVM89 CGA       Select CGA mode
  1189. echo -       SVM89 CGA -B    Reboot in CGA mode for stand-alone game programs.
  1190. echo -       SVM89 HERC      Select MDA/Hercules monochrome mode
  1191. echo -       SVM89 80x30     Select 80x30 column text mode
  1192. echo -       SVM89 80x43     Select 80x43 column text mode
  1193. echo -       SVM89 80x60     Select 80x60 column text mode
  1194. echo -       SVM89 132x25    Select 132x25 column text mode
  1195. echo -       SVM89 132x30    Select 132x30 column text mode
  1196. echo -       SVM89 132x43    Select 132x43 column text mode
  1197. echo -       SVM89 132x60    Select 132x60 column text mode
  1198. PAUSE
  1199. GOTO utilities
  1200.  
  1201. :modetest
  1202. cls
  1203. tvgautil\modetest
  1204. GOTO utilities
  1205.  
  1206. :crtc
  1207. cls
  1208. echo -
  1209. echo -
  1210. echo -                 CRTC Modification Program
  1211. echo -                 =========================
  1212. echo -
  1213. echo -    This program  is  designed to adjust CRTC parameters so that the
  1214. echo -    image  displayed  will be  optimally sized  and  centered on the
  1215. echo -    screen.
  1216. echo -
  1217. echo -    Adjustable  parameters  include  horizontal position  and  size,
  1218. echo -    vertical position  and  size ( the  vertical size  can  only  be
  1219. echo -    adjusted  very  little  because  most monitors  control vertical
  1220. echo -    size ),  and pixel frequency.
  1221. echo -
  1222. echo -    Before  you use this program,  please  use  MODETEST  to  verify
  1223. echo -    your  monitor  can  display a given mode. If your monitor display
  1224. echo -    is  adequately sized  and  centered  with  the default BIOS CRTC
  1225. echo -    parameters then you need not use this program.
  1226. echo -
  1227. echo -    A list of monitors with preprogrammed CRTC parameters is provided.
  1228. echo -    If your monitor is not listed,  you will need to create your own
  1229. echo -    listing.
  1230. echo -
  1231. pause
  1232. echo -
  1233. echo -
  1234. echo -
  1235. echo -
  1236. echo -    The Usage of CRTC Modification Program:
  1237. echo -    ---------------------------------------
  1238. echo -
  1239. echo -    1.  Create a directory entitled \TVGAUTIL on  your hard disk drive.
  1240. echo -
  1241. echo -
  1242. echo -    2.  Copy TVGACRTC.* from the directory TVGAUTIL to your newly
  1243. echo -        created directory.
  1244. echo -
  1245. echo -
  1246. echo -          COPY  TVGAUTIL\TVGACRTC.*  C:\TVGAUTIL
  1247. echo -
  1248. echo -    3.  To run the utility just type TVGACRTC.EXE from the newly created
  1249. echo -        directory C:\TVGAUTIL on your hard drive.
  1250. echo -
  1251. echo -
  1252. echo -
  1253. echo -
  1254. echo -
  1255. pause
  1256. GOTO utilities
  1257.  
  1258. :rixfix
  1259. cls
  1260. tvgautil\rixfix
  1261. GOTO utilities
  1262.  
  1263. :pmfix
  1264. cls
  1265. echo -
  1266. echo -
  1267. echo -                PMFIX   PROGRAM
  1268. echo -                ===============
  1269. echo -
  1270. echo -   PMFIX is designed to work with  OS/2  presentation  manager. If
  1271. echo -   you run  OS/2 PM  in  standard VGA mode on the TVGA8900/9000 board,
  1272. echo -   you  might see a white blank area at the top of the screen when
  1273. echo -   you swap screens between PM and full screen OS/2.  This program
  1274. echo -   corrects the problem. After you enter the program:
  1275. echo -
  1276. echo -          Press 'Y' to run the program,
  1277. echo -          or    'N' to return to the DOS screen.
  1278. echo -
  1279. echo -   To  execute  this  program  automatically,  add  it  into  your
  1280. echo -   C:\AUTOEXEC.BAT file in the following format:
  1281. echo -
  1282. echo -          PMFIX -Y
  1283. echo -
  1284. echo -
  1285. echo -   NOTE:
  1286. echo -   You have to enter the DOS screen once to activate AUTOEXEC.BAT.
  1287. echo -
  1288. PAUSE
  1289. GOTO utilities
  1290.  
  1291. :smonitor
  1292. cls
  1293. tvgautil\smonitor
  1294. GOTO utilities
  1295.  
  1296. :EXIT
  1297.