home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 12 / CD_ASCQ_12_0294.iso / vrac / pcpm9402.zip / ART10 < prev    next >
Text File  |  1994-01-23  |  2KB  |  45 lines

  1.                   Tips and Tecniques for MicroSoft Windows
  2. ...............................................................................
  3.               Setting in WIN.INI can increase the Double-Click 
  4.                               recognition area
  5.  
  6.      Do you sometimes have trouble holding the mouse perfectly still while
  7.    you're double-clicking? if so, you can save yourself a lot of frustration 
  8.    by broadening the area in which windows will detect a double-click. To
  9.    do so, open the WIN.INI file in notepad or SysEdit and find the [WINDOWS]
  10.    section. Then, add to this section the lines
  11.  
  12.    DoubleClickHeight=X
  13.    DoubleClickWidth=Y
  14.  
  15.    where X and Y represent the vertical and horizontal pixel ranges of the
  16.    double-click area centered around the target pixel. I recommend that you 
  17.    put it after the DoubleClickSpeed=Line. Once you've added the changes
  18.    save and exit the WIN.INI file and restart windows to implement the
  19.    enlarged Double-Click recognition area.
  20.  
  21. ...............................................................................
  22.  
  23.                   Starting Windows by typing WIN : can make your
  24.                                  System unstable
  25.  
  26.     You might know you can bypass the Windows logo when you start Windows by
  27.   Typing WIN : at the system prompt. However, this isn't the best way to bypass
  28.   the stsrtup logo, since this command can cause problems and make your system
  29.   unstable. A safer way to bypass the startup logo is when you start Windows
  30.   is to typw WIN and then press [Spacebar], then [F7], and finally [Enter].
  31.    At the System prompt, this command looks like this
  32.  
  33.    C:\>WIN ^@
  34.  
  35.   Another safe way to bypass the Windows Logo is to specify a program to
  36.   execute at startup when you issue the command to start Windows. This
  37.   command takes the form
  38.  
  39.   C:\>WIN path\program
  40.  
  41.   where path is the directory containing the program to execute and program 
  42.   is the the executable file the starts the program. If the directory contains
  43.   program appears in the PATH statement of your AUTOEXEC.BAT file, the only
  44.   parameter you need to include is program.
  45.