home *** CD-ROM | disk | FTP | other *** search
/ MPC Wizard 3.0 / WIZARD3_0.ISO / drivers / graf_a_g / ct_481_4 / setup.scp < prev   
Text File  |  1993-02-09  |  4KB  |  96 lines

  1. /**************************************************************************
  2.  *                                      *
  3.  *    Script file for Driver SETUP program                  *
  4.  *                                      *
  5.  *    First Edition:    February 28, 1990                  *
  6.  *                                      *
  7.  *    (C) Copyright 1990, Chips and Technologies, Inc.          *
  8.  *                                      *
  9.  **************************************************************************/
  10.  
  11. NOZIP    /* This is a uncompressed version */
  12.  
  13. /**************************************************************************
  14.  *    Resolution Definition                            *
  15.  **************************************************************************/
  16. ASSIGN    RALL,        "All Resolutions"
  17.  
  18. /**************************************************************************
  19.  *    Path Definition                           *
  20.  **************************************************************************/
  21. ASSIGN    WIN31,    "WIN31"
  22.  
  23. ASSIGN    Disk1,    "Driver Disk #1"
  24.  
  25. /**************************************************************************
  26.  *    Allocated Path with disk                      *
  27.  **************************************************************************/
  28.  
  29. ALLOC    Disk1, WIN31
  30.  
  31. /**************************************************************************
  32.  *    COLOR ATTRIBUTES FOR EACH SCREEN                  *
  33.  **************************************************************************/
  34. ATTRIBUTE {
  35.     LOGO    15,  1        /* Foreground, Background */
  36.     MENU1    15,  1, 4    /* Foreground, Background, Highlight */
  37.     MENU2    15,  3, 4    /* Foreground, Background, Highlight */
  38.     OTHERS    15,  2        /* Foreground, Background */
  39. }
  40.  
  41. /**************************************************************************
  42.  *    LOGO Menu Definition                          *
  43.  **************************************************************************/
  44. MENU LOGO {
  45. MESSAGE 2,15,"DISPLAY DRIVER SETUP PROGRAM   - version 1.01 -"
  46. MESSAGE 4,15,"(C) Copyright 1990-1992, Chips and Technologies, Inc."
  47. MESSAGE 10,15,"Application Display Drivers for 82C481"
  48. MESSAGE 14,15,"82C481 Display Driver Package Release 1.2"
  49. MESSAGE 18,15,"<<< Press any key to continue >>>"
  50. }
  51.  
  52.  
  53. /**************************************************************************
  54.  *    MENU1 Menu Definition                          *
  55.  **************************************************************************/
  56. MENU MENU1 {
  57. MESSAGE 1,15,     "Select any Application Driver to install"
  58. LINE    WN_31,     "Microsoft Windows Version 3.1"
  59. }
  60.  
  61. /**************************************************************************
  62.  *    MENU2 ENTRY Definition                          *
  63.  *    Copying Definition                          *
  64.  **************************************************************************/
  65.  
  66. WINDOW    WN_31 {
  67.     EXTRACT WIN31
  68.     PATH "C:\WINDOWS"
  69.     SCREEN WINDOWS31_ALL {
  70.         ENTRY    RALL
  71.         COPY    "OEM481.INF",  "SYSTEM\OEM481.INF"
  72.         COPY    "W3481.DRV",   "SYSTEM\W3481.DRV"
  73.         COPY    "W3481_16.DRV","SYSTEM\W3481_16.DRV"
  74.         COPY    "VDD481.386",  "SYSTEM\VDD481.386"
  75.         COPY    "VGACOLOR.2GR","SYSTEM\VGACOLOR.2GR"
  76.         COPY    "V7VGA.3GR",   "SYSTEM\V7VGA.3GR"
  77.         COPY    "8514FIX.FON", "SYSTEM\8514FIX.FON"
  78.         COPY    "8514OEM.FON", "SYSTEM\8514OEM.FON"
  79.         COPY    "8514SYS.FON", "SYSTEM\8514SYS.FON"
  80.         COPY    "COURF.FON",   "SYSTEM\COURF.FON"
  81.         COPY    "SERIFF.FON",  "SYSTEM\SERIFF.FON"
  82.         COPY    "SMALLF.FON",  "SYSTEM\SMALLF.FON"
  83.         COPY    "SSERIFF.FON", "SYSTEM\SSERIFF.FON"
  84.         COPY    "SYMBOLF.FON", "SYSTEM\SYMBOLF.FON"
  85.     }
  86.     GUIDE WN_31 {
  87.         LAYOUT    60, 7
  88.         "  Change to your Windows directory and type SETUP  "
  89.         "  to run the Windows Setup program.  Choose one of "
  90.         "  the new drivers marked by an *.  Please refer to "
  91.         "  the Display Drivers Users' Guide to complete the "
  92.         "  installation.                                    "
  93.     }
  94. }
  95.  
  96.