home *** CD-ROM | disk | FTP | other *** search
/ Chip 1997 April (Special) / Chip-Special_1997-04_cd.bin / trident / ux64-utl / ux64-utl.exe / TVGAUTIL.ZIP / TVGA.BAT < prev    next >
DOS Batch File  |  1996-01-30  |  38KB  |  1,130 lines

  1.  
  2. echo off
  3. cls
  4. %1:
  5. cd \tvgautil
  6.  
  7. :PROMPT
  8. cls
  9. echo.
  10. echo.
  11. echo.
  12. echo      ╔═══════════════════════════════════════════════════════════════════╗
  13. echo      ║                                                                   ║
  14. type disk2
  15. echo      ║                                                                   ║
  16. echo      ╠═══════════════════════════════════════════════════════════════════╣
  17. echo      ║                                                                   ║
  18. echo      ║     A. Contents                                                   ║
  19. echo      ║                                                                   ║
  20. echo      ║     B. TVGA Utilities                                             ║
  21. echo      ║                                                                   ║
  22. echo      ║     C. Display Drivers                                            ║
  23. echo      ║                                                                   ║
  24. echo      ╠═══════════════════════════════════════════════════════════════════╣
  25. echo      ║                                                                   ║
  26. echo      ║     Select a letter to continue:          (  ESC to Exit )        ║
  27. echo      ║                                                                   ║
  28. echo      ╚═══════════════════════════════════════════════════════════════════╝
  29. echo.
  30. echo.
  31. echo.
  32. echo.
  33. :menu1
  34. %1:
  35. cd \tvgautil
  36. KEYIN
  37. IF ERRORLEVEL 65 IF NOT ERRORLEVEL 66 GOTO content
  38. IF ERRORLEVEL 97 IF NOT ERRORLEVEL 98 GOTO content
  39. IF ERRORLEVEL 66 IF NOT ERRORLEVEL 67 GOTO utilities
  40. IF ERRORLEVEL 98 IF NOT ERRORLEVEL 99 GOTO utilities
  41. IF ERRORLEVEL 67 IF NOT ERRORLEVEL 68 GOTO drivers
  42. IF ERRORLEVEL 99 IF NOT ERRORLEVEL 100 GOTO drivers
  43. IF ERRORLEVEL 27 IF NOT ERRORLEVEL 28 GOTO EXIT
  44. goto menu1
  45.  
  46. :content
  47. cls
  48. type %1:\tvgautil\content\content1.1
  49. PAUSE
  50. cls
  51. type %1:\tvgautil\content\content1.2
  52. pause
  53. cls
  54. type %1:\tvgautil\content\content1.3
  55. pause
  56. cls
  57. type %1:\tvgautil\content\content1.4
  58. pause
  59. cls
  60. type %1:\tvgautil\content\content1.5
  61. pause
  62. GOTO PROMPT
  63.  
  64. :utilities
  65. cls
  66. echo -
  67. echo -
  68. echo -    This file tells how to install your video configuration
  69. echo -    utilities.  To select a utility, type the letter corresponding to
  70. echo -    the name (for example, press D for instructions for TPATCH).
  71. echo -    To return to the main menu, press ENTER.
  72. echo -
  73. echo -    TVGA Utilities List
  74. echo -    ===================
  75. echo -
  76. echo -      A. SVM         -  Set All TVGA Modes
  77. echo -      B. SMONITOR    -  Select Monitor Group and Type(Color/Mono)
  78. echo -      C. TMONITOR    -  Monitor selection and screen adjust Program
  79. echo -      D. TPATCH      -  TVGA General Purpose Patch Program
  80. echo -      
  81. echo -
  82. echo -    Select a utility
  83. echo -    or
  84. echo -    press ENTER to return to the main menu.
  85.  
  86. %1:
  87. cd \tvgautil
  88. KEYIN
  89. IF ERRORLEVEL 65 IF NOT ERRORLEVEL 66 GOTO svm
  90. IF ERRORLEVEL 97 IF NOT ERRORLEVEL 98 GOTO svm
  91. IF ERRORLEVEL 66 IF NOT ERRORLEVEL 67 GOTO smonitor
  92. IF ERRORLEVEL 98 IF NOT ERRORLEVEL 99 GOTO smonitor
  93. IF ERRORLEVEL 67 IF NOT ERRORLEVEL 68 GOTO crtc
  94. IF ERRORLEVEL 99 IF NOT ERRORLEVEL 100 GOTO crtc
  95. IF ERRORLEVEL 68 IF NOT ERRORLEVEL 69 GOTO tpatch
  96. IF ERRORLEVEL 100 IF NOT ERRORLEVEL 101 GOTO tpatch
  97. IF ERRORLEVEL 27 IF NOT ERRORLEVEL 28 GOTO PROMPT
  98. GOTO PROMPT
  99.  
  100. :drivers
  101. cls
  102. echo -
  103. echo -    This file tells how to install high-resolution drivers
  104. echo -    for DOS applications.  To select an application, type the letter
  105. echo -    corresponding to the name (for example, press C for instructions 
  106. echo -    for Symphony).  To return to the main menu, press Enter.
  107. echo -
  108. echo -    TVGA Display Drivers List
  109. echo -    =========================
  110. echo -        A.  AutoCAD/386 Rel 10, 11, 12 
  111. echo -        B.  Lotus 1-2-3           - Release 2.1 & 2.2
  112. echo -        C.  Symphony              - Release 2.x
  113. echo -        D.  GEM Desktop           - Release 3.xx
  114. echo -        E.  Ventura               - Version 2.x & 3.x
  115. echo -        F.  WordPerfect           - Release 4 and above
  116. echo -        G.  MS Word               - Version 5.0
  117. echo -        H.  MS Word               - Version 5.5
  118. echo -        I.  MS Windows            - Version 3.1
  119. echo -        J.  Quattro Pro           - Version 2.x
  120. echo -        K.  Windows NT Driver     - Version 3.5
  121. echo -
  122. echo -    Select an application
  123. echo -    or
  124. echo -    Press ENTER to return to the main menu.
  125.  
  126. %1:
  127. cd \tvgautil
  128. KEYIN
  129. IF ERRORLEVEL 65 IF NOT ERRORLEVEL 66 GOTO acad
  130. IF ERRORLEVEL 97 IF NOT ERRORLEVEL 98 GOTO acad
  131. IF ERRORLEVEL 66 IF NOT ERRORLEVEL 67 GOTO 123
  132. IF ERRORLEVEL 98 IF NOT ERRORLEVEL 99 GOTO 123
  133. IF ERRORLEVEL 67 IF NOT ERRORLEVEL 68 GOTO symph
  134. IF ERRORLEVEL 99 IF NOT ERRORLEVEL 100 GOTO symph
  135. IF ERRORLEVEL 68 IF NOT ERRORLEVEL 69 GOTO gem3
  136. IF ERRORLEVEL 100 IF NOT ERRORLEVEL 101 GOTO gem3
  137. IF ERRORLEVEL 69 IF NOT ERRORLEVEL 70 GOTO vp
  138. IF ERRORLEVEL 101 IF NOT ERRORLEVEL 102 GOTO vp
  139. IF ERRORLEVEL 70 IF NOT ERRORLEVEL 71 GOTO wp
  140. IF ERRORLEVEL 102 IF NOT ERRORLEVEL 103 GOTO wp
  141. IF ERRORLEVEL 71 IF NOT ERRORLEVEL 72 GOTO word
  142. IF ERRORLEVEL 103 IF NOT ERRORLEVEL 104 GOTO word
  143. IF ERRORLEVEL 72 IF NOT ERRORLEVEL 73 GOTO word55
  144. IF ERRORLEVEL 104 IF NOT ERRORLEVEL 105 GOTO word55
  145. IF ERRORLEVEL 73 IF NOT ERRORLEVEL 74 GOTO win
  146. IF ERRORLEVEL 105 IF NOT ERRORLEVEL 106 GOTO win
  147. IF ERRORLEVEL 74 IF NOT ERRORLEVEL 75 GOTO quattro
  148. IF ERRORLEVEL 106 IF NOT ERRORLEVEL 107 GOTO quattro
  149. IF ERRORLEVEL 75 IF NOT ERRORLEVEL 76 GOTO ntdrv
  150. IF ERRORLEVEL 107 IF NOT ERRORLEVEL 108 GOTO ntdrv
  151. IF ERRORLEVEL 27 IF NOT ERRORLEVEL 28 GOTO PROMPT
  152. goto PROMPT
  153.  
  154. :acad
  155. cls
  156. echo -
  157. echo -
  158. echo -
  159. echo - AutoCAD TurboDLD Classic Driver by Panacea for Trident
  160. echo - ====================================================== 
  161. echo -
  162. echo -  TurboDLD Classic Driver by Panacea is a combined display 
  163. echo -  interface and rendering driver. It supports DOS versions 
  164. echo -  of AutoCAD 10/386, 11/386 and 12. It offers the follwing
  165. echo -  resolutions for the drawing editor:
  166. echo -
  167. echo -      640x480   - 16  colors   
  168. echo -      800x600   - 16  colors   
  169. echo -      1024x768  - 16  colors   
  170. echo -      1280x1024 - 16  colors   
  171. echo -      640x480   - 256 colors   
  172. echo -      800x600   - 256 colors    
  173. echo -      1024x768  - 256 colors    (1MB Video RAM required)
  174. echo -      1280x1024 - 256 colors    (2MB Video RAM required)
  175. echo -      512x480   - 32K colors    (1MB Video RAM required)
  176. echo -      640x480   - 32K colors    (1MB Video RAM required)
  177. echo -      800x600   - 32K colors    (1MB Video RAM required)
  178. echo -      512x480   - 65K colors    (1MB Video RAM required)
  179. echo -      640x480   - 65K colors    (1MB Video RAM required)
  180. echo -      800x600   - 65K colors    (1MB Video RAM required)
  181. echo -
  182. pause
  183. cls
  184. echo -
  185. echo -
  186. echo -  and for rendering:
  187. echo -
  188. echo -      640x480   - 256 colors   
  189. echo -      800x600   - 256 colors    
  190. echo -      1024x768  - 256 colors    (1MB Video RAM required)
  191. echo -      1280x1024 - 256 colors    (2MB Video RAM required)
  192. echo -      512x480   - 32K colors    (1MB Video RAM required)
  193. echo -      640x480   - 32K colors    (1MB Video RAM required)
  194. echo -      800x600   - 32K colors    (1MB Video RAM required)
  195. echo -      512x480   - 65K colors    (1MB Video RAM required)
  196. echo -      640x480   - 65K colors    (1MB Video RAM required)
  197. echo -      800x600   - 65K colors    (1MB Video RAM required)
  198. echo -
  199. echo -
  200. pause
  201. cls
  202. echo -  To install the display drivers for AutoCAD 10/386, 11/386 or
  203. echo -  12, you need this Driver/Utility Disk and the proper AutoCAD 
  204. echo -  386 Release.
  205. echo -
  206. echo -  IMPORTANT:  Make sure you have installed AutoCAD  with the
  207. echo -  IBM Standard VGA driver and you can bring up the AutoCAD
  208. echo -  Drawing editor screen.
  209. echo -
  210. echo - AutoCAD/386 Rel 10/11
  211. echo - ---------------------
  212. echo -
  213. echo -  1. Change the directory to \TVGAUTIL\ACAD on your hard drive, for 
  214. echo -     example, C:,  type:
  215. echo -          install
  216. echo -     follow the installation steps, The TurboDLD Classic Driver 
  217. echo -     and the other files will be copied to the proper ACAD working 
  218. echo -     subdirectory. 
  219. echo -
  220. pause
  221. cls
  222. echo -  2. Run DLD386's FASTCAD.BAT, or copy the commands in this file to 
  223. echo -     AUTOEXEC.bat file in your system before you run the AutoCAD.
  224. echo -     FASTCAD.BAT sets the environment variables including DLDCFG,
  225. echo -     DSPADI, RDPADI and RCPADI. 
  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.
  231. echo -
  232. echo -  5. Choose ADI P386 v4.0/4.1 display, it will bring out TurboDLD's
  233. echo -     configuration menu, follow the configue menu to select 
  234. echo -     proper graphics board, resolution.
  235. echo -
  236. echo -  6. A number of prompts follow.  They allow you to select the
  237. echo -     graphics  area background color, text color (for the menu
  238. echo -     status line and command prompt areas of the screen),
  239. echo -     text background color,  border color,  and  dialog box/
  240. echo -     button outline color.  To select the default colors, press
  241. echo -     [Return] at each prompt.  To select a different color,
  242. echo -     enter the desired color number at the given prompt.
  243. echo -
  244. pause
  245. cls
  246. echo -
  247. echo - AutoCAD/386 Rel 12
  248. echo - ------------------
  249. echo -
  250. echo -  Display Driver Installation Procedures
  251. echo -
  252. echo -
  253. echo -  1. Change the directory to \TVGAUTIL\ACAD on your hard drive, for 
  254. echo -     example, C:,  type:
  255. echo -          install
  256. echo -     follow the installation steps, The TurboDLD Classic Driver 
  257. echo -     and the other files will be copied to the proper ACAD working 
  258. echo -     subdirectory. 
  259. echo -
  260. echo -  2. Install the display driver for the drawing editor and
  261. echo -     for rendering, as described following.
  262. pause
  263. cls
  264. echo -
  265. echo -  Drawing Editor Installation Procedures
  266. echo -
  267. echo -    1. Bring up your AutoCAD Drawing Editor screen.
  268. echo -    2. Select CONFIGURE in the File pull-down menu. AutoCAD
  269. echo -       then switches to a text screen.
  270. echo -    3. Select 3 to configure the video display.  AutoCAD then
  271. echo -       shows your current video display.
  272. echo -    4. Answer Y to select a different driver.
  273. echo -    5. Select "TRIDENT MICROSYSTEMS (C) Panacea Inc". It will bring
  274. echo -       out the TurboDLD's configuration menu, follow the menu to
  275. echo -       select your resolution preference.  (Make sure you have
  276. echo -       enough video memory for the resolution.)
  277. echo -    6. Save your selection and exit from TurboDLD's configuration.
  278. echo -    8. Enter 0 to return to the Drawing Editor screen.
  279. echo -    9. Answer Y to save configuration changes.
  280. echo -
  281. echo -
  282. echo -
  283. pause
  284. cls
  285. echo -
  286. echo -
  287. echo -
  288. echo -  Rendering Installation Procedures
  289. echo -
  290. echo -
  291. echo -    1. Make sure you have installed Rendering for AutoCAD Rel 12.
  292. echo -    2. In the Drawing Editor screen, select Preferences in the
  293. echo -       Render pull-down menu.
  294. echo -    3. If you have previously configured Preferences for rendering,
  295. echo -       select Reconfigure in the Rendering Preferences dialog
  296. echo -       box.  Otherwise, it switches directly to a text screen.
  297. echo -    4. Select 2 to configure rendering driver.
  298. echo -    5. Select "AutoCAD's configured P386 ADI combined display/
  299. echo -       rendering driver."
  300. echo -    6. Select your resolution preference for rendering.
  301. echo -    7. Select your rendering view preference.
  302. echo -    8. Enter 0 to return to the Drawing Editor screen.
  303. echo -    9. Answer Y to save configuration changes.
  304. echo -   10. Click OK to close the Rendering Preferences dialog box.
  305. echo -
  306. echo -
  307. echo -
  308. PAUSE
  309. goto drivers
  310.  
  311.  
  312. :123
  313. cls
  314. echo -
  315. echo - Lotus 1-2-3 Release 2.1 &2.2
  316. echo - ============================
  317. echo -
  318. echo -  1. Make sure the files from the TVGA Driver/Utility Disk are
  319. echo -     installed on your hard disk.
  320. echo -
  321. echo -  2. At the prompt of the TVGAUTIL directory, run SET123 to copy
  322. echo -     the 1-2-3 drivers to your Lotus directory, like this:
  323. echo -
  324. echo -     Command Format:  SET123 Lotus_Directory
  325. echo -     Example:         SET123 c:\lotus
  326. echo -
  327. echo -  3. Move to your LOTUS directory.
  328. echo -
  329. echo -  4. Type LOTUS to open the Main Menu.
  330. echo -
  331. echo -  5. Select Install.
  332. echo -
  333. echo -  6. Select Advanced Options, and then select
  334. echo -     "Add new driver to library."
  335. echo -
  336. pause
  337. cls
  338. echo -
  339. echo -  7. Choose "Modify current driver set."
  340. echo -
  341. echo -  8. Choose one of the text or graphics display options.
  342. echo -     For graphics display mode, choose
  343. echo -        TVGA 640x480 for Release 2
  344. echo -
  345. echo -     For text display mode, choose one of the following drivers:
  346. echo -        TVGA 80x30 Version 1.03
  347. echo -        TVGA 80x43 Version 1.03
  348. echo -        TVGA 80x60 Version 1.03
  349. echo -        TVGA 132x25 Version 1.03
  350. echo -        TVGA 132x30 Version 1.03
  351. echo -        TVGA 132x43 Version 1.03
  352. echo -        TVGA 132x60 Version 1.03
  353. echo -
  354. echo -  9. Save your changes to complete the installation.
  355. echo -
  356. PAUSE
  357. goto drivers
  358.  
  359. :symph
  360. cls
  361. echo -
  362. echo - Symphony Release 2.x
  363. echo - ====================
  364. echo -
  365. echo -  1. Make sure the files from the TVGA Driver/Utility Disk are
  366. echo -     installed on your hard disk.
  367. echo -
  368. echo -  2. At the prompt of the TVGAUTIL directory, run SETSYMPH to copy
  369. echo -     the Symphony drivers to your Symphony directory, like this:
  370. echo -
  371. echo -     Command Format:  SETSYMPH Symphony_Directory
  372. echo -     Example:         SETSYMPH c:\symph
  373. echo -
  374. echo -  3. Move to the Symphony directory.
  375. echo -
  376. echo -  4. Type INSTALL to run the Symphony Install program.
  377. echo -
  378. echo -  5. Select Advanced Options, and then select
  379. echo -     "Add New Drivers to Library."
  380. echo -
  381. echo -  6. Choose "Modify Current Driver Set."
  382. echo -
  383. pause
  384. cls
  385. echo -
  386. echo -  7. Choose one of the text or graphics display options.
  387. echo -     For graphics display mode, choose
  388. echo -        TVGA 640x480 for Release 2
  389. echo -
  390. echo -     For text display mode, choose one of the following drivers:
  391. echo -        TVGA 80x30 Version 1.03
  392. echo -        TVGA 80x43 Version 1.03
  393. echo -        TVGA 80x60 Version 1.03
  394. echo -        TVGA 132x25 Version 1.03
  395. echo -        TVGA 132x30 Version 1.03
  396. echo -        TVGA 132x43 Version 1.03
  397. echo -        TVGA 132x60 Version 1.03
  398. echo -
  399. echo -  8. Save your changes to complete the installation.
  400. echo -
  401. PAUSE
  402. goto drivers
  403.  
  404. :GEM3
  405. cls
  406. echo - GEM/3 Desktop  Release 3.xx
  407. echo - ===========================
  408. echo -
  409. echo -  1. Make sure GEM/3 is already installed on your hard disk and
  410. echo -     is working well. If not, you must first install GEM/3 with a
  411. echo -     screen driver from the original GEM/3 System Diskettes.
  412. echo -
  413. echo -  2. When prompted by this program, insert a formatted diskette in
  414. echo -     drive A:.  TGUI9400CXi driver files will be copied to the
  415. echo -     diskette, creating a GEM/3 drivers diskette.
  416. echo -
  417. echo -  3. Insert the original GEM/3 System Master Disk and run GEMSETUP.
  418. echo -
  419. echo -  4. Select CHANGE EXISTING CONFIGURATION, CONTINUE, and CHANGE YOUR
  420. echo -     CURRENT SETUP. Then select the SCREEN DISPLAY.
  421. echo -
  422. echo -  5. When you are prompted to choose the graphics card and display,
  423. echo -     choose OTHER PACK ......  and insert your new GEM/3 drivers
  424. echo -     diskette.
  425. echo -
  426. echo -  6. Select a suitable TVGA display driver.
  427. echo -
  428. echo -  7. Continue with the rest of the GEMSETUP program.
  429. pause
  430. cls
  431. echo -
  432. echo - NOTE:
  433. echo -
  434. echo -  1. For more information about GEMSETUP, see your GEM/3 manual.
  435. echo -
  436. echo -  2. You must install a screen driver from the original GEM/3 System
  437. echo -     Diskette before installing a TVGA screen driver.
  438. echo -
  439. echo -
  440. pause
  441. cls
  442. echo.
  443. echo   ******************************************************************
  444. echo   *                                                                *
  445. echo   *    Do you want to prepare a TRIDENT GEM/3 drivers disk?        *
  446. echo   *                                                                *
  447. echo   *       1. YES         2. NO                                     *
  448. echo   *                                                                *
  449. echo   *    Select a number to continue:         (ESC to Exit)          *
  450. echo   *                                                                *
  451. echo   ******************************************************************
  452. echo.
  453. :if_gem3
  454. KEYIN
  455. IF ERRORLEVEL  49 IF NOT ERRORLEVEL  50 GOTO p_gem3
  456. IF ERRORLEVEL  89 IF NOT ERRORLEVEL  90 GOTO p_gem3
  457. IF ERRORLEVEL 121 IF NOT ERRORLEVEL 122 GOTO p_gem3
  458. IF ERRORLEVEL  50 IF NOT ERRORLEVEL  51 GOTO drivers
  459. IF ERRORLEVEL  78 IF NOT ERRORLEVEL  79 GOTO drivers
  460. IF ERRORLEVEL 110 IF NOT ERRORLEVEL 111 GOTO drivers
  461. IF ERRORLEVEL 27 IF NOT ERRORLEVEL 28 GOTO drivers
  462. goto if_gem3
  463.  
  464. :p_gem3
  465. gem.bat
  466. goto drivers
  467.  
  468. :vp
  469. cls
  470. call vp
  471. c:
  472. goto drivers
  473.  
  474. :win
  475. CLS
  476. echo - Microsoft Windows Version 3.1
  477. echo - =============================
  478. echo -
  479. echo - Please follow the directions in the file README.TXT, found 
  480. echo - in Disk1 of Driver/Utility.
  481. echo -
  482. PAUSE
  483. goto drivers
  484.  
  485. :word
  486. CLS
  487. echo -
  488. echo - Microsoft Word  version 5.0
  489. echo - ===========================
  490. echo -
  491. echo -  SCREEN.VID in directory  %2:\TVGAUTIL\WORD is a driver for
  492. echo -  Microsoft Word 5.0 that supports high-resolution text modes.
  493. echo -  Text modes supported are 80x60, 132x25, 132x30, 132x43 and 132x60.
  494. echo -
  495. echo -  NOTE:  These high-resolution modes do not support a mouse.
  496. echo -
  497. echo -  Installation:
  498. echo -  -------------
  499. echo -  1. To install the new driver, copy SCREEN.VID to your Word 5.0
  500. echo -     directory: (assuming Word 5.0 is in C:\WORD50):
  501. echo -
  502. echo -         COPY  %2:\TVGAUTIL\WORD\SCREEN.VID  C:\WORD50
  503. echo -
  504. PAUSE
  505. CLS
  506. echo -  2. To use the new modes, press:
  507. echo -         [ESC]               ; Enter command status, then
  508. echo -         O                   ; Enter Option command.
  509. echo -         Move the cursor to "display mode", and press
  510. echo -         [F1]                ; Display all valid modes
  511. echo -         Select the mode by moving the highlight bar or
  512. echo -         typing the corresponding number then hit
  513. echo -         [ENTER]
  514. echo -
  515. echo -   NOTE:
  516. echo -      The mode list displays only the number of lines in a
  517. echo -      mode, without the number of columns, like this:
  518. echo -              1. Text, 25 lines, 16 color
  519. echo -              2. Text, 43 lines, 16 color
  520. echo -              3. Text, 50 lines, 16 color
  521. echo -              4. Text, 60 lines, 16 color
  522. echo -              5. Text, 25 lines, 16 color
  523. echo -              6. Text, 30 lines, 16 color
  524. echo -              7. Text, 43 lines, 16 color
  525. echo -              8. Text, 60 lines, 16 color
  526. echo -      Modes 5 - 8 are 132 column modes.
  527. echo -
  528. PAUSE
  529. goto drivers
  530.  
  531. :word55
  532. CLS
  533. echo -
  534. echo - Microsoft Word  version 5.5
  535. echo - ===========================
  536. echo -
  537. echo -  SCREEN.VID in directory  %2:\TVGAUTIL\WORD55 is a driver for Microsoft
  538. echo -  Word 5.5 that supports high-resolution text and graphic modes.
  539. echo -
  540. echo -  Text modes supported are 80x60, 132x25, 132x30, 132x43 and 132x60.
  541. echo -  Graphic modes supported are 640x480 16-color and 800x600 16-color.
  542. echo -
  543. echo -
  544. echo -  Installation:
  545. echo -  -------------
  546. echo -  1. Change to directory  %2:\TVGAUTIL\WORD55.
  547. echo -
  548. echo -  2. Type SETUP.  Then follow the instructions on the screen to
  549. echo -     install the high-resolution drivers.
  550. echo -
  551. PAUSE
  552. goto drivers
  553.  
  554. :wp
  555. cls
  556. echo -
  557. echo -
  558. echo -
  559. echo -   TVGA Screen Drivers for WordPerfect
  560. echo -
  561. echo -        1 -  WordPerfect 5.1 in Extended Text Mode
  562. echo -
  563. echo -        2 -  WordPerfect 6.0 in Extended Text Mode
  564. echo -
  565. echo -        3 -  WordPerfect 5.1 in High-Resolution Graphics Mode
  566. echo -
  567. echo -        4 -  WordPerfect 6.0 in High-Resolution Graphics Mode
  568. echo -
  569. echo -
  570. echo - Enter a number ( 1 - 4 ) to continue
  571. echo - or
  572. echo - press ESC to return the driver menu
  573. echo -
  574.  
  575. %1:
  576. cd \tvgautil
  577. KEYIN
  578. IF ERRORLEVEL 49 IF NOT ERRORLEVEL 50 GOTO WP51T
  579. IF ERRORLEVEL 50 IF NOT ERRORLEVEL 51 GOTO WP60T
  580. IF ERRORLEVEL 51 IF NOT ERRORLEVEL 52 GOTO WP51G
  581. IF ERRORLEVEL 52 IF NOT ERRORLEVEL 53 GOTO WP60G
  582. IF ERRORLEVEL 27 IF NOT ERRORLEVEL 28 GOTO drivers
  583. goto wp
  584.  
  585. :WP40
  586. cls
  587. echo -
  588. echo - WordPerfect 4.x in Extended Text  Mode
  589. echo - ======================================
  590. echo -
  591. echo -  1. Move to your WordPerfect subdirectory (e.g., type CD \WP).
  592. echo -
  593. echo -  2. Type WP/S to start the WordPerfect SETUP program.
  594. echo -
  595. echo -  3. Select option 3, "Set Screen and Beep options."
  596. echo -
  597. echo -  4. Enter the number of Columns and Rows in the text mode you 
  598. echo -     desire (e.g., 80x60).
  599. echo -
  600. echo -  5. Choose option 0 to accept the new configuration and
  601. echo -     exit WordPerfect.
  602. echo -
  603. echo -  6. Use SVM to select the extended text mode. Start WordPerfect.
  604. echo - 
  605. PAUSE
  606. goto drivers
  607.  
  608. :WP50T
  609. cls
  610. echo -
  611. echo - WordPerfect 5.0 in Extended Text Mode
  612. echo - =====================================
  613. echo -
  614. echo -  1. Run the SVM utility to select the extended text mode you want
  615. echo -     to use (e.g., 132 or 80 columns by 25, 30, 43, or 60 rows).
  616. echo -
  617. echo -  2. WordPerfect uses an 80-column mode by default.  You need not
  618. echo -     make any adjustments to the program.  Simply enter the program
  619. echo -     and run it without reconfiguring.
  620. echo -
  621. echo -  3. If you selected 132-column mode in SVM, you need to adjust the 
  622. echo -     paper size OR change the font size from within WordPerfect (but
  623. echo -     not both).
  624. echo -     Instructions for both operations follow:
  625. echo -
  626. pause
  627. cls
  628. echo -
  629. echo -  Adjusting Paper Size:
  630. echo -  ---------------------
  631. echo -  1. Enter WordPerfect.
  632. echo -
  633. echo -  2. Press SHIFT-F1 to bring up the SETUP menu. Press 5 to select
  634. echo -     Initial Settings and then 4 to select Initial Code.
  635. echo -
  636. echo -  3. Press SHIFT-F8 to bring up the FORMAT menu. Press 2 to select
  637. echo -     Page Format and then 8 to select Paper Size.
  638. echo -
  639. echo -  4. Configure the paper size to 14 x 11 inches and select standard
  640. echo -     paper type.
  641. echo -
  642. echo -  5. Return to word processing mode. Once you have adjusted the page
  643. echo -     size, you need not repeat this procedure unless you want to
  644. echo -     change to a different display mode.
  645. echo -
  646. pause
  647. cls
  648. echo -
  649. echo -  Changing Font Size:
  650. echo -  -------------------
  651. echo -  1. Enter WordPerfect.
  652. echo -
  653. echo -  2. Press SHIFT-F8 to select the Format Menu.
  654. echo -
  655. echo -  3. Press 3 to select to Document Format Menu.
  656. echo -
  657. echo -  4. Select Option 3, Initial Font, from the Document Format Menu.
  658. echo -
  659. echo -  5. Choose a font of 16.5 pitch or greater from those available
  660. echo -     (available fonts depend on which printer you have selected).
  661. echo -
  662. echo -  6. Return to word processing mode. The Initial Font selection
  663. echo -     you have made will be saved with your document.
  664. echo -
  665. pause
  666. cls
  667. echo -
  668. echo - NOTES:  After you leave WordPerfect, return your display to
  669. echo -         80x25 VGA display mode by typing  SVM VGA
  670. echo -
  671. echo -         You may find it convenient to put the following command
  672. echo -         lines in a batch file:
  673. echo -            SVM  132xnn (or,  SVM  80xnn)
  674. echo -            WP
  675. echo -            SVM  VGA
  676. echo -
  677. PAUSE
  678. goto drivers
  679.  
  680. :WP51T
  681. cls
  682. echo -
  683. echo - WordPerfect 5.1 Text Mode
  684. echo - =========================
  685. echo -
  686. echo -  1. Make sure the files from your TVGA Driver/Utility Disk are
  687. echo -     installed on your hard disk.
  688. echo -
  689. echo -  2. Copy the file TVGATEXT.VRS from the \WP51 subdirectory to your
  690. echo -     WordPerfect directory.  For example, if your WP 5.1 directory is
  691. echo -     C:\WP51, type
  692. echo -
  693. echo -            COPY  %2:\TVGAUTIL\WP51\TVGATEXT.VRS  C:\WP51
  694. echo -
  695. echo -  3. Enter WordPerfect from the directory containing the WordPerfect
  696. echo -     program (e.g., C:\WP51).
  697. echo -
  698. echo -  4. Press the SETUP key (Shift-F1), choose Display, select Text
  699. echo -     Screen Type, and choose the desired driver.
  700. echo -
  701. PAUSE
  702. goto drivers
  703.  
  704.  
  705.  
  706.  
  707. :WP60T
  708. cls
  709. echo - WordPerfect 6.0 Text Mode
  710. echo - =========================
  711. echo -
  712. echo -  1. Make sure that the files on your TVGA Driver/Utility Disk are
  713. echo -     installed on your hard disk.
  714. echo -
  715. echo -  2. Copy the file TVGA6TXT.VRS from the \WP60 subdirectory to your
  716. echo -     WordPerfect directory. For example, if your WP 6.0 directory is
  717. echo -     C:\WP60, type
  718. echo -
  719. echo -            COPY  %2:\TVGAUTIL\WP60\TVGA6TXT.VRS  C:\WP60
  720. echo -
  721. echo -  3. Enter WordPerfect from the directory containing the WordPerfect
  722. echo -     program (e.g., C:\WP60).
  723. echo -
  724. echo -  4. Make sure you are in WordPerfect 6.0 text mode (there will be
  725. echo -     either a check mark or an asterisk in front of Text Mode in
  726. echo -     the VIEW menu).
  727. echo -
  728. echo -  5. Click SETUP (or press Shift-F1) in the FILE menu, and choose
  729. echo -     Display.  Then select 2, Text Mode Screen Type/Colors, and
  730. echo -     select Screen Type.  To install a Trident driver, select
  731. echo -     Trident VGA, then choose the desired screen resolution.
  732. PAUSE
  733. goto drivers
  734.  
  735. :WP50G
  736. cls
  737. echo -
  738. echo -   WordPerfect 5.0 in High-Resolution Graphics Mode
  739. echo -   ================================================
  740. echo -
  741. echo -   The WordPerfect 5.0 graphics driver is not on this disk.
  742. echo -   Please contact your dealer if you need this driver.
  743. echo -
  744. echo -
  745. PAUSE
  746. goto drivers
  747.  
  748. :WP51G
  749. cls
  750. echo -
  751. echo - WordPerfect 5.1 in High-Resolution Graphics Mode
  752. echo - ================================================
  753. echo -
  754. echo -  1. Make sure that the files on your TVGA Driver/Utility Disk are
  755. echo -     installed on your hard disk.
  756. echo -
  757. echo -  2. Copy the file TVGA16.VRS from the \WP51 subdirectory to your
  758. echo -     WordPerfect directory.  For example, if your WP 5.1 directory
  759. echo -     is C:\WP51, type
  760. echo -
  761. echo -            COPY  %2:\TVGAUTIL\WP51\TVGA16.VRS  C:\WP51
  762. echo -
  763. echo -  3. Enter WordPerfect from the directory containing the WordPerfect
  764. echo -     program.
  765. echo -
  766. echo -  4. Press the SETUP key (Shift-F1), choose Display, select Graphics
  767. echo -     Screen Type, and choose the desired driver.
  768. echo -
  769. PAUSE
  770. goto drivers
  771.  
  772. :WP60G
  773. cls
  774. echo - WordPerfect 6.0 in High-Resolution Graphics Mode
  775. echo - ================================================
  776. echo -  WordPerfect 6.0 for DOS offers a text mode and a graphics mode.
  777. echo -  The file WPTEXT.TXT tells how to install Trident text mode drivers.
  778. echo -                                                   
  779. echo -  For graphics mode, you can install the VESA driver and select a
  780. echo -  resolution from 640x480  up to 1280x1024.
  781. echo -
  782. echo -  1. Run the WordPerfect installation program to select the VESA
  783. echo -     driver that comes with WP6.0.
  784. echo -
  785. echo -  2. Enter WordPerfect and select Graphic Mode from the View menu.
  786. echo -
  787. echo -  3. Select Setup from the File menu, then select the Display submenu.
  788. echo -     Choose 1 to select a different graphics mode driver.  Choose 1
  789. echo -     for Screen Type.  Highlight and select VESA VBE, then select
  790. echo -     the resolution you prefer.  Follow the program instructions
  791. echo -     to finish the installation.
  792. echo -
  793. PAUSE
  794. goto drivers
  795.  
  796. :quattro
  797. cls
  798. echo -
  799. echo -
  800. echo -  Quattro Pro 2.x
  801. echo -  ===============
  802. echo -
  803. echo -  1. Make sure that the files on your TVGA Driver/Utility Disk are
  804. echo -     installed on your hard disk.
  805. echo -
  806. echo -  2. Copy the display drivers from  %2:\TVGAUTIL\QPRO to the Quattro
  807. echo -     Pro directory on your hard drive.
  808. echo -
  809. echo -     To copy the files to your \QPRO directory on your hard drive,
  810. echo -     just type:
  811. echo -
  812. echo -          COPY  %2:\TVGAUTIL\QPRO\VIDEO.RSC  C:\QPRO
  813. echo -
  814. echo -  3. Enter Quattro Pro by typing Q.
  815. echo -
  816. echo -  4. Press /O to select the Options menu  and  D to select Display
  817. echo -     Mode.
  818. echo -      
  819. PAUSE
  820. goto drivers
  821.  
  822. :ntdrv
  823. cls
  824. echo -
  825. echo -
  826. echo -   Microsoft Windows NT Driver
  827. echo -   ===========================
  828. echo -
  829. rem echo -        1 -  Windows NT 3.1
  830. echo -
  831. echo -        1 -  Windows NT 3.5
  832. echo -
  833. echo -
  834. echo - Enter a number ( 1 ) to continue 
  835. echo - or
  836. echo - press ESC to return the driver menu
  837. echo -
  838.  
  839. %1:
  840. cd \tvgautil
  841. KEYIN
  842. rem IF ERRORLEVEL 49 IF NOT ERRORLEVEL 50 GOTO NT31
  843. IF ERRORLEVEL 49 IF NOT ERRORLEVEL 51 GOTO NT35
  844. IF ERRORLEVEL 27 IF NOT ERRORLEVEL 28 GOTO drivers
  845. goto ntdrv
  846.  
  847. :nt31
  848. cls
  849. echo - 
  850. echo -
  851. echo - Microsoft WindowsNT 3.1 Driver
  852. echo - ==============================
  853. echo -
  854. echo - 1. Introduction
  855. echo -
  856. echo -  This is a accelerate driver,  runs on the following products:
  857. echo -  
  858. echo -  Trident 96X0 XGi VESA or PCI local bus adapter
  859. echo -
  860. echo -  The Graphics device drivers supplied here are for the Microsoft 
  861. echo -  the Windows NT operating system version 3.1.
  862. echo -  
  863. echo -  The drivers will substitute 640x480 by 256 colors if the mode selected
  864. echo -  is NOT supported by the trident 96X0 hardware.
  865. echo - 
  866. echo - 
  867. echo - 
  868. pause
  869. cls
  870. echo - 
  871. echo - 2. Supported Resolutions.
  872. echo -
  873. echo -               16 colors     256 colors    65000 colors    16.7 million
  874. echo -   Resolutions   4 bpp         8 bpp         16 bpp          24 bpp
  875. echo -  
  876. echo -     640x480     1/2/4MB       1/2/4MB        1/2/4MB           1/2/4MB
  877. echo -     800x600     1/2/4MB       1/2/4MB        1/2/4MB             2/4MB
  878. echo -     1024x768    1/2/4MB       1/2/4MB        1/2/4MB               4MB
  879. echo -     1280x1024   1/2/4MB         2/4MB            N/A               N/A
  880. echo -     1600x1200   1/2/4MB         2/4MB            N/A               N/A
  881. echo -  
  882. echo -   1/2/4MB   -  Supported on 1, 2 or 4 Megabyte trident 96X0 products
  883. echo -   N/A       -  Not Supported
  884. echo -
  885. echo -  
  886. echo -
  887. pause
  888. cls
  889. echo -
  890. echo -
  891. echo - 3. Installation Notes for Windows NT
  892. echo -  
  893. echo -   This driver package containing:
  894. echo - 
  895. echo -   - XGI.SYS          (Trident XGi Graphics miniport driver)
  896. echo -   - XGI.DLL          (Trident XGi Graphics display  driver)
  897. echo -   - OEMSETUP.INF     (setup files used by Windows NT Setup program)
  898. echo -   - README           (This README file for Windows NT Version 3.1)
  899. echo - 
  900. echo -   Windows NT drivers are included on Disk #2 of this package. They are
  901. echo -   located in the \TVGAUTIL\NTDRV\NT31 sub-directory in you hard disk
  902. echo -   after install the utility.
  903. echo -  
  904. echo -   Procedure:
  905. echo - 
  906. echo -   1. Run the Windows NT Setup program located in the Program Manager, 
  907. echo -      Main group.
  908. echo -  
  909. echo -   2. Select Change System settings, from the Options pulldown menu.
  910. echo - 
  911. echo -   3. Select Other, from the display options.
  912. echo -
  913. pause   
  914. cls
  915. echo -
  916. echo -   4. NT will prompt you for the correct path, enter the directory where
  917. echo -      NT driver is located, for example, C:\TVGAUTIL\NTDRV\NT31.
  918. echo - 
  919. echo -   5. A list of all drivers will appears, select the resolution and color
  920. echo -      depth desired.
  921. echo -  
  922. echo -   6. Restart Windows NT.  Windows NT will start up using the trident 94XX
  923. echo -      Linear Addressing drivers.
  924. echo -
  925. echo -   Note: If you select a color depth or resolution, not supported by your
  926. echo -         card, NT will substitute 640x480, 256 color for the display.
  927. echo -
  928. echo - 
  929. pause
  930. GOTO ntdrv
  931.  
  932. :nt35
  933. cls
  934. echo - 
  935. echo -
  936. echo - Microsoft WindowsNT 3.5 Driver
  937. echo - ==============================
  938. echo -
  939. echo - 1. Introduction
  940. echo -
  941. echo -  This is a accelerate driver,  runs on the following products:
  942. echo -  
  943. echo -  Trident 96X0 XGi VESA or PCI local bus adapter
  944. echo -
  945. echo -  The Graphics device drivers supplied here are for the Microsoft 
  946. echo -  the Windows NT operating system version 3.5.
  947. echo -  
  948. echo -  The drivers will substitute 640x480 by 256 colors if the mode selected
  949. echo -  is NOT supported by the trident 96X0 hardware.
  950. echo - 
  951. echo - 
  952. echo - 
  953. pause
  954. cls
  955. echo - 
  956. echo - 2. Supported Resolutions.
  957. echo -
  958. echo -                    256 colors    65000 colors    16.7 million
  959. echo -   Resolutions        8 bpp         16 bpp          24 bpp
  960. echo -  
  961. echo -     640x480          1/2/4MB        1/2/4MB           1/2/4MB
  962. echo -     800x600          1/2/4MB        1/2/4MB             2/4MB
  963. echo -     1024x768         1/2/4MB        1/2/4MB               4MB
  964. echo -     1280x1024          2/4MB            N/A               N/A
  965. echo -     1600x1200          2/4MB            N/A               N/A
  966. echo -  
  967. echo -   1/2/4MB   -  Supported on 1, 2 or 4 Megabyte trident 96X0 products
  968. echo -   N/A       -  Not Supported
  969. echo -
  970. echo -  
  971. echo -
  972. pause
  973. cls
  974. echo -
  975. echo -
  976. echo - 3. Installation Notes for Windows NT
  977. echo -  
  978. echo -   This driver package containing:
  979. echo - 
  980. echo -   - XGI.SYS          (Trident XGi Graphics miniport driver)
  981. echo -   - XGI.DLL          (Trident XGi Graphics display  driver)
  982. echo -   - OEMSETUP.INF     (setup files used by Windows NT Setup program)
  983. echo -   - README           (This README file for Windows NT Version 3.5)
  984. echo - 
  985. echo -   Windows NT drivers are included on Disk #2 of this package. They are
  986. echo -   located in the \TVGAUTIL\NTDRV\NT35 sub-directory in you hard disk
  987. echo -   after install the utility.
  988. echo -  
  989. echo -   Procedure:
  990. echo - 
  991. echo -   1. Run the Windows NT Setup program located in the Program Manager, 
  992. echo -      Main group.
  993. echo -  
  994. echo -   2. Select Change System settings, from the Options pulldown menu.
  995. echo - 
  996. echo -   3. Select Other, from the display options.
  997. echo -
  998. pause   
  999. cls
  1000. echo -
  1001. echo -   4. NT will prompt you for the correct path, enter the directory where
  1002. echo -      NT driver is located, for example, C:\TVGAUTIL\NTDRV\NT35.
  1003. echo - 
  1004. echo -   5. A list of all drivers will appears, select the resolution and color
  1005. echo -      depth desired.
  1006. echo -  
  1007. echo -   6. Restart Windows NT.  Windows NT will start up using the trident 94XX
  1008. echo -      Linear Addressing drivers.
  1009. echo -
  1010. echo -   Note: If you select a color depth or resolution, not supported by your
  1011. echo -         card, NT will substitute 640x480, 256 color for the display.
  1012. echo -
  1013. echo - 
  1014. pause
  1015. goto ntdrv
  1016.  
  1017. :svm
  1018. cls
  1019. echo -
  1020. echo -
  1021. echo -                  SET VIDEO MODE (SVM)
  1022. echo -                  ====================
  1023. echo -
  1024. echo -   SVM lets you select display modes and resolutions for
  1025. echo -   programs that do not run in standard VGA modes.  It offers
  1026. echo -   both extended-resolution modes and backward-compatible modes.
  1027. echo -   The program is totally self-explanatory.
  1028. echo -
  1029. echo -   You may leave SVM in the \TVGAUTIL\UTILITY subdirectory or
  1030. echo -   you may wish to copy it to a more accessible directory.
  1031. echo -
  1032. echo -   To run the utility, just type SVM at the prompt of the directory
  1033. echo -   where SVM.EXE is located.
  1034. echo -
  1035. PAUSE
  1036. GOTO utilities
  1037.  
  1038. :crtc
  1039. cls
  1040. echo -          Monitor Select and Screen adjusting Program
  1041. echo -          ===========================================
  1042. echo -
  1043. echo -    TMONITOR is designed to select the monitors, select refresh 
  1044. echo -    rate and adjust CRTC parameters so that the image on the CRT
  1045. echo -    is optimally sized and centered on the screen.
  1046. echo -    Adjustable parameters include horizontal position and size,
  1047. echo -    vertical position and size (the vertical size can only be
  1048. echo -    adjusted a little because most monitors control vertical
  1049. echo -    size), and refresh rate.
  1050. echo -
  1051. echo -    1.  Because TMONITOR creates new monitor configuration files,
  1052. echo -        we recommend that you create a directory named \CRTC on
  1053. echo -        your hard drive by typing  MD TMONITOR at the root directory.
  1054. echo -
  1055. echo -    2.  Then copy the files you need from the UTILITY subdirectory
  1056. echo -        to your new directory.  Type
  1057. echo -
  1058. echo -          COPY  %2:\TVGAUTIL\UTILITY\TMONITOR.*  C:\TMONITOR
  1059. echo -
  1060. echo -    3.  To run the utility, type TMONITOR from the newly created
  1061. echo -        directory C:\TMONITOR on your hard drive.  The program is
  1062. echo -        self-explanatory.
  1063. pause
  1064. GOTO utilities
  1065.  
  1066. :smonitor
  1067. cls
  1068. echo -                 Set Monitor (SMONITOR) Program
  1069. echo -                 ==============================
  1070. echo -
  1071. echo -    SMONITOR is designed to set the monitor group and the monitor type.
  1072. echo -
  1073. echo -    1. Set Monitor Group:
  1074. echo -
  1075. echo -    The graphics extended mode set by the graphics card's BIOS is 
  1076. echo -    sorted as 8 groups by the monitor's refresh rate. The higher the 
  1077. echo -    refresh rate of the monitor, the higher the group is used. Usually, 
  1078. echo -    the higher group covers  the modes in the lower group. The group
  1079. echo -    setting as below:
  1080. echo -    
  1081. echo -    GROUP TYPE 640X400 640X480 800X600 1024X768 1280X1024  1600X1200
  1082. echo -      0   31k     70      60     56       56      87i        87i
  1083. echo -      1   35k     70      60     60       60      87i        87i
  1084. echo -      2   48k     70      75     75       75      87i        87i
  1085. echo -      3   57k     70      85     75       75      87i        87i
  1086. echo -      4   65k     70      95     85       85      60         96i
  1087. echo -      5   72k     70      95     85       85      60         96i
  1088. echo -      6   82k     70      95     95       95      60         96i
  1089. echo -      7   100k    70      95     95       95      60         96i
  1090. echo -
  1091. echo -    The default group number is 2
  1092. pause
  1093. cls
  1094. echo -
  1095. echo -    If you want set the monitor group, type:
  1096. echo -
  1097. echo -          SMONITOR GROUP
  1098. echo -
  1099. echo -    where GROUP is one of the group number listed above.
  1100. echo -
  1101. echo -
  1102. echo -    2. Set monitor Color
  1103. echo -
  1104. echo -    You can use SMONITOR program to set the monitor as color or 
  1105. echo -    monochrome dislpay format. for set color monitor, type:
  1106. echo -
  1107. echo -          SMONITOR C
  1108. echo -
  1109. echo -    or type:
  1110. echo -
  1111. echo -          SMONITOR M
  1112. echo -
  1113. echo -    to set monochrome monitor.
  1114. echo -
  1115. pause
  1116. cls
  1117. GOTO utilities
  1118.  
  1119. :tpatch
  1120. cls
  1121. %1:
  1122. cd \tvgautil\utility
  1123. tpatch
  1124. cd ..
  1125. GOTO utilities
  1126.  
  1127. :EXIT
  1128.  
  1129.  
  1130.