home *** CD-ROM | disk | FTP | other *** search
/ The Devil's Doorknob BBS Capture (1996-2003) / devilsdoorknobbbscapture1996-2003.iso / Dloads / OTHERUTI / WIN30-1.ZIP / SETUP.INF < prev    next >
INI File  |  1990-05-01  |  49KB  |  1,050 lines

  1.  
  2. [setup]
  3.     help   = setup.hlp
  4.  
  5. ;   place any programs here that should be run at the end of setup.
  6. ;   these apps will be run in order of their appearance here
  7. [run]
  8.  
  9. [dialog]
  10.     caption  = "Windows Setup"
  11.     exit     = "Exit Windows Setup"
  12.     title    = "Installing Windows 3.0"
  13.     options  = "In addition to installing Windows 3.0, you can:"
  14.  
  15. [data]
  16.     ; Min hard disk space required for installation.
  17.     neededspace386 = 6300000
  18.     neededspace286 = 4500000
  19.     neededspaceNet = 200000
  20.     ;  Name of the Windows startup program
  21.     startup = WIN.COM
  22.     ;  Default dir for installing Win, MUST include a drive letter
  23.     defdir = C:\WINDOWS
  24.     ;     -- screen messages --
  25.     ;  short name of the program
  26.     shortname = Windows
  27.     ;  long name of the program (including version)
  28.     welcome = "Microsoft Windows Version 3.00"
  29.     ;  Default language driver.
  30.     deflang = usa
  31.     ;  DefCodePage defines which translation table to use if we cannot get
  32.     ;  code page information from DOS ie we are not under 3.30 or newer.
  33.     defxlat = 437
  34.     ; this indicates what country you are in via the country keyboard
  35.     ; DLL.  we special case the usadll to see if we are in the USA
  36.     defkeydll = usadll
  37.     ;  Name of a program invoked after completing setup
  38.     exec    = "win.com"
  39.     execcmd = "/r /q:"
  40.     ; This is the logo data file that will be used in the case of
  41.       installation of a 2.X display driver.
  42.     2xlogodata = 2:cgalogo.rle
  43.     ; this is the cmd line that is executed for the online docs
  44.     readme = "notepad /.setup readme.txt"
  45.  
  46. ; Here are the names of the disks Setup can prompt for.
  47. ; There must be a disk name for each disk number used
  48. ;
  49. ; The disk number '0' is reserved to represent the windows setup directory
  50. ; the directory may be relative to the directory SETUP was run from.
  51. ;
  52. ; the format is:
  53. ;
  54. ; n = path,disk name,disk tag file
  55. ;
  56. ; n           disk "number"  1-9,A-Z (single char only!)
  57. ; path        path of disk n
  58. ; name        name of disk n
  59. ; disk tag    a file on disk n (used to determine if disk is in drive)
  60. [disks]
  61.     1 =. ,"Microsoft Windows 3.0 Disk #1",disk1
  62.     2 =. ,"Microsoft Windows 3.0 Disk #2",disk2
  63.     3 =. ,"Microsoft Windows 3.0 Disk #3",disk3
  64.     4 =. ,"Microsoft Windows 3.0 Disk #4",disk4
  65.     5 =. ,"Microsoft Windows 3.0 Disk #5",disk5
  66.     6 =. ,"Microsoft Windows 3.0 Disk #6",disk6
  67.     7 =. ,"Microsoft Windows 3.0 Disk #7",disk7
  68.  
  69. ; These files will be copied to the windows SYSTEM directory
  70. [windows.system]
  71.     1:kernel.exe
  72.     1:gdi.exe
  73.     1:user.exe
  74.     1:win.cnf
  75.  
  76. ; These files will be copied to the windows ROOT directory
  77. [windows]
  78.     1:setup.hlp
  79.     1:winhelp.hlp
  80.     1:winhelp.exe
  81.     2:win.src         ,Net
  82.     2:system.src      ,Net
  83.  
  84. [shell]
  85.     progman.exe, "Windows Program Manager"
  86.  
  87. [display]
  88. ; The string following the driver description specifies the screen
  89. ; resolution. It is used to match the system and OEM character sets
  90. ; with the display selection.
  91. ;
  92. ;profile = driver,         Description of driver,                       resolution,    286 grabber,    logo code,       VDD,            386grabber,   ega.sys    logo data     
  93. ;
  94. 8514     = 2:8514.drv,     "8514/a",                                    "100,120,120", 5:vgacolor.gr2, 2:vgalogo.lgo,   5:vdd8514.386,  5:8514.gr3,,             2:vgalogo.rle
  95. cga      = 2:cga.drv,      "CGA",                                       "200,96,48",   5:cga.gr2,      2:cgalogo.lgo,   5:vddcga.386,   5:cga.gr3,,              2:cgalogo.rle
  96. plasma   = 2:plasma.drv,   "Compaq Portable Plasma",                    "100,96,96",   5:cga.gr2,      2:cgalogo.lgo,   5:vddcga.386,   5:plasma.gr3, , 2:cgalogo.rle
  97. egahires = 2:ega.drv,      "EGA",                                       "133,96,72",   5:egacolor.gr2, 2:egalogo.lgo,   x:*vddega,      5:ega.gr3,    5:ega.SYS, 2:egalogo.rle
  98. egahibw  = 2:egahibw.drv,  "EGA black and white (286 only)",            "133,96,72",   5:egacolor.gr2, 2:cgalogo.lgo,,,                               5:ega.SYS, 2:cgalogo.rle
  99. egamono  = 2:egamono.drv,  "EGA Monochrome (286 only)",                 "133,96,72",   5:egamono.gr2,  2:egamono.lgo,,,                               5:ega.SYS, 2:egamono.rle
  100. hercules = 2:hercules.drv, "Hercules Monochrome",                       "133,96,72",   5:hercules.gr2, 2:herclogo.lgo,  5:vddherc.386,  5:herc.gr3,,             2:herclogo.rle
  101. mcga     = 2:vgamono.drv,  "IBM MCGA (286 only)",            "100,96,96",   5:vgacolor.gr2, 2:cgalogo.lgo,,,,                     2:cgalogo.rle
  102. olibw    = 2:olibw.drv,    "Olivetti/AT&T Monochrome or PVC Display",   "120,96,80",   5:oligrab.gr2,  2:cgalogo.lgo,   5:vddcga.386,   5:plasma.gr3,,           2:cgalogo.rle
  103. sv400a   = 2:sv400a.drv,   "Olivetti OEC Color Display or AT&T VDC750", "120,96,80",   5:sv400a.gr2,   2:egalogo.lgo,,,,                          2:egalogo.rle
  104. ct441    = 2:vga.drv,      "QuadVGA, ATI VIP VGA, 82C441 VGAs",         "100,96,96",   5:vgacolor.gr2, 2:vgalogo.lgo,   5:vddct441.386, 5:vga.gr3,,              2:vgalogo.rle
  105. vga      = 2:vga.drv,      "VGA",                                       "100,96,96",   5:vgacolor.gr2, 2:vgalogo.lgo,   x:*vddvga,      5:vga.gr3,,              2:vgalogo.rle
  106. vgamono  = 2:vgamono.drv,  "VGA with Monochrome display",               "100,96,96",   5:vgamono.gr2,  2:vgalogo.lgo,   x:*vddvga,      5:vgamono.gr3,,          2:vgalogo.rle
  107. v7vga    = 2:v7vga.drv,    "Video Seven VGA with 512K",                 "100,96,96",   5:vgacolor.gr2, 2:vgalogo.lgo,   x:*vddvga,     5:v7vga.gr3,,            2:vgalogo.rle
  108.  
  109. ; copy these fonts depending on the 386 grabber being used
  110. [VGAMONO.GR3]
  111. 5:CGA40WOA.FON,5:CGA40850.FON
  112. 5:CGA80WOA.FON,5:CGA80850.FON
  113. 5:EGA40WOA.FON,5:EGA40850.FON
  114. 5:EGA80WOA.FON,5:EGA80850.FON
  115.  
  116. [VGA.GR3]
  117. 5:CGA40WOA.FON,5:CGA40850.FON
  118. 5:CGA80WOA.FON,5:CGA80850.FON
  119. 5:EGA40WOA.FON,5:EGA40850.FON
  120. 5:EGA80WOA.FON,5:EGA80850.FON
  121.  
  122. [V7VGA.GR3]
  123. 5:CGA40WOA.FON,5:CGA40850.FON
  124. 5:CGA80WOA.FON,5:CGA80850.FON
  125. 5:EGA40WOA.FON,5:EGA40850.FON
  126. 5:EGA80WOA.FON,5:EGA80850.FON
  127.  
  128. [EGA.GR3]
  129. 5:CGA40WOA.FON,5:CGA40850.FON
  130. 5:CGA80WOA.FON,5:CGA80850.FON
  131. 5:EGA40WOA.FON,5:EGA40850.FON
  132. 5:EGA80WOA.FON,5:EGA80850.FON
  133.  
  134. [8514.GR3]
  135. 5:CGA40WOA.FON,5:CGA40850.FON
  136. 5:CGA80WOA.FON,5:CGA80850.FON
  137. 5:EGA40WOA.FON,5:EGA40850.FON
  138. 5:EGA80WOA.FON,5:EGA80850.FON
  139.  
  140. [PLASMA.GR3]
  141. 5:EGA40WOA.FON,5:EGA40850.FON
  142. 5:EGA80WOA.FON,5:EGA80850.FON
  143.  
  144. [CGA.GR3]
  145. 5:CGA40WOA.FON,5:CGA40850.FON
  146. 5:CGA80WOA.FON,5:CGA80850.FON
  147.  
  148. [HERC.GR3]
  149. 5:HERCWOA.FON,5:HERC850.FON
  150.  
  151. [keyboard.drivers]
  152. ; The driver description string    is followed by the number of the OEM
  153. ; Terminal font    character set required.     This is the same as the integer
  154. ; at the end of    the line for these fonts in the    [oemfonts] section.
  155. kbd      = 2:keyboard.drv
  156. kbdoli   = 2:kbdoli.drv
  157. kbdhp    = 2:kbdhp.drv
  158.  
  159. [keyboard.types]
  160. ; The drivers are more specific to the machine while the types listed here
  161. ; are more specific to the type of keyboard. In the USA 
  162. ; (if devkeydll == usadll) and the DLL field in not NULL the listed DLL 
  163. ; must be installed. 
  164. t3s0alat  = "All AT type keyboards (84 - 86 keys)"             ,nodll
  165. t1s2at&t  = "AT&T '301' keyboard"                              ,nodll
  166. t1s4at&t  = "AT&T '302' keyboard"                              ,nodll
  167. t4s0enha  = "Enhanced 101 or 102 key US and Non US keyboards"  ,nodll
  168. t3s0hp1   = "Hewlett-Packard Vectra keyboard (DIN)"            ,nodll
  169. t4s40oliv = "Olivetti 101/102 A keyboard"                      ,nodll
  170. t1s0oliv  = "Olivetti 83 key keyboard"                         ,nodll
  171. t3s10oliv = "Olivetti 86 Key keyboard"                         ,nodll
  172. t2s1oliv  = "Olivetti M24 102 key keyboard"                    ,usadll
  173. t1s42oliv = "PC-XT 83 key keyboard"                            ,nodll
  174. t1s0pcxt  = "PC/XT - Type keyboard (84 keys)"                  ,nodll
  175.  
  176. [keyboard.tables]
  177. ; These are the dll that must be installed in system.ini for languages other
  178. ; than english. For example, the entry in system.ini for a Belgium setup
  179. ; would be keyboard.dll = kbdbe.dll. Also, US keyboards types 1,3, and 4 
  180. ; do not require that a DLL be installed. Types 0,2,5, and 6 require that
  181. ; the kbdus.dll table be installed in system.ini
  182. beldll = 2:kbdbe.dll , "Belgian"
  183. candll = 2:kbdca.dll , "French Canadian"
  184. dandll = 2:kbdda.dll , "Danish"
  185. fredll = 2:kbdfr.dll , "French"
  186. findll = 2:kbdfi.dll , "Finnish"
  187. gerdll = 2:kbdgr.dll , "German"
  188. icedll = 2:kbdic.dll , "Icelandic"
  189. itadll = 2:kbdit.dll , "Italian"
  190. latdll = 2:kbdla.dll , "Latin American"
  191. dutdll = 2:kbdne.dll , "Dutch"
  192. nordll = 2:kbdno.dll , "Norwegian"
  193. pordll = 2:kbdpo.dll , "Portuguese"
  194. swedll = 2:kbdsw.dll , "Swedish"
  195. swfdll = 2:kbdsf.dll , "Swiss French"
  196. swgdll = 2:kbdsg.dll , "Swiss German"
  197. spadll = 2:kbdsp.dll , "Spanish"
  198. bridll = 2:kbduk.dll , "British"
  199. usadll = 2:kbdus.dll , "US"
  200. usddll = 2:kbddv.dll , "US-Dvorak"
  201. usxdll = 2:kbdusx.dll, "US-International"
  202. nodll  =             , "US"
  203.  
  204. [codepages]
  205. ;
  206. ;       Xlat Table    OEM Font     description.
  207. ;
  208. 863 = 2:xlat863.bin, 2:vga863.fon, "French Canadian (863)"
  209. 861 = 2:xlat861.bin, 2:vga861.fon, "Icelandic (861)"
  210. 865 = 2:xlat865.bin, 2:vga865.fon, "Norway & Denmark (865)"
  211. 850 = 2:xlat850.bin, 2:vga850.fon, "International (850)"
  212. 860 = 2:xlat860.bin, 2:vga860.fon, "Portuguese (860)"
  213. 437 =              ,             , "Standard (437)"
  214.  
  215. [pointing.device]
  216. ;profile = mouse driver,  description,                                    vmd,  dos mouse driver base name
  217. ;
  218. hpmouse  = 2:hpmouse.drv, "HP Mouse (HP-HIL)",                            x:*vmd,mousehp
  219. lmouse   = 2:lmouse.drv,  "Logitech serial mouse",                        x:*vmd
  220. lmouse2  = 2:mouse.drv,   "Logitech bus or PS/2-style",                   x:*vmd,mouse
  221. ps2mouse = 2:mouse.drv,   "Microsoft, or IBM PS/2",                       x:*vmd,mouse
  222. msmouse1 = 2:msmouse1.drv,"Mouse Systems (or VisiOn) connected to COM1:", x:*vmd
  223. msmouse2 = 2:msmouse2.drv,"Mouse Systems (or VisiOn) connected to COM2:", x:*vmd
  224. nomouse  = 2:nomouse.drv, "No mouse or other pointing device",            x:*vmd
  225. kbdmouse = 2:kbdmouse.drv,"Olivetti/AT&T Keyboard Mouse",                 x:*vmd
  226.  
  227. [dos.mouse.drivers]
  228. ;
  229. ; Dos Mouse drivers.
  230. ;
  231. mouse.sys   = 5:mouse.SYS      ; MS Dos Mouse driver .SYS ver 7.XX
  232. mouse.com   = 5:mouse.com      ; MS Dos Mouse driver .COM ver 7.XX
  233. mousehp.sys = 5:mousehp.SYS    ; HP Dos Mouse driver .SYS ver 7.XX
  234. mousehp.com = 5:mousehp.com    ; HP Dos Mouse driver .COM ver 7.XX
  235.  
  236. [network]
  237. ;Prof       Driver,        Description,                                          HelpFile,OptFile,WininiSectName,SysiniSectName,VDD,VDD,n...
  238. ;
  239. 3comopen  = 2:msnet.drv   ,"3Com 3+Open LAN Manager (XNS only)",                             ,,,3Com_net,x:*vnetbios,x:*dosnet,5:lanman10.386
  240. 3comshare = 2:msnet.drv   ,"3Com 3+Share",                                       ,,,3Com_net,x:*vnetbios,x:*dosnet
  241. banyan    = 2:msnet.drv   ,"Banyan VINES 4.0",                                   ,,,Banyan_net,x:*vnetbios,x:*dosnet,5:baninst.386
  242. lanman1x  = 2:msnet.drv   ,"LAN Manager 1.x (or 100% compatible)",               ,,,,x:*vnetbios,x:*dosnet,5:lanman10.386
  243. lanman2b  = 2:msnet.drv   ,"LAN Manager 2.0 Basic (or 100% compatible)",         ,,,,x:*vnetbios,x:*dosnet
  244. lanman    = 2:lanman.drv  ,"LAN Manager 2.0 Enhanced (or 100% compatible)",      5:lanman.hlp,,,,x:*vnetbios,x:*dosnet
  245. msnet     = 2:msnet.drv   ,"Microsoft Network (or 100% compatible)",             ,,,,x:*vnetbios,x:*dosnet
  246. nonet     =               ,"No Network Installed",                               ,,,,x:*vnetbios,x:*dosnet
  247. novell    = 2:netware.drv ,"Novell Netware 2.10 or above, or Novell Netware 386" ,5:netware.hlp,5:nwpopup.exe,Novell_net,,x:*vnetbios,5:vnetware.386,5:vipx.386
  248. ibmpclp   = 2:msnet.drv   ,"IBM PC LAN Program",                                           ,,,pclp,x:*vnetbios,x:*dosnet
  249.  
  250. [pclp]
  251. 386enh,InDOSPolling,TRUE
  252.  
  253. [Novell_net]
  254. Windows,load,nwpopup.exe
  255.  
  256. [Banyan_net]
  257. 386enh,TimerCriticalSection,5000
  258.  
  259. [3Com_net]
  260. 386enh,TimerCriticalSection,10000
  261. 386enh,UniqueDOSPSP,TRUE
  262. 386enh,PSPIncrement,5
  263.  
  264. [sysfonts]
  265. ; If a display adapter other than the one in system selection is selected
  266. ; the font is chosen which matches the display resolution exactly.
  267. 2:egasys.fon,"EGA (640x350) resolution System Font", "133,96,72"
  268. 2:cgasys.fon,"CGA (640x200) resolution System Font", "200,96,48"
  269. 2:vgasys.fon,"VGA (640x480) resolution System Font", "100,96,96"
  270. 2:8514sys.fon,"8514/a (1024x768) resolution System Font", "100,120,120"
  271. 2:egasys.fon,"AT&T (640x400) resolution System Font", "120,96,80"
  272.  
  273. [fixedfonts]
  274. ; If a display adapter other than the one in system selection is selected
  275. ; the font is chosen which matches the display resolution exactly.
  276. 2:egafix.fon,"EGA (640x350) resolution Fixed System Font", "133,96,72"
  277. 2:cgafix.fon,"CGA (640x200) resolution Fixed System Font", "200,96,48"
  278. 2:vgafix.fon,"VGA (640x480) resolution Fixed System Font", "100,96,96"
  279. 2:8514fix.fon,"8514/a (1024x768) resolution Fixed System Font",  "100,120,120"
  280. 2:egafix.fon,"AT&T (640x400) resolution Fixed System Font", "120,96,80"
  281.  
  282. [oemfonts]
  283. ; The selection    of the OEM (Terminal) font depends on both the screen
  284. ; resolution and the OEM character set (determined by the selection of
  285. ; keyboard driver).
  286. 2:egaoem.fon,"EGA (640x350) resolution Terminal Font (USA/Europe)", "133,96,72",1
  287. 2:cgaoem.fon,"CGA (640x200) resolution Terminal Font (USA/Europe)", "200,96,48",1
  288. 2:vgaoem.fon,"VGA (640x480) resolution Terminal Font (USA/Europe)", "100,96,96",1
  289. 2:8514oem.fon,"8514 (1024x768) resolution Terminal Font (USA/Europe)", "100,120,120",1
  290. 2:egaoem.fon,"AT&T (640x400) resolution Terminal Font (USA/Europe)","120,96,80",1
  291.  
  292. ;
  293. ;   The win.copy section is a list of files or sections to copy to the WINDOWS
  294. ;   directoy.
  295. ;
  296. ;   FORMAT      from,to
  297. ;
  298. ;       from            file or section to copy
  299. ;                       preceed section names by '#', files by '<drive>:'
  300. ;       to              directory to copy to (may be relative to windows dir)
  301. ;
  302. ;   IE
  303. ;       x:foo.txt,  0:        copy foo.txt from disk x to the windows directory
  304. ;       #386,       0:system  copy all files in the 386 SECTION to the
  305. ;                             system directory
  306.  
  307. [win.copy]
  308. ; copy this section for setup on 286 machines
  309.     #net,       0:
  310.         #win.other, 0:system
  311.         #win.apps,  0:
  312.     #win.help,  0:
  313.      #win.bmps,  0:
  314.     #win.readme, 0:
  315.     #pwin286,   0:system
  316.  
  317. [win.copy.net]
  318. ; copy this section for network setup
  319.     #net,       0:
  320.  
  321. [win.copy.win386]
  322. ; copy this section for setup on 386 machines
  323.     #net,       0:
  324.         #win.other, 0:system
  325.         #win.apps,  0:
  326.     #pwin386,   0:system
  327.     #win.help,   0:
  328.      #win.bmps,  0:
  329.     #win.readme, 0:
  330.     #pwin286,   0:system
  331.  
  332. [copy.himem]
  333.         5:HIMEM.SYS,        "Himem Driver"
  334.  
  335. [net]
  336.     2:CONTROL.INI,        "Windows User Files"
  337.         2:RAMDRIVE.SYS
  338.         2:SMARTDRV.SYS
  339.     2:EMM386.SYS
  340.     2:WINVER
  341.  
  342. [win.other]
  343.     3:WINOLDAP.MOD,        "Windows Drivers"
  344.         2:LZEXPAND.DLL
  345.         3:WIN87EM.dll
  346.     3:sysedit.exe
  347.  
  348. [win.apps]
  349.         3:PROGMAN.EXE,          "Windows Program Manager"
  350.         4:TASKMAN.EXE,            "Windows Task Manager"
  351.         3:WINFILE.EXE,          "Windows File Manager"
  352.         3:CALC.EXE,             "Windows Calculator"
  353.         3:CALENDAR.EXE,         "Windows Calendar"
  354.         3:CARDFILE.EXE,         "Windows Cardfile"
  355.         4:CLIPBRD.EXE,          "Windows Clipboard"
  356.         4:CLOCK.EXE,            "Windows Clock"
  357.     3:DIGITAL.FON,             "Windows Clock"
  358.         3:CONTROL.EXE,          "Windows Control Panel"
  359.         3:NOTEPAD.EXE,          "Windows Notepad"
  360.         3:PBRUSH.EXE,           "Windows Paintbrush"
  361.         3:PBRUSH.DLL,           "Windows Paintbrush"
  362.         3:PIFEDIT.EXE,          "Windows PIF Editor"
  363.         3:RECORDER.EXE,         "Windows Macro Recorder"
  364.         3:RECORDER.DLL,         "Windows Macro Recorder"
  365.         4:REVERSI.EXE,          "Windows Reversi"
  366.         3:PRINTMAN.EXE,        "Windows Print Manager"
  367.         3:SOL.EXE,              "Windows Solitaire"
  368.         4:TERMINAL.EXE,         "Windows Terminal"
  369.         3:WRITE.EXE,            "Windows Write"
  370.         3:MSDOS.EXE,            "MS-DOS Executive"
  371.  
  372. [win.help]
  373.     4:CALC.HLP,        "Windows Calculator help"
  374.     4:CALENDAR.HLP,        "Windows Calendar help"
  375.     5:CARDFILE.HLP,        "Windows Cardfile help"
  376.     4:CLIPBRD.HLP,        "Windows Clipboard help"
  377.     4:CONTROL.HLP,        "Windows Control Panel help"
  378.         4:NOTEPAD.HLP,          "Windows Notepad help"
  379.     4:PBRUSH.HLP,        "Windows Paintbrush help"
  380.     4:PIFEDIT.HLP,        "Windows PIF Editor help"
  381.     4:PRINTMAN.HLP,        "Windows Print Manager help"
  382.     4:PROGMAN.HLP,        "Windows Program Manager help"
  383.       4:RECORDER.HLP,        "Windows Recorder help"
  384.     5:REVERSI.HLP,        "Windows Reversi help"
  385.     4:SOL.HLP,        "Windows Solitaire help"
  386.     4:TERMINAL.HLP,        "Windows Terminal help"
  387.      4:WINFILE.HLP,        "Windows File Manager help"
  388.     4:WRITE.HLP,        "Windows Write help"
  389.  
  390. [win.bmps]
  391.     5:PYRAMID.BMP,        "Background bitmaps"
  392.     5:CHESS.BMP
  393.     5:WEAVE.BMP
  394.     5:BOXES.BMP
  395.     5:PAPER.BMP
  396.     5:PARTY.BMP
  397.     5:RIBBONS.BMP
  398.  
  399. [win.readme]
  400.     5:readme.txt,        "Readme files"
  401.     5:networks.txt
  402.     5:printers.txt
  403.     5:winini.txt
  404.     5:winini2.txt
  405.     5:sysini.txt
  406.     5:sysini2.txt
  407.         5:sysini3.txt
  408.     5:3270.txt
  409.  
  410. [pwin286]
  411.         5:KRNL286.EXE,          "Standard Mode files"
  412.         5:WINOA286.MOD
  413.         5:DOSX.EXE
  414.  
  415.  
  416. [pwin386]
  417.         4:KRNL386.EXE,          "386 Enhanced Mode files"
  418.         4:WINOA386.MOD
  419.         4:SWAPFILE.EXE
  420.         4:WIN386.PS2
  421.         4:WIN386.EXE
  422.  
  423. [fonts]
  424.     6:HELVA.FON, "Helv 8,10,12,14,18,24 (CGA res)", "200,96,48"
  425.     6:HELVB.FON, "Helv 8,10,12,14,18,24 (EGA res)", "133,96,72"
  426.     6:HELVC.FON, "Helv 8,10,12,14,18,24 (60 dpi)", "83,60,72"
  427.     5:HELVD.FON, "Helv 8,10,12,14,18,24 (120 dpi)", "167,120,72"
  428.     6:HELVE.FON, "Helv 8,10,12,14,18,24 (VGA res)", "100,96,96"
  429.      5:HELVF.FON, "Helv 8,10,12,14,18,24 (8514/a res)", "100,120,120"
  430.  
  431.     6:COURA.FON, "Courier 10,12,15 (CGA res)", "200,96,48"
  432.     6:COURB.FON, "Courier 10,12,15 (EGA res)", "133,96,72"
  433.     6:COURC.FON, "Courier 10,12,15 (60 dpi)", "83,60,72"
  434.     5:COURD.FON, "Courier 10,12,15 (120 dpi)", "167,120,72"
  435.     6:COURE.FON, "Courier 10,12,15 (VGA res)", "100,96,96"
  436.      6:COURF.FON, "Courier 10,12,15 (8514/a res)", "100,120,120"
  437.  
  438.     6:TMSRA.FON, "Tms Rmn 8,10,12,14,18,24 (CGA res)", "200,96,48"
  439.     5:TMSRB.FON, "Tms Rmn 8,10,12,14,18,24 (EGA res)", "133,96,72"
  440.     6:TMSRC.FON, "Tms Rmn 8,10,12,14,18,24 (60 dpi)", "83,60,72"
  441.     5:TMSRD.FON, "Tms Rmn 8,10,12,14,18,24 (120 dpi)", "167,120,72"
  442.     6:TMSRE.FON, "Tms Rmn 8,10,12,14,18,24 (VGA res)", "100,96,96"
  443.      6:TMSRF.FON, "Tms Rmn 8,10,12,14,18,24 (8514/a res)", "100,120,120"
  444.  
  445.      6:SYMBOLA.FON, "Symbol 8,10,12,14,18,24 (CGA res)", "200,96,48"
  446.      5:SYMBOLB.FON, "Symbol 8,10,12,14,18,24 (EGA res)", "133,96,72"
  447.      5:SYMBOLE.FON, "Symbol 8,10,12,14,18,24 (VGA res)", "100,96,96"
  448.      6:SYMBOLF.FON, "Symbol 8,10,12,14,18,24 (8514/a res)", "100,120,120"
  449.  
  450.     6:ROMAN.FON, "Roman (All res)",   "CONTINUOUSSCALING"
  451.     6:SCRIPT.FON, "Script (All res)", "CONTINUOUSSCALING"
  452.     6:MODERN.FON, "Modern (All res)", "CONTINUOUSSCALING"
  453.  
  454. [progman.groups]
  455. Main,1
  456. Accessories
  457. Games
  458.  
  459. [Main]
  460. "File Manager",         WINFILE.EXE
  461. "Control Panel",        CONTROL.EXE
  462. "Print Manager",        printman.exe
  463. "Clipboard",            CLIPBRD.EXE
  464. "DOS Prompt",           COMMAND.COM, PROGMAN.EXE, 1
  465. "Windows Setup",        SETUP.EXE
  466.  
  467. [Accessories]
  468. "Write",        WRITE.EXE
  469. "Paintbrush",        PBRUSH.EXE
  470. "Terminal",        TERMINAL.EXE
  471. "Notepad",         NOTEPAD.EXE
  472. "Recorder",        RECORDER.EXE
  473. "Cardfile",        CARDFILE.EXE
  474. "Calendar",        CALENDAR.EXE
  475. "Calculator",        CALC.EXE
  476. "Clock",        CLOCK.EXE
  477. "PIF Editor",        PIFEDIT.EXE
  478.  
  479. [Games]
  480. "Solitaire",            SOL.EXE
  481. "Reversi",              REVERSI.EXE
  482.  
  483. [pif]
  484. ; description, exe, pifname, optional parameters, min mem, graphics, com, faste_paste, background bit set
  485.  
  486. "Lotus 1-2-3",               123.COM,    123.PIF,    "", 256, g, n, p, n,3
  487. "Lotus 1-2-3",               123.EXE,    7:123.PIF
  488. "AutoCad",             acad.exe,   acad.pif,   "", 512, g, n, n, n,6
  489. "PFS Access",                ACCESS.COM, ACCESS.PIF, "", 128, n, c, n, b,5
  490. "Lotus Agenda",             agenda.exe, agenda.pif, "", 128, n, n, p, n,6
  491. "Brief",                     b.exe,      b.pif,      "", 128, n, n, y, n,2
  492. "Microsoft Basic",           BASIC.COM,  BASIC.PIF,  "",  64, g, c, n, n,6
  493. "Microsoft Advanced Basic ", BASICA.EXE, BASICA.PIF, "",  80, g, c, n, n,6
  494. "Microsoft Bookshelf",       BOOKS.EXE,  BOOKS.PIF, "",    128, g, n, n, n,6
  495. "Generic Cadd",              CADD.EXE,   CADD.PIF,   "", 384, g, n, n, n,6
  496. "Microsoft Chart",           CHART.COM,  CHART.PIF,  "", 256, g, n, n, n,6
  497. "Microsoft C Compiler",      cl.exe,     cl.pif,   "?", 128,n, n, n, n,6
  498. "MicroRim rBase Clout",      CLOUT.EXE,  CLOUT.PIF,  "", 128, n, n, n, n,4
  499. "Ashton Tate dBase",         DBASE.EXE,  DBASE.PIF,  "", 384, n, n, p, n,4
  500. "DataEase",             dease.exe,  dease.pif,  "", 128, n, n, p, b,6
  501. "DisplayWrite 3",            DW3PG.COM,  DW3PG.PIF, ",user,d", 228, n, n, p, n,2
  502. "DisplayWrite 4",            Dw4.bat,    dw4.pif,    "",   128, n, n, p, n,2
  503. "DisplayWrite Assistant",    dwa.bat,    dwa.pif,    "",   128, n, n, p, n, 6
  504. "IBM Professional Editor",   edit.exe,   edit.pif,   "",   128, n, n, n, n,2
  505. "XY Write",                  EDITOR.EXE, EDITOR.PIF, "",    96, n, n, n, n,2
  506. "IBM Filing Assistant",      FILE.EXE,   FILE.PIF,   "",   128, n, n, n, n,4
  507. "PFS: First Choice",         first.exe,  first.pif,  "",   128, n, n, n, n,6
  508. "Freelance",                 FL.COM,     FreeLanc.PIF, "-s", 384, g, n, n, n,6
  509. "Fortran Compiler",          fl.exe,     fl.pif,     "?",  128, n, n, n, n,6
  510. "FormTool",                  formtool.exe, formtool.pif, "", 128, n, n, n, n,2
  511. "Foxbase Plus",              foxplus.exe, foxplus.pif, "", 384, n, n, p, n,4
  512. "PFS: First Publisher",      fp.exe,      fp.pif,    "",   128, n, n, n, n,2
  513. "Framework",                 FW.EXE,      FW.PIF,    "",   384, n, c, p, b,6
  514. "IBM Graphing Assistant",    GRAPH.EXE,   GRAPH.PIF, "",   128, n, n, n, n,6
  515. "GraphWriter",               gw.com,      gw.pif,    "",   400, n, n, p, n,6
  516. "Harvard Graphics",          hg.exe,      hg.pif,    "",   384, g, n, n, n,6
  517. "Harvard Project Manager",   HTPM.EXE,    HTPM.PIF,  "",   384, n, n, n, n,6
  518. "LINK Utility",              link.exe,    link.pif,  "?", 128, n, n, n, n,6
  519. "Lotus Access System",       LOTUS.COM,   LOTUS.PIF, "",   256, g, n, p, n,3
  520. "Mail",                      MAIL.EXE,     MAIL.PIF, "", 128, n, n, p, n,5
  521. "Make utility",              make.exe,    make.pif,  "?", 128, n, n, p, n,6
  522. "Microsoft Macro Assembler", masm.exe,    masm.pif,  "?", 182, n, n, n, n,6
  523. "MultiMate",             mm.exe,      mm.pif,    "",   128, n, n, p, n,2
  524. "Microsoft Multiplan",       MP.exe,      MP.PIF,    "",   208, n, n, n, n,3
  525. "Microsoft Multiplan",       MP.COM,      MP.PIF,    "",   208, n, n, n, n,3
  526. "Norton Advanced Utilities", NI.EXE,       ni.pif,   "",   128, n, n, n, n,6
  527. "Word Perfect Office",       shell.exe,    shell.pif, "",  200, n, n, n, b,6
  528. "Microsoft Online",          online.com,   online.pif, "", 128, n, c, p, b,5
  529. "Paradox",             paradox2.exe, paradox2.pif, "", 128, n, n, p, n,4
  530. "Paradox",             paradox3.exe, paradox3.pif, "", 128, n, n, p, n,4
  531. "IBM Personal Editor",         pe.exe,     pe.pif,    "?",    128, n, n, n, n,2
  532. "PFS File",                  pf.exe,     pf.pif,    "",    128, n, n, p, n,2
  533. "Microsoft Pascal Compiler", pl.exe,     pl.pif,    "?",  128, n, n, n, n,6
  534. "PFS Plan",                  PLAN.EXE,   PLAN.PIF,   "",   128, n, n, p, n,6
  535. "PFS: Professional Network", pn.exe,     pn.pif,    "",    128, n, n, n, n,6
  536. "Procomm",             procomm.exe, procomm.pif, "", 128, n, n, p, b,5
  537. "Procomm Plus",             pcplus.exe, pcplus.pif, "",   256, n, c, p, b,5
  538. "Microsoft Project",         PROJ.COM,   PROJ.PIF,  "",    256, n, n, n, n,6
  539. "PFS: Professional Write",   PW.COM,     pw.pif,    "",    128, n, n, p, n,2
  540. "Quattro",             q.exe,      q.pif,     "",    128, n, n, n, n,3
  541. "Q & A Report Writer",       qa.com,     qa.pif,    "",    384, n, n, n, n,4
  542. "Microsoft QuickBASIC",      QB.EXE,     QB.PIF,    "",   450, g, n, p, n,6
  543. "Microsoft Quick C",         qc.exe,     qc.pif,    "",    128, n, n, p, n,6
  544. "QModem",             qmodem.exe, qmodem.pif, "",   384, n, c, p, b,5
  545. "Microsoft Quick Pascal",    qp.exe,     qp.pif,    "",  128, n, n, n, n,6
  546. "MicroRim rBase",            RBASE.EXE,  RBASE.PIF, "",    512, n, n, n, n,4
  547. "MicroRim rBase 5000",       RB5000.EXE, RB5000.PIF, "",   400, n, n, n, n,4
  548. "Relay",                     relay.com,  relay.pif, "",    128, n, c, n, b,5
  549. "Ready!",                    READY.EXE,  READY.PIF, "",    152, n, n, p, n,6
  550. "IBM Reporting Assistant",   REPORT.EXE, REPORT.PIF, "",   173, n, n, n, n,6
  551. "RightWriter",               right.exe,  right.pif,  "",   128, n, n, p, n,2
  552. "SuperCalc 4",               SC4.COM,    SC4.PIF, "",      128, n, n, p, b,6
  553. "SuperCalc 5",               sc5.com,    sc5.pif,    "",   300, n, n, p, b,6
  554. "Smartcom II",               SCOM.EXE,   SCOM.PIF, "",     128, n, c, n, b,5
  555. "Soft Kicker",               sk.bat,     softkick.pif, "", 512, g, n, n, n,2
  556. "Sidekick",                  SK.COM,     SK.PIF,   "",     128, g, n, n, n,2
  557. "Autosketch",                sketch.exe, sketch.pif, "",   128, n, n, p, n,6
  558. "Sidekick Plus",             skplus.com, skplus.pif, "",   384, g, n, n, n,2
  559. "Microsoft Spell",           SPELL.COM,  SPELL.PIF,  "",    64, n, n, n, n,6
  560. "Lotus Symphony",            symphony.exe, symphony.pif, "", 320, g, c, n, b,3
  561. "Turbo Pascal",              TURBO.EXE,  TURBO.PIF,  "",   320, g, n, p, n,6
  562. "Ventura Publisher",         vp.bat,     vp.pif,     "",   512, g, n, n, n,2
  563. "Volkswriter 3",             vw3.exe,    vw3.pif,    "",   220, n, n, p, n,2
  564. "Microsoft Word",         WORD.COM,   word.pif, "",     256, g, n, p, n,2
  565. "Microsoft Word",         WORD.EXE,   word5.pif, "",    384, g, n, p, n,2
  566. "Microsoft Works",           WORKS.EXE,  WORKS.PIF, "",    384, g, c, p, n,6
  567. "WordPerfect",               WP.EXE,     WP.PIF,     "",   358, n, n, p, n,2
  568. "IBM Writing Assistant",     WRITE.COM,  WRITE.PIF, "",    196, n, n, n, n,2
  569. "WordStar 2000",             WS2.EXE,    WS2.PIF, "",   200, n, n, p, n,2
  570. "WordStar Professional",     ws.exe,     ws.pif,   "",    384, g, n, p, n,2
  571. "CrossTalk",                 XTALK.EXE,  XTALK.PIF, "",    256, n, c, p, b,5
  572.  
  573. ; If any of these drivers are found in the config.sys file, Setup removes them.
  574. [compatibility]
  575.         vdisk.sys
  576.         cache.sys
  577.         icache.sys
  578.     hpemm386.sys
  579.     hpemm486.sys
  580.         ramtype.sys
  581.         pcsx2ems.sys
  582.         xma2ems.sys
  583.  
  584. ; Lim 4.0 drivers that we know about and will replace if found.
  585. [lim]
  586.         cemm.sys
  587.         iemm.sys
  588.         ilim386.sys
  589.         386max.sys
  590.         qemm.sys
  591.     emm386.sys
  592.         pcsxmaem.sys
  593.         xmaem.sys
  594.  
  595. ; Disk Caching driver that we know about and will replace if found.
  596. ;
  597. [diskcache]
  598.         smartdrv.sys
  599.         cache.sys
  600.         icache.sys
  601.         ibmcache.sys
  602.  
  603. ; Virtual or Ram disk emulation drivers that we know about and will replace
  604. ; if found.
  605. ;
  606. [ramdrive]
  607.         ramdrive.sys
  608.         vdisk.sys
  609.  
  610. [wininiupdate]
  611.     extensions,pcx,"pbrush.exe ^.pcx"
  612.     extensions,bmp,"pbrush.exe ^.bmp"
  613.     extensions,rec,"recorder.exe ^.rec"
  614.     ports,FILE:,""
  615.     ports,LPT1.OS2:,""
  616.     ports,LPT2.OS2:,""
  617.     ports,COM3:,"9600,n,8,1"
  618.     ports,COM4:,"9600,n,8,1"
  619.     windows,device,""
  620.     windows,documents,"txt"
  621.  
  622.  
  623. [dontfind]
  624. calc.exe
  625. calendar.exe
  626. cardfile.exe
  627. clipbrd.exe
  628. clock.exe
  629. control.exe
  630. msdos.exe
  631. notepad.exe
  632. pbrush.exe
  633. pifedit.exe
  634. printman.exe
  635. progman.exe
  636. recorder.exe
  637. reversi.exe
  638. setup.exe
  639. sol.exe
  640. spooler.exe
  641. swapfile.exe
  642. sysedit.exe
  643. taskman.exe
  644. terminal.exe
  645. winfile.exe
  646. winhelp.exe
  647. winver.exe
  648. write.exe
  649.  
  650.  
  651. [blowaway]
  652. this line needed
  653.  
  654. [country]
  655. "Australia",  "61!1!0!2!1!1!0!2!0!0!!!$!,!.!/!:!,!d/M/yy!d MMMM yyyy!ENG"
  656. "Austria",  "43!2!2!2!1!1!0!2!1!1!!!S!.!,!-!:!;!yyyy-MM-dd!dddd, dd. MMMM yyyy!GER"
  657. "Belgium (Dutch)",  "32!1!3!2!1!1!0!2!5!0!!!BF!.!,!/!:!;!d/M/yy!dddd d MMMM yyyy!DUT"
  658. "Belgium (French)",  "32!1!3!2!1!1!0!2!5!0!!!FB!.!,!/!:!;!d/M/yy!dddd d MMMM yyyy!FRN"
  659. "Brazil",  "55!1!2!2!1!1!0!2!0!0!!!Cr$!.!,!/!:!;!dd/MM/yy!dddd, d' de 'MMMM' de 'yyyy!POR"
  660. "Canada (English)",  "2!2!0!2!1!1!0!2!1!1!!hrs.!$!,!.!-!:!.!yy-MM-dd!MMMM. d, yyyy!ENG"
  661. "Canada (French)",  "2!2!3!2!1!1!0!2!1!1!!hrs.!$! !,!-!:!;!yy-MM-dd!d MMMM, yyyy!FRN"
  662. "Denmark",  "45!1!3!2!1!1!0!2!5!1!!!kr!.!,!-!.!;!dd-MM-yy!dd. MMMM yyyy!DAN"
  663. "Finland",  "358!1!3!2!1!1!0!2!5!0!!!mk! !,!.!.!;!d.M.yyyy!dd. MMMM yyyy!FIN"
  664. "France",  "33!1!3!2!1!1!0!2!5!1!!!F! !,!.!:!;!dd.MM.yy!dddd d MMMM yyyy!FRN"
  665. "Germany",  "49!1!0!2!1!1!0!2!1!1!!!DM!.!,!.!:!;!dd.MM.yyyy!dddd, d. MMMM yyyy!GER"
  666. "Iceland",  "354!1!3!2!1!1!0!2!5!0!!!kr!.!,!/!:!;!dd/MM/yyyy!dd MMMM yyyy!ICE"
  667. "Italy",   "39!1!2!2!1!1!0!0!2!0!!!L.!.!,!/!:!;!dd/MM/yy!dddd, dd MMMM yyyy!ITN"
  668. "Mexico",  "52!1!0!2!0!1!0!2!0!0!AM!PM!$!,!.!/!:!,!d/M/yy!dddd d' de 'MMMM' de 'yyyy!SPA"
  669. "Netherlands",  "31!1!2!2!1!1!0!2!2!0!!!f!.!,!/!:!;!d/M/yy!dddd d MMMM yyyy!DUT"
  670. "New Zealand",  "64!1!0!2!1!1!0!2!1!1!!!$!,!.!/!:!,!d/M/yy!dddd, d MMMM yyyy!ENG"
  671. "Norway",  "47!1!0!2!1!1!0!2!3!1!!!kr!.!,!.!:!;!d.MM.yy!dd. MMMM yyyy!NOR"
  672. "Portugal",  "351!1!0!2!1!1!0!2!2!0!!!!.!,!-!:!;!dd-MM-yyyy!dddd, d' de 'MMMM' de 'yyyy!POR"
  673. "South Korea",  "82!2!0!2!0!1!0!2!1!0!AM!PM!W!,!.!.!:!,!yy.M.d!yyyy.MM.dd!ENG"
  674. "Spain",  "34!1!2!2!1!1!0!0!5!0!!!Pts!.!,!/!:!;!d/M/yy!dddd d' de 'MMMM' de 'yyyy!SPA"
  675. "Sweden",  "46!2!3!2!1!1!0!2!5!1!!!kr!.!,!-!.!;!yy-MM-dd!dd MMMM yyyy!SWE"
  676. "Switzerland (French)",  "41!1!0!2!1!1!0!2!1!1!!!Fr.!'!.!.!,!;!d.M.yy!dddd, dd. MMMM yyyy!FRN"
  677. "Switzerland (German)",  "41!1!0!2!1!1!0!2!1!1!!!Fr.!'!.!.!,!;!d.M.yy!dddd, dd. MMMM yyyy!GER"
  678. "Switzerland (Italian)",  "41!1!0!2!1!1!0!2!1!1!!!Fr.!'!.!.!,!;!d.M.yy!dddd, dd. MMMM yyyy!ITN"
  679. "Taiwan",  "886!0!0!2!0!1!0!2!1!0!AM!PM!NT$!,!.!/!:!,!M/d/yy!dd' of 'MMMM, yyyy!ENG"
  680. "United Kingdom",  "44!1!0!2!1!1!0!2!1!1!!!ú!,!.!/!:!,!dd/MM/yy!dd MMMM yyyy!ENG"
  681. "United States",  "1!0!0!2!0!1!1!2!0!0!AM!PM!$!,!.!/!:!,!M/d/yy!dddd, MMMM dd, yyyy!USA"
  682. "Other Country",  "1!0!0!2!0!1!1!2!0!0!AM!PM!$!,!.!/!:!,!M/d/yy!dddd, MMMM dd, yyyy!USA"
  683.  
  684. [system]
  685. ; The various SYSTEM.DRV, SOUND.DRV, COMM.DRV
  686. ;
  687. ; These    are the    drivers    which may vary from system to system,
  688. ; but are selected only    by the [machine] menu -- they do not have
  689. ; special menus    for their selection.
  690. system   =    2:system.drv
  691. sound    =    2:sound.drv
  692. comm     =    2:comm.drv
  693. hpsystem =    2:hpsystem.drv
  694.  
  695. [machine]
  696. ; This section defines default machine selections.  The    system
  697. ; description from each    entry will appear in the initial machine
  698. ; selection menu of Setup.
  699. ;
  700. ; Each entry contains a    descriptive line for the system-selection menu,
  701. ; followed by the filenames of the drivers in fixed order.
  702. ;
  703. ; PLEASE READ THIS. Do not change MachineID's 1 - 5. Also do not enter a
  704. ;                   new machine with an ID = 3 or 4. these are reserved 
  705. ;                   by setup.
  706. ;
  707.     "All 80386 and 80486 based AST machines","10"
  708.         system
  709.         kbd
  710.         t4s0enha
  711.         nomouse
  712.         egahires
  713.         sound
  714.         comm
  715.         nohimemswitch
  716.         ebios
  717.         "emmexclude=E000-EFFF"
  718.  
  719.     "All 80386 based Zenith machines","6"
  720.         system
  721.         kbd
  722.         t4s0enha
  723.         nomouse
  724.         egahires
  725.         sound
  726.         comm
  727.         nohimemswitch
  728.         ebios
  729.         "emmexclude=E000-EFFF"
  730.  
  731.     "All Hewlett-Packard machines","2"    ; !! DONT CHANGE THIS NUMBER !!
  732.         hpsystem
  733.         kbdhp
  734.         t4s0enha
  735.         hpmouse
  736.         egahires
  737.         sound
  738.         comm
  739.         nohimemswitch
  740.         hpebios
  741.  
  742.     "Everex Step 386/25","7"
  743.         system
  744.         kbd
  745.         t4s0enha
  746.         nomouse
  747.         egahires
  748.         sound
  749.         comm
  750.         nohimemswitch
  751.         ebios
  752.         "8042ReadCmd=A2,1,F"
  753.         "8042ReadCmd=A3,1,F"
  754.         "8042WriteCmd=B3,8,F"
  755.  
  756.     "MS-DOS or PC-DOS System","1" ; !! DONT CHANGE THIS NUMBER !!
  757.         system
  758.         kbd
  759.         t4s0enha
  760.         nomouse
  761.         egahires
  762.         sound
  763.         comm
  764.         nohimemswitch            
  765.         ebios
  766.  
  767.     "NCR PC386SX","8"
  768.         system
  769.         kbd
  770.         t4s0enha
  771.         nomouse
  772.         egahires
  773.         sound
  774.         comm
  775.         nohimemswitch
  776.         ebios
  777.         "emmexclude=E000-EFFF"
  778.         "emmexclude=C600-C7FF"
  779.  
  780.     "NCR PC 925","11"
  781.         system
  782.         kbd
  783.         t4s0enha
  784.         nomouse
  785.         egahires
  786.         sound
  787.         comm
  788.         nohimemswitch
  789.         ebios
  790.  
  791.     "NEC PowerMate SX Plus","9"
  792.         system       
  793.         kbd          
  794.         t4s0enha     
  795.         nomouse      
  796.         egahires     
  797.         sound        
  798.         comm         
  799.         nohimemswitch
  800.         ebios
  801.         "VirtualHDirq=NO"
  802.  
  803.     "NEC ProSpeed 386","5"  ; !! DONT CHANGE THIS NUMBER !!
  804.         system       
  805.         kbd          
  806.         t4s0enha     
  807.         nomouse      
  808.         egahires     
  809.         sound        
  810.         comm         
  811.         nohimemswitch
  812.         ebios
  813.  
  814.     "Toshiba 1600","12"
  815.         system
  816.         kbd
  817.         t4s0enha
  818.         nomouse
  819.         egahires
  820.         sound
  821.         comm
  822.         "TOSHIBA"      ; Needed for the Toshiba 1600.
  823.         ebios
  824.  
  825.     "Toshiba 5200","13"
  826.         system       
  827.         kbd          
  828.         t4s0enha     
  829.         nomouse      
  830.         egahires     
  831.         sound        
  832.         comm         
  833.         nohimemswitch
  834.         ebios
  835.         "emmexclude=C000-C7FF"
  836.  
  837.  
  838. [io.device]
  839. ; (printers, plotters, etc.)
  840. ; The filename is followed by
  841. ;
  842. ; -- the descriptive string which will appear in Control Panel and
  843. ;    which will    appear in WIN.INI
  844. ; -- 1 or 2 strings indicating the scaling for this device
  845. ;
  846. ; There    may be more than one line for a    driver,    corresponding to different
  847. ; printers.
  848.  
  849. 7:tty.drv,"Generic / Text Only","DEVICESPECIFIC"
  850. 6:pscript.drv,"Agfa 9000 Series PS [PostScript Printer]","DEVICESPECIFIC"
  851. 6:pscript.drv,"Agfa Compugraphic 400PS [PostScript Printer]","DEVICESPECIFIC"
  852. 6:hppcl.drv,"Agfa Compugraphic Genics [PCL / HP LaserJet]","DEVICESPECIFIC"
  853. 6:pscript.drv,"Apple LaserWriter [PostScript Printer]","DEVICESPECIFIC"
  854. 6:pscript.drv,"Apple LaserWriter II NT/NTX [PostScript Printer]","DEVICESPECIFIC"
  855. 6:pscript.drv,"Apple LaserWriter Plus [PostScript Printer]","DEVICESPECIFIC"
  856. 6:hppcl.drv,"Apricot Laser [PCL / HP LaserJet]","DEVICESPECIFIC"
  857. 6:pscript.drv,"AST TurboLaser/PS - R4081 [PostScript Printer]","DEVICESPECIFIC"
  858. 7:hpplot.drv,"AT&T 435","CONTINUOUSSCALING"
  859. 7:citoh.drv,"AT&T 470/475","133,96,72","75,72,96"
  860. 7:ibmgrx.drv,"AT&T 473/478","167,120,72","60,72,120"
  861. 7:citoh.drv,"C-Itoh 8510","133,96,72","75,72,96"
  862. 7:lbp8ii.drv,"Canon LBP-8II","DEVICESPECIFIC"
  863. 6:canoniii.drv,"Canon LBP-8III/LBP-4","DEVICESPECIFIC"
  864. 6:pscript.drv,"Dataproducts LZR-2665 [PostScript Printer]","DEVICESPECIFIC"
  865. 6:pscript.drv,"Digital LN03R ScriptPrinter [PostScript Printer]","DEVICESPECIFIC"
  866. 6:pscript.drv,"Digital LPS PrintServer 40 [PostScript Printer]","DEVICESPECIFIC"
  867. 7:epson9.drv,"Epson DFX-5000 [Epson 9 pin]","167,120,72","60,72,120","83,120,144","120,144,120","167,240,144","60,144,240"
  868. 6:hppcl.drv,"Epson EPL-6000 [PCL / HP LaserJet]","DEVICESPECIFIC"
  869. 7:epson9.drv,"Epson EX-800/1000 [Epson 9 pin]","167,120,72","60,72,120","83,120,144","120,144,120","167,240,144","60,144,240"
  870. 7:epson9.drv,"Epson FX-100 [Epson 9 pin]","167,120,72","60,72,120","83,120,144","120,144,120","167,240,144","60,144,240"
  871. 7:epson9.drv,"Epson FX-100+ [Epson 9 pin]","167,120,72","60,72,120","83,120,144","120,144,120","167,240,144","60,144,240"
  872. 7:epson9.drv,"Epson FX-185/286 [Epson 9 pin]","167,120,72","60,72,120","83,120,144","120,144,120","167,240,144","60,144,240"
  873. 7:epson9.drv,"Epson FX-80 [Epson 9 pin]","167,120,72","60,72,120","83,120,144","120,144,120","167,240,144","60,144,240"
  874. 7:epson9.drv,"Epson FX-80+ [Epson 9 pin]","167,120,72","60,72,120","83,120,144","120,144,120","167,240,144","60,144,240"
  875. 7:epson9.drv,"Epson FX-85 [Epson 9 pin]","167,120,72","60,72,120","83,120,144","120,144,120","167,240,144","60,144,240"
  876. 7:epson9.drv,"Epson FX-86e/286e [Epson 9 pin]","167,120,72","60,72,120","83,120,144","120,144,120","167,240,144","60,144,240"
  877. 7:epson9.drv,"Epson FX-850/1050 [Epson 9 pin]","167,120,72","60,72,120","83,120,144","120,144,120","167,240,144","60,144,240"
  878. 6:hppcl.drv,"Epson GQ-3500 [PCL / HP LaserJet]","DEVICESPECIFIC"
  879. 7:epson9.drv,"Epson JX-80 [Epson 9 pin]","167,120,72","60,72,120","83,120,144","120,144,120","167,240,144","60,144,240"
  880. 7:epson24.drv,"Epson L-750/1000 [Epson 24 pin]","100,180,180","67,120,180","150,180,120","200,360,180","50,180,360","100,120,120"
  881. 7:epson24.drv,"Epson LQ-500/510 [Epson 24 pin]","100,180,180","67,120,180","150,180,120","200,360,180","50,180,360","100,120,120"
  882. 7:epson24.drv,"Epson LQ-800/1000 [Epson 24 pin]","100,180,180","67,120,180","150,180,120","200,360,180","50,180,360","100,120,120"
  883. 7:epson24.drv,"Epson LQ-850/950/1050 [Epson 24 pin]","100,180,180","67,120,180","150,180,120","200,360,180","50,180,360","100,120,120"
  884. 7:epson24.drv,"Epson LQ-1500 [Epson 24 pin]","100,180,180","67,120,180","150,180,120","200,360,180","50,180,360","100,120,120"
  885. 7:epson24.drv,"Epson LQ-2500/2550 [Epson 24 pin]","100,180,180","67,120,180","150,180,120","200,360,180","50,180,360","100,120,120"
  886. 7:epson9.drv,"Epson LX-80 [Epson 9 pin]","167,120,72","60,72,120","83,120,144","120,144,120","167,240,144","60,144,240"
  887. 7:epson9.drv,"Epson LX-86 [Epson 9 pin]","167,120,72","60,72,120","83,120,144","120,144,120","167,240,144","60,144,240"
  888. 7:epson9.drv,"Epson LX-800/810 [Epson 9 pin]","167,120,72","60,72,120","83,120,144","120,144,120","167,240,144","60,144,240"
  889. 7:epson9.drv,"Epson MX-100 [Epson 9 pin]","167,120,72","60,72,120","83,120,144","120,144,120","167,240,144","60,144,240"
  890. 7:epson9.drv,"Epson MX-80/80F/T [Epson 9 pin]","167,120,72","60,72,120","83,120,144","120,144,120","167,240,144","60,144,240"
  891. 7:epson9.drv,"Epson RX-100 [Epson 9 pin]","167,120,72","60,72,120","83,120,144","120,144,120","167,240,144","60,144,240"
  892. 7:epson9.drv,"Epson RX-80/80F/T [Epson 9 pin]","167,120,72","60,72,120","83,120,144","120,144,120","167,240,144","60,144,240"
  893. 7:epson24.drv,"Epson SQ-2500 [Epson 24 pin]","100,180,180","67,120,180","150,180,120","200,360,180","50,180,360","100,120,120"
  894. 7:epson9.drv,"Epson T-750 [Epson 9 pin]","167,120,72","60,72,120","83,120,144","120,144,120","167,240,144","60,144,240"
  895. 7:epson9.drv,"Epson T-1000 [Epson 9 pin]","167,120,72","60,72,120","83,120,144","120,144,120","167,240,144","60,144,240"
  896. 7:fujimtrx.drv,"Fujitsu DL 2400 [Fujitsu Dot Matrix]","167,120,72","60,72,120"
  897. 7:fujimtrx.drv,"Fujitsu DL 2600 [Fujitsu Dot Matrix]","167,120,72","60,72,120"
  898. 7:fujimtrx.drv,"Fujitsu DL 3300 [Fujitsu Dot Matrix]","167,120,72","60,72,120"
  899. 7:fujimtrx.drv,"Fujitsu DL 3400 [Fujitsu Dot Matrix]","167,120,72","60,72,120"
  900. 7:fujimtrx.drv,"Fujitsu DL 5600 [Fujitsu Dot Matrix]","167,120,72","60,72,120"
  901. 7:fujimtrx.drv,"Fujitsu DX 2200 [Fujitsu Dot Matrix]","167,120,72","60,72,120"
  902. 7:fujimtrx.drv,"Fujitsu DX 2300 [Fujitsu Dot Matrix]","167,120,72","60,72,120"
  903. 7:fujimtrx.drv,"Fujitsu DX 2400 [Fujitsu Dot Matrix]","167,120,72","60,72,120"
  904. 7:fujimtrx.drv,"Fujitsu DX 3100 [Fujitsu Dot Matrix]","167,120,72","60,72,120"
  905. 7:TH760.drv,"Hermes 820","100,120,120","100,60,60","100,240,240"
  906. 7:hpplot.drv,"HP 7470A [HP Plotter]","CONTINUOUSSCALING"
  907. 7:hpplot.drv,"HP 7475A [HP Plotter]","CONTINUOUSSCALING"
  908. 7:hpplot.drv,"HP 7550A [HP Plotter]","CONTINUOUSSCALING"
  909. 7:hpplot.drv,"HP 7580A [HP Plotter]","CONTINUOUSSCALING"
  910. 7:hpplot.drv,"HP 7580B [HP Plotter]","CONTINUOUSSCALING"
  911. 7:hpplot.drv,"HP 7585A [HP Plotter]","CONTINUOUSSCALING"
  912. 7:hpplot.drv,"HP 7585B [HP Plotter]","CONTINUOUSSCALING"
  913. 7:hpplot.drv,"HP 7586B [HP Plotter]","CONTINUOUSSCALING"
  914. 7:hpplot.drv,"HP ColorPro [HP Plotter]","CONTINUOUSSCALING"
  915. 7:hpplot.drv,"HP ColorPro with GEC [HP Plotter]","CONTINUOUSSCALING"
  916. 6:deskjet.drv,"HP DeskJet Family","100,300,300","100,120,120"
  917. 7:hpplot.drv,"HP DraftPro [HP Plotter]","CONTINUOUSSCALING"
  918. 7:hpplot.drv,"HP DraftPro DXL [HP Plotter]","CONTINUOUSSCALING"
  919. 7:hpplot.drv,"HP DraftPro EXL [HP Plotter]","CONTINUOUSSCALING"
  920. 7:hpplot.drv,"HP DraftMaster I [HP Plotter]","CONTINUOUSSCALING"
  921. 7:hpplot.drv,"HP DraftMaster II [HP Plotter]","CONTINUOUSSCALING"
  922. 6:hppcl.drv,"HP LaserJet [PCL / HP LaserJet]","DEVICESPECIFIC"
  923. 6:hppcl.drv,"HP LaserJet IID [PCL / HP LaserJet]","DEVICESPECIFIC"
  924. 6:hppcl.drv,"HP LaserJet IIP [PCL / HP LaserJet]","DEVICESPECIFIC"
  925. 6:hppcl5a.drv,"HP LaserJet III","DEVICESPECIFIC"
  926. 6:hppcl.drv,"HP LaserJet Plus [PCL / HP LaserJet]","DEVICESPECIFIC"
  927. 6:hppcl.drv,"HP LaserJet 500+ [PCL / HP LaserJet]","DEVICESPECIFIC"
  928. 6:hppcl.drv,"HP LaserJet Series II [PCL / HP LaserJet]","DEVICESPECIFIC"
  929. 6:hppcl.drv,"HP LaserJet 2000 [PCL / HP LaserJet]","DEVICESPECIFIC"
  930. 7:PAINTJET.drv,"HP PaintJet Series","100,180,180","100,120,120"
  931. 7:THINKJET.drv,"HP ThinkJet (2225 C-D)","100,96,96"
  932. 7:ibmcolor.drv,"IBM Color Printer","167,140,84","60,84,140","167,120,72"
  933. 7:ibmgrx.drv,"IBM Graphics","167,120,72","60,72,120"
  934. 7:ibm4019.drv,"IBM Laser Printer 4019","DEVICESPECIFIC"
  935. 6:pscript.drv,"IBM Personal Pageprinter [PostScript Printer]","DEVICESPECIFIC"
  936. 6:pscript.drv,"IBM Personal Page Printer II-030 [PostScript Printer]","DEVICESPECIFIC"
  937. 6:pscript.drv,"IBM Personal Page Printer II-031 [PostScript Printer]","DEVICESPECIFIC"
  938. 7:proprint.drv,"IBM Proprinter [IBM Proprinters]","167,120,72","60,72,120","83,120,144","120,144,120"
  939. 7:proprint.drv,"IBM Proprinter II [IBM Proprinters]","167,120,72","60,72,120","83,120,144","120,144,120"
  940. 7:proprint.drv,"IBM Proprinter III [IBM Proprinters]","167,120,72","60,72,120","83,120,144","120,144,120"
  941. 7:proprn24.drv,"IBM Proprinter X24 [IBM Proprinter 24]","100,180,180","67,120,180","150,180,120","200,360,180","50,180,360","100,120,120"
  942. 7:proprn24.drv,"IBM Proprinter X24e [IBM Proprinter 24]","100,180,180","67,120,180","150,180,120","200,360,180","50,180,360","100,120,120"
  943. 7:proprint.drv,"IBM Proprinter XL [IBM Proprinters]","167,120,72","60,72,120","83,120,144","120,144,120"
  944. 7:proprint.drv,"IBM Proprinter XL II [IBM Proprinters]","167,120,72","60,72,120","83,120,144","120,144,120"
  945. 7:proprn24.drv,"IBM Proprinter XL24 [IBM Proprinter 24]","100,180,180","67,120,180","150,180,120","200,360,180","50,180,360","100,120,120"
  946. 7:proprn24.drv,"IBM Proprinter XL24e [IBM Proprinter 24]","100,180,180","67,120,180","150,180,120","200,360,180","50,180,360","100,120,120"
  947. 7:QWIII.drv,"IBM QuietWriter III","100,120,120","100,60,60","100,240,240"
  948. 6:hppcl.drv,"Kyocera F-Series [PCL / HP LaserJet]","DEVICESPECIFIC"
  949. 6:pscript.drv,"Linotronic 100/300/500 [PostScript Printer]","DEVICESPECIFIC"
  950. 6:pscript.drv,"NEC Colormate PS [PostScript Printer]","DEVICESPECIFIC"
  951. 7:nec24pin.drv,"NEC PinWriter CP6 [NEC Pinwriter]","100,360,360","100,120,120"
  952. 7:nec24pin.drv,"NEC PinWriter CP7 [NEC Pinwriter]","100,360,360","100,120,120"
  953. 7:nec24pin.drv,"NEC PinWriter P5 [NEC Pinwriter]","100,360,360","100,120,120"
  954. 7:nec24pin.drv,"NEC PinWriter P5XL [NEC Pinwriter]","100,360,360","100,120,120"
  955. 7:nec24pin.drv,"NEC PinWriter P9XL [NEC Pinwriter]","100,360,360","100,120,120"
  956. 7:nec24pin.drv,"NEC PinWriter P5300 [NEC Pinwriter]","100,360,360","100,120,120"
  957. 6:pscript.drv,"NEC Silentwriter LC 890 [PostScript Printer]","DEVICESPECIFIC"
  958. 6:pscript.drv,"NEC Silentwriter LC 890XL [PostScript Printer]","DEVICESPECIFIC"
  959. 7:ibmgrx.drv,"Okidata 92/93-IBM","167,120,72","60,72,120"
  960. 7:OKI9.drv, "Okidata ML 192 [Okidata 9 Pin]","167,120,72","60,72,120"
  961. 7:OKI9.drv, "Okidata ML 193 [Okidata 9 Pin]","167,120,72","60,72,120"
  962. 7:OKI9.drv, "Okidata ML 320 [Okidata 9 Pin]","167,120,72","60,72,120"
  963. 7:OKI9.drv, "Okidata ML 321 [Okidata 9 Pin]","167,120,72","60,72,120"
  964. 7:OKI9IBM.drv, "Okidata ML 192-IBM [Okidata 9 Pin IBM]","167,120,72","60,72,120"
  965. 7:OKI9IBM.drv, "Okidata ML 193-IBM [Okidata 9 Pin IBM]","167,120,72","60,72,120"
  966. 7:OKI9IBM.drv, "Okidata ML 320-IBM [Okidata 9 Pin IBM]","167,120,72","60,72,120"
  967. 7:OKI9IBM.drv, "Okidata ML 321-IBM [Okidata 9 Pin IBM]","167,120,72","60,72,120"
  968. 7:oki24.drv,"Okidata 390/391 [Okidata 24 pin]","100,180,180","67,120,180","100,120,120"
  969. 7:oki24.drv,"Okidata 393 [Okidata 24 pin]","100,180,180","67,120,180","100,120,120"
  970. 7:oki24.drv,"Okidata 393C [Okidata 24 pin]","100,180,180","67,120,180","100,120,120"
  971. 6:hppcl.drv,"Okidata LaserLine 6 [PCL / HP LaserJet]","DEVICESPECIFIC"
  972. 7:OLIPRINT.drv,"Olivetti DM 100/1 [Olivetti DM 100...590]","167,120,72","60,72,120","83,120,144","120,144,120"
  973. 7:OLIPRINT.drv,"Olivetti DM 100/2 [Olivetti DM 100...590]","167,120,72","60,72,120","83,120,144","120,144,120"
  974. 7:OLIPRINT.drv,"Olivetti DM 100/4 [Olivetti DM 100...590]","167,120,72","60,72,120","83,120,144","120,144,120"
  975. 7:OLIPRINT.drv,"Olivetti DM 105 [Olivetti DM 100...590]","167,120,72","60,72,120","83,120,144","120,144,120"
  976. 7:OLIPRIN2.drv,"Olivetti DM 250 [Olivetti DM 250/400]","167,120,72","60,72,120","83,120,144","120,144,120"
  977. 7:OLIPRINT.drv,"Olivetti DM 280/282 [Olivetti DM 100...590]","167,120,72","60,72,120","83,120,144","120,144,120"
  978. 7:OLIPRINT.drv,"Olivetti DM 286/296 [Olivetti DM 100...590]","167,120,72","60,72,120","83,120,144","120,144,120"
  979. 7:OLIPRINT.drv,"Olivetti DM 290/292 [Olivetti DM 100...590]","167,120,72","60,72,120","83,120,144","120,144,120"
  980. 7:OLIPRIN2.drv,"Olivetti DM 400 [Olivetti DM 250/400]","167,120,72","60,72,120","83,120,144","120,144,120"
  981. 7:OLIPRINT.drv,"Olivetti DM 580 [Olivetti DM 100...590]","167,120,72","60,72,120","83,120,144","120,144,120"
  982. 7:OLIPRINT.drv,"Olivetti DM 590 [Olivetti DM 100...590]","167,120,72","60,72,120","83,120,144","120,144,120"
  983. 7:dm600.drv,"Olivetti DM 600","100,180,180","67,120,180","150,180,120","100,120,120"
  984. 6:hppcl.drv,"Olivetti ETV 5000 [PCL / HP LaserJet]","DEVICESPECIFIC"
  985. 6:hppcl.drv,"Olivetti PG 108 [PCL / HP LaserJet]","DEVICESPECIFIC"
  986. 6:hppcl.drv,"Olivetti PG 208 M2 [PCL / HP LaserJet]","DEVICESPECIFIC"
  987. 6:pscript.drv,"Olivetti PG 303 [PostScript Printer]","DEVICESPECIFIC"
  988. 6:hppcl.drv,"Olivetti PG 308 HS [PCL / HP LaserJet]","DEVICESPECIFIC"
  989. 6:pscript.drv,"Olivetti PG 308 HS [PostScript Printer]","DEVICESPECIFIC"
  990. 7:OLIPRINT.drv,"Olivetti PR 15B/17B [Olivetti PR 15/17/19]","167,120,72","60,72,120","83,120,144","120,144,120"
  991. 7:OLIPRINT.drv,"Olivetti PR 19B [Olivetti PR 15/17/19]","167,120,72","60,72,120","83,120,144","120,144,120"
  992. 7:OLIPRIN2.drv,"Olivetti PR 24","167,120,72","60,72,120","83,120,144","120,144,120"
  993. 7:TH760.drv,"Olivetti TH 760","100,120,120","100,60,60","100,240,240"
  994. 6:pscript.drv,"QMS ColorScript 100 [PostScript Printer]","DEVICESPECIFIC"
  995. 6:pscript.drv,"QMS-PS 800 [PostScript Printer]","DEVICESPECIFIC"
  996. 6:pscript.drv,"QMS-PS 800 Plus [PostScript Printer]","DEVICESPECIFIC"
  997. 6:pscript.drv,"QMS-PS 810 [PostScript Printer]","DEVICESPECIFIC"
  998. 6:hppcl.drv,"QuadLaser I [PCL / HP LaserJet]","DEVICESPECIFIC"
  999. 6:hppcl.drv,"Tandy LP-1000 [PCL / HP LaserJet]","DEVICESPECIFIC"
  1000. 6:hppcl.drv,"Tegra Genesis [PCL / HP LaserJet]","DEVICESPECIFIC"
  1001. 7:TI850.drv,"TI 850/855","167,120,72","60,72,120"
  1002. 6:pscript.drv,"TI OmniLaser 2108 [PostScript Printer]","DEVICESPECIFIC"
  1003. 6:pscript.drv,"TI OmniLaser 2115 [PostScript Printer]","DEVICESPECIFIC"
  1004. 7:TOSHIBA.drv,"Toshiba P351","100,180,180"
  1005. 7:TOSHIBA.drv,"Toshiba P1351","100,180,180"
  1006. 6:hppcl.drv,"Toshiba PageLaser12 [PCL / HP LaserJet]","DEVICESPECIFIC"
  1007. 6:pscript.drv,"Varityper VT-600 [PostScript Printer]","DEVICESPECIFIC"
  1008. 6:pscript.drv,"Wang LCS15 [PostScript Printer]","DEVICESPECIFIC"
  1009. 6:pscript.drv,"Wang LCS15 FontPlus [PostScript Printer]","DEVICESPECIFIC"
  1010. 6:hppcl.drv,"Wang LDP8 [PCL / HP LaserJet]","DEVICESPECIFIC"
  1011.  
  1012. [io.dependent]
  1013.   hppcl.drv=   6:finstall.dll, 6:finstall.hlp, 6:hppcl.hlp
  1014.   deskjet.drv= 6:deskjet.hlp,  6:finstall.dll, 6:finstall.hlp
  1015.   hppcl5a.drv= 6:finstall.dll, 6:finstall.hlp, 6:hppcl.hlp
  1016.   pscript.drv= 6:pscript.hlp
  1017.   ibm4019.drv= 7:sf4019.exe
  1018.   tty.drv=     7:tty.hlp
  1019.   paintjet.drv=7:paintjet.hlp, 7:cr12rpa.pjf, 7:lg12rpa.pjf, 7:lg08rpa.pjf
  1020.  
  1021. [special_adapter]
  1022. eitherlink  = DMAbuffersize,32        ; Needed if EitherLink MC is detected.
  1023.  
  1024. [ebios]
  1025. ebios       = x:*ebios               ; Required for most 386 machines.
  1026. hpebios     = 5:hpebios.386,x:*ebios ; Required for HP 386 machines.
  1027.  
  1028. [language]
  1029. ; Language drivers, must be installed for non US installation.
  1030. dan = 2:langsca.dll , "Danish"
  1031. dut = 2:langdut.dll , "Dutch"
  1032. usa =               , "English (American)"
  1033. eng = 2:langeng.dll , "English (International)"
  1034. fin = 2:langsca.dll , "Finnish"
  1035. frn = 2:langfrn.dll , "French"
  1036. fcf = 2:langeng.dll , "French Canadian"
  1037. ger = 2:langger.dll , "German"
  1038. ice = 2:langsca.dll , "Icelandic"
  1039. itn = 2:langeng.dll , "Italian"
  1040. nor = 2:langsca.dll , "Norwegian"
  1041. por = 2:langeng.dll , "Portuguese"
  1042. spa = 2:langspa.dll , "Spanish"
  1043. swe = 2:langsca.dll , "Swedish"
  1044. 
  1045. 
  1046. 
  1047. 
  1048. 
  1049. 
  1050.