home *** CD-ROM | disk | FTP | other *** search
/ The Devil's Doorknob BBS Capture (1996-2003) / devilsdoorknobbbscapture1996-2003.iso / Dloads / MISSING / TVGA.ZIP / TVGAUTIL / README.BAT < prev    next >
DOS Batch File  |  1992-05-26  |  46KB  |  1,421 lines

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