home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / PROGRAMS / UTILS / EGA_VGA / ATI_4.ZIP / W386-54B.INI < prev    next >
Encoding:
INI File  |  1989-07-18  |  3.1 KB  |  99 lines

  1. ; Lines preceded by a semicolon are comments ( i.e. this line is
  2. ; a comment ).    Comments may not contain an equal sign.
  3.  
  4. [windows]
  5. ; The "spooler" entry enables and disables the Spooler.  Setting
  6. ; this entry to "yes" enables the Spooler; setting it to "no"
  7. ; disables the Spooler.
  8. spooler=yes
  9. DoubleClickSpeed=500
  10. CursorBlinkRate=550
  11. ; In the MS-DOS Executive, the View menu's Program command displays
  12. ; those files which have an extension specified by the "programs"
  13. ; entry.  You may want to add the "pif" extension to this list.
  14. programs=com exe bat
  15. ; The "NullPort" entry determines the text used to denote that a
  16. ; peripheral device ( i.e. a printer ) is not connected to a port.
  17. ; In the Control Panel, see the Set menu's Connections command.
  18. NullPort=None
  19. ; The "load" entry determines what applications should be loaded
  20. ; as an icon when you start Windows.
  21. load=
  22. ; The "run" entry determines which applications will run when Windows
  23. ; is started.  Specify an application name or a file with one of the
  24. ; file extensions listed in the [extensions] section.  The former simply
  25. ; runs the application; the latter not only runs the application, but
  26. ; also loads the specified file into the application.
  27. run=
  28. PrinterSetup=0
  29.  
  30. [extensions]
  31. cal=calendar.exe ^.cal
  32. crd=cardfile.exe ^.crd
  33. trm=terminal.exe ^.trm
  34. txt=notepad.exe ^.txt
  35. ini=notepad.exe ^.ini
  36. msp=paint.exe ^.msp
  37. wri=write.exe ^.wri
  38.  
  39. [colors]
  40.  
  41. [pif]
  42. attrib.exe=96
  43. backup.com=128
  44. chkdsk.com=128
  45. command.com=256
  46. comp.com=64
  47. diskcomp.com=1
  48. diskcopy.com=1
  49. edlin.com=64
  50. find.exe=64
  51. format.exe=64
  52. join.exe=36
  53. mode.com=36
  54. more.com=64
  55. recover.com=64
  56. restore.com=128
  57. sort.exe=64
  58. subst.exe=36
  59.  
  60. [intl]
  61. dialog=yes
  62.  
  63. [ports]
  64. ; A line with [filename].PRN followed by an equal sign causes
  65. ; [filename] to appear in the Control Panel's Connections dialog.
  66. ; A printer connected to [filename] directs its output into this file.
  67. LPT1:=
  68. LPT2:=
  69. LPT3:=
  70. COM1:=9600,n,8,1
  71. COM2:=9600,n,8,1
  72. EPT:=
  73.  
  74. [win386]
  75. ; Windows/386 will allocate the amount of memory specified in the
  76. ; windowmemsize entry to Windows.  The minimum memory that can be
  77. ; allocated is around 420, but this will vary depending upon whether
  78. ; or not you are running with a network, which version of DOS you
  79. ; are running with, and so on.    The emmsize entry fixes the MAXIMUM 
  80. ; amount of extended memory that can be used as expanded memory at any
  81. ; one time.  Both your DOS applications and Windows itself will use this
  82. ; expanded memory.  You are probably best off leaving this entry blank,
  83. ; since Windows/386 will use a default value.
  84. windowmemsize=640
  85. emmsize=
  86. ;
  87. ; The AltEscape, AltEnter, and similar entries allow you to disable
  88. ; Windows/386's use of these special alt-key sequences.  Normally they
  89. ; should all be enabled (set to "on"), in which case these sequences are
  90. ; used by Windows/386 and are not seen by other applications.  If you need
  91. ; to run an application which relies on one of these sequences, you may
  92. ; set that entry to "off", then Windows/386 will ignore that key sequence,
  93. ; and it will be passed on to applications.
  94. altescape=off
  95. altenter=off
  96. altspace=off
  97. alttab=off
  98. altprintscn=on
  99.