home *** CD-ROM | disk | FTP | other *** search
/ CICA 1992 November / CICA_MS_Windows_CD-ROM_Walnut_Creek_November_1992.iso / win3 / util / secch2 / secchnce.doc < prev    next >
Text File  |  1991-07-23  |  6KB  |  161 lines

  1. SECOND CHANCE TO CLICK ON A FILE -- Version 2.0
  2.  
  3. INTRODUCTION
  4. Do you have a problem deciding which of your word 
  5. processors should handle a given .DOC file ?  Do you
  6. want to run a .BAT file, or would you prefer to view it
  7. first ?   Second Chance lets you associate multiple 
  8. candidate application programs with a given suffix.  
  9. Second Chance opens your Windows by spawning 
  10. the application of your choice when you click on a 
  11. given data file.
  12.  
  13. ADDING AN ASSOCIATION BY MENU
  14. The easy way to configure Second Chance is to select
  15. the Associate entry under the Second Chance's Control 
  16. Menu. The Associate dialog box shows a listbox
  17. containing all current multiple associations known
  18. to Second Chance. Regular, single associations made within
  19. Windows are not listed.  Enter a suffix of 1 to 3 
  20. characters, for example, DOC.  Next, enter from 2 to 16 
  21. application names (e.g. NOTEPAD) which Second Chance should 
  22. associate with that suffix.  Select the "Add" button to put 
  23. the association into effect.
  24.  
  25. If you enter only one application, Second Chance 
  26. associates the application directly with the suffix. 
  27. The next time you click on a file with that suffix, 
  28. you will bypass Second Chance. If you don't include a 
  29. suffix on an application name, Windows assumes the 
  30. suffix .EXE.
  31.  
  32. CHANGING AN ASSOCIATION BY MENU
  33. Alternately you may change an association by selecting its
  34. entry from the Associate listbox. Second Chance copies the 
  35. listbox entry to the "Suffix" and "Applications" edit fields.  
  36. If you delete all application names for a given suffix,
  37. Second Chance will break all of its associations with the 
  38. suffix.  After entering the desired new values, select the 
  39. "Change" button to put the association into effect. 
  40. You can use this scheme to modify the association currently 
  41. displayed on Second Chance's button menu!
  42.  
  43. DELETING AN ASSOCIATION BY MENU
  44. In the Associate menu, you may enter a suffix to delete, 
  45. or you may select a suffix from the listbox.
  46. Select the "Delete" button to direct Second Chance to 
  47. break all of its associations with the suffix.  Second Chance 
  48. updates your WIN.INI file and signals Windows that it has 
  49. done so.
  50.  
  51. EXITING THE ASSOCIATE MENU
  52. Selecting the "OK" button informs Second Chance that you 
  53. have no more associations to update.
  54.  
  55. CONFIGURING SECCHNCE MANUALLY
  56. To configure Second Chance manually, edit your WIN.INI 
  57. file with an editor such as "notepad."  Once in the 
  58. editor, move to the [Extensions] section. For suffixes 
  59. which should associate with multiple application 
  60. programs, replace the command field of the [Extensions] 
  61. parameters with secchnce.exe instead of the usual 
  62. application program. For example,
  63.  
  64. [Extensions]
  65. doc=secchnce.exe ^.doc
  66. txt=secchnce.exe ^.txt
  67. pcx=secchnce.exe ^.pcx
  68.  
  69. Elsewhere in the WIN.INI file, create a [secchnce] 
  70. section, adding a list of candidate application programs 
  71. for each suffix. Secchnce handles up to 16 applications 
  72. per suffix. For example,
  73.  
  74. [secchnce]
  75. doc=notepad.exe write.exe wp51-286.pif
  76. pcx=paint.exe gcp.exe pbrush.pif
  77. txt=notepad.exe write.exe wp51-286.pif
  78.  
  79. Save your WIN.INI file, exit Windows, and re-enter 
  80. Windows for configuration to take effect.
  81.  
  82. RUNNING OR EDITING .BAT FILES
  83. You can alternately run, edit, or view batch files, but
  84. they take special handling. First, remove the reference
  85. to "bat"  from the 'Programs' line under the [Windows]
  86. section of your WIN.INI file.  Using Second Chance's
  87. Associate menu, add an association between the suffix BAT 
  88. and the applications BATRUN.PIF, NOTEPAD, and any other 
  89. applications. [Notice that you must type BATRUN.PIF;
  90. not just BATRUN.] Copy the included BATRUN.PIF and 
  91. BATRUN.BAT files to a convenient directory on your PATH, 
  92. perhaps your Windows directory. The next time you click 
  93. on a .BAT file, you can run it by selecting BATRUN, or 
  94. you can view/edit it by selecting NOTEPAD. 
  95. [Thanks to Jorge Codina for this tip!]
  96.  
  97. HOW TO START UP APPLICATIONS FASTER
  98. If you specify the full pathname of an application to
  99. Second Chance, Windows loads it slightly faster; 
  100. otherwise, Windows searches in the following order: the current 
  101. directory, the Windows directory, the Windows system directory, 
  102. directories on the PATH environment variable, and the list of 
  103. directories mapped in a network. 
  104.  
  105. You may use Second Chance's "Display Path" and "Display 
  106. Suffix" option to show only the base application name within 
  107. Second Chance's button menu.
  108.  
  109. USING SECOND CHANCE
  110. As usual, double click on a filename displayed by 
  111. MS-DOS or File Manager. The Second Chance menu buttons 
  112. will appear.  Click on (or arrow key to) the desired 
  113. application program. On a successful selection, 
  114. Second Chance displays an hourglass while spawning your 
  115. selection then immediately exits. If a problem occurs,
  116. Second Chance displays a diagnostic message box.
  117.  
  118. KEYBOARD SPEED-UPS
  119. When the "Display Path" option is not active, 
  120. Second Chance's "button" menu allows the user to launch
  121. the preferred application by typing the first character in
  122. the application name. If multiple applications begin with
  123. the same letter, typing that letter allows you to skip among
  124. them. After coming to rest on the preferred application,
  125. launch it by typing either the Enter key or the space bar.
  126.  
  127. WINDOWS RELEASES SUPPORTED
  128. Second Chance runs under Windows 3.0 
  129. in real, standard, and 386 enhanced modes.
  130.  
  131. LIMITATIONS
  132. Second Chance passes only a single filename as a parameter 
  133. but no flags or switches.  
  134.  
  135. LEGAL
  136. Second Chance's users take all responsibility for using it.
  137. The author is not responsible for lost profits, etc.
  138.  
  139. TRADEMARKS
  140. 386 -- Intel Corp.
  141. MS-DOS, Windows -- Microsoft Corp.
  142.  
  143. WHAT'S NEW IN 2 ?
  144. The Associate menu has been enhanced considerably to display
  145. and manage all the current associations.  The "Display Path"
  146. and "Display Suffix" options provide borderline aesthetics.
  147. New keyboard speed-ups let you work quickly without the mouse.
  148.  
  149. Thanks to all Version 1 users and Version 2 beta testers who 
  150. sent in comments and suggestions.
  151. [Confidential to B.G. of Redmond, WA: the multiple associations 
  152. thing would look good in a future version of Windows.]
  153.  
  154. DISTRIBUTION OF SECOND CHANCE
  155. I place the Second Chance executable, SECCHNCE.EXE, and 
  156. its documentation, SECCHNCE.DOC, in the public domain.
  157. Please distribute them freely to anyone who would like
  158. to use them.
  159.  
  160. --Robert A. Heath
  161.