home *** CD-ROM | disk | FTP | other *** search
/ Software One-Stop 3 / BOOTCDROM.iso / install / qaplus60 / disk2 / qaplusw.2 / BTMBD16.BMP
Encoding:
Text File  |  1994-01-26  |  15.8 KB  |  362 lines

  1.  
  2. [WINDOWS] SECTION
  3.  
  4. The [windows] section contains settings that affect the
  5. following parts of your Windows environment:
  6.  
  7.   * Applications that start when you start Windows
  8.   * Warning beep
  9.   * Printing
  10.   * Window border width
  11.   * Keyboard speed
  12.   * Mouse settings
  13.   * Definition of files as documents or programs
  14.  
  15. The [windows] section can contain the following settings:
  16.  
  17. ------------------------------------------------------------
  18. Beep=<yes-or-no>
  19.   Default: yes
  20.   Purpose: If this setting is enabled, Windows sounds a
  21.            warning beep when you attempt to do something
  22.            that is not allowed.
  23.   To change: Choose the Sound icon from the Control Panel
  24.            window.
  25. ------------------------------------------------------------
  26. BorderWidth=<number>
  27.   Default: 3
  28.   Purpose: Sets the width of the borders around all the
  29.            windows on your desktop except those (such as
  30.            Control Panel) that have a fixed size. The
  31.            allowed range is 1 (narrowest) to 49 (widest).
  32.   To change: Choose the Desktop icon from the Control Panel
  33.            window.
  34. ------------------------------------------------------------
  35. CursorBlinkRate=<milliseconds>
  36.   Default: 530
  37.   Purpose: Indicates how many milliseconds elapse between
  38.            each blink of the selection cursor.
  39.   To change: Choose the Desktop icon from the Control Panel
  40.            window.
  41. ------------------------------------------------------------
  42. Device=<output-device-name>, <device-driver>,
  43.        <port-connection>
  44.   Default: none
  45.   Purpose: Defines the default printer. The
  46.            <output-device-name> value can be any device name
  47.            given in the [devices] section. An explicit port
  48.            and driver must be assigned to the device. The
  49.            <device-driver> value is the filename (without
  50.            the extension) of the device-driver file. The
  51.            <port-connection> value is any portname given in
  52.            the [ports] section.
  53.   To change: Choose the Printers icon from the Control Panel
  54.            window.
  55. ------------------------------------------------------------
  56. DeviceNotSelectedTimeout=<seconds>
  57.   Default: 15
  58.   Purpose: Specifies the default number of seconds for
  59.            Windows to wait for a device to be switched on. A
  60.            value is saved for each printer listed in the
  61.            [PrinterPorts] section. If the device is not
  62.            switched on during this time, Windows won't print
  63.            to the device. Note that for some devices,
  64.            Windows immediately posts an error message if the
  65.            device is not already switched on.
  66.   To change: Use Notepad to edit the WIN.INI file. This
  67.            setting serves only as the system default value.
  68.            To change the value for a particular printer,
  69.            choose the Printers icon from the Control Panel
  70.            window. Using Control Panel changes the
  71.            corresponding value only in the [PrinterPorts]
  72.            section.
  73. ------------------------------------------------------------
  74. Documents=<extensions>
  75.   Default: none
  76.   Purpose: Defines files that are to be considered
  77.            "documents" by Windows. Files with the extensions
  78.            listed in the [extensions] section of WIN.INI are
  79.            automatically considered documents. Use this
  80.            setting to define only document file extensions
  81.            that are not in the [extensions] section. The
  82.            extensions listed here are not associated with
  83.            any application. Separate extension names with a
  84.            space, and do not include the preceding periods.
  85.   To change: Use Notepad to edit the WIN.INI file.
  86. ------------------------------------------------------------
  87. DoubleClickSpeed=<milliseconds>
  88.   Default: 452
  89.   Purpose: Establishes the maximum amount of time between
  90.            clicks of the mouse button that the system
  91.            will permit for one double-click. The lower the
  92.            value, the less time you have to click twice in
  93.            order to effect a double-click.
  94.   To change: Choose the Mouse icon from the Control Panel
  95.            window.
  96. ------------------------------------------------------------
  97. KeyboardSpeed=<milliseconds>
  98.   Default: 31
  99.   Purpose: Establishes how much time elapses between
  100.            repetitions of a character on the display when
  101.            you hold down a keyboard key. This setting does
  102.            not work for all keyboards. If you delete this
  103.            setting from WIN.INI, Windows Setup will not set
  104.            this speed, but the speed will still be set if
  105.            you choose the Keyboard icon in Control Panel
  106.            (even if you cancel out of it).
  107.   To change: Choose the Keyboard icon from the Control Panel
  108.            window.
  109. ------------------------------------------------------------
  110. Load=<filename(s)>
  111.   Default: none
  112.   Purpose: Specifies one or more applications that are to be
  113.            run as icons when Windows is started. This
  114.            value is a list of one or more filenames of
  115.            applications, or documents that are associated
  116.            with an application, each separated by a space.
  117.   To change: Use Notepad to edit the WIN.INI file.
  118. ------------------------------------------------------------
  119. MouseSpeed=<0-or-1-or-2>
  120.   Default: 1
  121.   Purpose: Establishes the relationship between mouse
  122.            movement and cursor movement when the value of
  123.            either MouseThreshold1 or MouseThreshold2 is
  124.            exceeded. When this occurs, Windows causes cursor
  125.            movement to accelerate according to the value of
  126.            MouseSpeed. If it is 0, there is no acceleration.
  127.            If it is 1, the cursor is moved twice the normal
  128.            speed when mouse movement exceeds the value of
  129.            MouseThreshold1. If it is 2, the cursor is moved
  130.            twice the normal speed when mouse movement
  131.            exceeds the value of MouseThreshold1 or four
  132.            times the normal speed if mouse movement exceeds
  133.            MouseThreshold2.
  134.   To change: Choose the Mouse icon from the Control Panel
  135.            window.
  136. ------------------------------------------------------------
  137. MouseThreshold1=<pixels>
  138.   Default: 5
  139.   Purpose: Establishes the maximum number of pixels that
  140.            the mouse can move between mouse interrupts
  141.            before Windows alters the relationship between
  142.            mouse movement and cursor movement. If the mouse
  143.            movement exceeds this threshold and MouseSpeed is
  144.            greater than zero, Windows moves the cursor at
  145.            twice the normal speed.
  146.   To change: Choose the Mouse icon from the Control Panel
  147.            window.
  148. ------------------------------------------------------------
  149. MouseThreshold2=<pixels>
  150.   Default: 10
  151.   Purpose: Establishes the maximum number of pixels that
  152.            the mouse can move between mouse interrupts
  153.            before Windows alters the relationship between
  154.            mouse movement and cursor movement. If the mouse
  155.            movement exceeds this threshold and MouseSpeed is
  156.            equal to 2, Windows moves the cursor at four
  157.            times the normal speed.
  158.   To change: Choose the Mouse icon from the Control Panel
  159.            window.
  160. ------------------------------------------------------------
  161. NetWarn=<0-or-1>
  162.   Default: 1
  163.   Purpose: Specifies whether Windows should display a
  164.            warning message if your system is configured to
  165.            run a network and the network is not running or
  166.            the wrong network is running. All Windows
  167.            network-related options will be disabled if the
  168.            network is disabled or incorrect. Setting this
  169.            value to 0 will disable the warning message.
  170.   To change: Choose the Network icon from the Control Panel
  171.            window.
  172. ------------------------------------------------------------
  173. NullPort=<string>
  174.   Default: "None"
  175.   Purpose: Specifies the name used for a null port. This
  176.            name appears in the Printers-Configure dialog box
  177.            in Control Panel when a device is installed (that
  178.            is, the device driver is present) but is not
  179.            connected to any port. This value also appears
  180.            for such a device in the [devices] section of
  181.            WIN.INI.
  182.   To change: Use Notepad to edit the WIN.INI file.
  183. ------------------------------------------------------------
  184. Programs=<extensions>
  185.   Default: com exe bat pif
  186.   Purpose: Defines which files Windows regards as
  187.            applications. Extension names are separated by a
  188.            space and do not include the preceding periods.
  189.   To change: Use Notepad to edit the WIN.INI file.
  190. ------------------------------------------------------------
  191. Run=<filename(s)>
  192.   Default: none
  193.   Purpose: Tells Windows to run one or more specified
  194.            applications when Windows is started. The value
  195.            is a list of one or more filenames of
  196.            applications, or documents associated with
  197.            applications, each separated by a space.
  198.   To change: Use Notepad to edit the WIN.INI file.
  199. ------------------------------------------------------------
  200. Spooler=<yes-or-no>
  201.   Default: yes
  202.   Purpose: Specifies whether output to the printer is to be
  203.            sent through Print Manager. Changing this value
  204.            to no disables Print Manager.
  205.   To change: Choose the Printers icon from the Control Panel
  206.            window.
  207. ------------------------------------------------------------
  208. TransmissionRetryTimeout=<seconds>
  209.   Default: 45
  210.   Purpose: Specifies the default amount of time to give
  211.            Windows for attempted transmission retries. A
  212.            value is saved for each printer in the
  213.            [PrinterPorts] section. If a successful
  214.            transmission does not occur during this time,
  215.            Windows posts a message box stating that the
  216.            printer is not receiving characters.
  217.   To change: Use Notepad to edit the WIN.INI file. This
  218.            setting serves only as the system default value.
  219.            To change the value for a particular printer,
  220.            choose the Printers icon from the Control Panel
  221.            window. Using Control Panel changes the
  222.            corresponding value only in the [PrinterPorts]
  223.            section.
  224. ------------------------------------------------------------
  225.  
  226. [DESKTOP] SECTION
  227.  
  228. The [desktop] section contains optional settings that
  229. control the appearance of the screen background (desktop)
  230. and the positioning of windows and icons on the screen.
  231.  
  232. The [desktop] section can contain the following settings:
  233.  
  234. ------------------------------------------------------------
  235. GridGranularity=<number>
  236.   Default: 0
  237.   Purpose: Specifies the size (in units of eight pixels)
  238.            of the grid that Windows uses to position
  239.            windows on the screen. The allowed range is 0
  240.            through 49.
  241.   To change: Choose the Desktop icon from the Control Panel
  242.            window.
  243. ------------------------------------------------------------
  244. IconSpacing=<pixels>
  245.   Default: 77
  246.   Purpose: Specifies the number of pixels that will appear
  247.            between icons. Increasing this number increases
  248.            the amount of space between icons.
  249.   To change: Choose the Desktop icon from the Control Panel
  250.            window.
  251. ------------------------------------------------------------
  252. Pattern=<b1 b2 b3 b4 b5 b6 b7 b8>
  253.   Default: "(None)"  (This string appears when no pattern
  254.                       is specified)
  255.   Purpose: Specifies a pattern that is used to paint the
  256.            screen background. The eight numeric values
  257.            define a bitmap eight pixels wide and eight
  258.            pixels high. Each decimal value represents a
  259.            byte, and each byte represents a row of eight
  260.            pixels. The following shows the effect of setting
  261.            a bit:
  262.  
  263.            Setting   Effect
  264.            -------   ------
  265.               0      Sets the corresponding pixel to the
  266.                      background color (specified by the
  267.                      Background setting in the [colors]
  268.                      section).
  269.  
  270.               1      Sets the corresponding pixel to the
  271.                      foreground color (specified by the
  272.                      WindowText setting in the [colors]
  273.                      section).
  274.  
  275.            For example, if you set the <b1> value to the
  276.            decimal value 175, the top row of pixels in the
  277.            bitmap will appear as the binary equivalent
  278.            (10101111) according to the preceding table.
  279.  
  280.   To change: Choose the Desktop icon from the Control Panel
  281.            window.
  282. ------------------------------------------------------------
  283. TileWallpaper=<0-or-1>
  284.   Default: 0
  285.   Purpose: Specifies whether to tile the desktop wallpaper
  286.            across the screen (set this value to 0) or to
  287.            center it (set this value to 1).
  288.   To change: Choose the Desktop icon from the Control Panel
  289.            window.
  290. ------------------------------------------------------------
  291. Wallpaper=<bitmap-filename>
  292.   Default: "(None)"  (This string appears when no pattern
  293.                       is specified)
  294.   Purpose: Supplies the name of a bitmap file. This bitmap
  295.            appears on the screen background. You need to
  296.            include the full pathname of the file if it is
  297.            not in the Windows or system directory.
  298.   To change: Choose the Desktop icon from the Control Panel
  299.            window.
  300. ------------------------------------------------------------
  301. WallpaperOriginX=<x-coordinate>
  302.   Default: 0
  303.   Purpose: Adjusts the initial offset of a tiled wallpaper.
  304.            The x-origin (default value) is the left side
  305.            of the screen.
  306. To change: Use Notepad to edit the WIN.INI file.
  307. ------------------------------------------------------------
  308. WallpaperOriginY=<y-coordinate>
  309.   Default: 0
  310.   Purpose: Adjusts the initial offset of a tiled wallpaper.
  311.            The y-origin (default value) is the top of the
  312.            screen.
  313.   To change: Use Notepad to edit the WIN.INI file.
  314. ------------------------------------------------------------
  315.  
  316. [EXTENSIONS] SECTION
  317.  
  318. The [extensions] section contains settings that link groups
  319. of document files with an application so that opening one of
  320. the document files automatically starts the application.
  321.  
  322. The [extensions] section can contain settings of the
  323. following type:
  324.  
  325. ------------------------------------------------------------
  326. <extension>=<command-line>
  327.  
  328.   Purpose: Contains a list of filename extensions that
  329.            identify documents, and corresponding command
  330.            lines that are invoked when you choose a file
  331.            that has the associated extensions.
  332.  
  333.            The <extension> keyname is an extension of one to
  334.            three characters. The <command-line> value is an
  335.            ordinary DOS command line. The command line
  336.            always begins with an application filename (with
  337.            the .EXE extension). This can be followed by any
  338.            command parameters the application needs, usually
  339.            including the document filename. The caret (^)
  340.            character can be used when the original document
  341.            filename is needed in the command line; the caret
  342.            is replaced by the document filename without any
  343.            extension. The most typical <extension> entries
  344.            simply list the application name and the document
  345.            name; for example:
  346.  
  347.              CAL=CALENDAR.EXE ^.CAL
  348.  
  349.            If you run a file called MYFILE.CAL after this
  350.            association has been made, the Calendar progam
  351.            will start and automatically open the file named
  352.            MYFILE.
  353.  
  354.   To change: Choose Associate from the File menu in File
  355.            Manager.
  356.  
  357. ------------------------------------------------------------
  358.  
  359. NOTE: See the WININI2.TXT file for the [intl], [ports],
  360.       [fonts], [PrinterPorts], [devices], and [colors]
  361.       section listings.
  362.