home *** CD-ROM | disk | FTP | other *** search
/ swCHIP 1991 January / swCHIP_95-1.bin / desktop / wfilx120 / winfilex.txt < prev   
Text File  |  1995-12-09  |  5KB  |  143 lines

  1. WinFileX  V1.20 - A Filemanager Extender
  2.                   (c) 1992,93 by Andreas Furrer
  3. ===============================================
  4.  
  5. WinFileX is an add on for Windows filemanager which will fix
  6. two problems with the filemanager:
  7.  
  8. 1) You browse your directory with filemanager and you see something
  9.    like 'READ.ME' or 'README.1ST'. But if you doubleclick on such
  10.    a file, you only get the message, that there is no association
  11.    with the extension '.ME' or '.1ST'.
  12.    With WINFILEX you can have a default application (e.g. notepad)
  13.    for any extension that has no association.
  14.    Now if you doubleclick on 'READ.ME' or 'README.1ST' you will
  15.    be asked, if you want to open the file with the default application.
  16.  
  17. 2) You browse your directory with filemanager and you see something
  18.    like 'README.DOC'. But the extension '.DOC' is associated with
  19.    'WINWORD' and if you doubleclick now, 'WINWORD' is opened. But
  20.    'README.DOC' is only a simple text.
  21.    With WINFILEX you can open ANY file (even executables) with the
  22.    default application. 
  23.    There are two ways:
  24.    1) Click with the right button on the file.
  25.       Thanks to Joerg Findeisen for this idea.
  26.    2) Hold down the <CTRL> key while opening
  27.       the file in filemanager and the file is opened with the default
  28.       application.
  29.       (But keep in mind, that the file listbox in filemanager is a
  30.       multiselection listbox, and holding down the <CTRL> key will
  31.       select multiple files. But  the <CTRL> keyit is the only 'free' 
  32.       key, because <SHIFT> and <ALT> are used by filemanager itself)
  33.  
  34.  
  35. Installation
  36. ============
  37. The installation of WinFileX is very easy:
  38. 1) Copy WINFILEX.EXE and WINFILEH.DLL to any (but the same) directory
  39. 2) Create a new item for WINFILEX.EXE in your startup group
  40. 3) Restart Windows.
  41.  
  42.  
  43. Options
  44. =======
  45. The default application is notepad. If you want to have another, you
  46. have to add the following two lines to WINFILE.INI, where xxx is the
  47. path of your application:
  48.  
  49. [WinFileX]
  50. Default=xxxxx        (e.g. Default=C:\WINDOWS\TOOLS\EDITOR.EXE)
  51.  
  52. If you want to open a file with the default application and you get
  53. the error, that the default application can't execute. Then check
  54. the path of your application.
  55.  
  56.  
  57. If you don't like to be asked, if you want to open the selected file with the
  58. default application, you can add the following two lines to WINFILE.INI:
  59. (Note: If you have add the above two lines to WINFILE.INI, you have only to 
  60. add the last of the two lines below the others)
  61.  
  62. [WinFileX]
  63. NoQuery=1        (or y)
  64.  
  65.  
  66. If you want to disable the function of the right mouse, just add the 
  67. following two lines to WINFILE.INI:
  68. (Note: If you have add one otf the the above two lines to WINFILE.INI, 
  69. you have only to add the last of the two lines below the others)
  70.  
  71. [WinFileX]
  72. UseRightMouseButton=0  (or n)
  73.  
  74.  
  75.  
  76. WinFileX is invisible. If you want to close it, just start it a second
  77. time.
  78.  
  79.  
  80. During startup WinFileX trys to detect if your Windows is configured 
  81. for german language or not. If, WinFileX uses german language and if 
  82. not WinFileX uses english language. If you want to ignore the default 
  83. language you can add the following parameters to the call of WinFileX:
  84.  
  85. WINFILEX.EXE /D : german language
  86. WINFILEX.EXE /E : englisch language
  87.  
  88.  
  89.  
  90. Freeware-Note
  91. =============
  92. You can use and distribute WINFILEX free, as long as the following files 
  93. are not changed and you distribute all files together
  94.  
  95. - winfilex.exe
  96. - winfileh.dll
  97. - winfilex.txt
  98.  
  99. I am programming WINFILEX because I have fun and not to make any profit. 
  100. That's why WINFILEX is free and you don't have to pay more or less high 
  101. registration charges.I think it is a bad habit, that more and more program 
  102. authors want to have money even for the smallest programs.
  103.  
  104. Long live Freeware!
  105.  
  106.  
  107. If you have problems, comments, suggestions or you detect one error, 
  108. please E-Mail to
  109.  
  110. s_furrer@ira.uka.de
  111.  
  112.  
  113.  
  114. (c) 1992,93 by Andreas Furrer
  115.  
  116.  
  117. Version history
  118. ===============
  119. 1.20: - WinFileX will now also work with the 'Open' command of the menu.
  120.       - Now you can also use a default application for which you need to
  121.         pass additional parameters.
  122.       - Bug fixed with the UseRightMouseButton option.
  123. 1.19: - The right mouse will now open the file under the cursor. You don't
  124.         have to select it any more. The selection of the listbox will
  125.         not change.
  126. 1.18: - Now you can open a selected file with the default application if you
  127.         click with the right button in the window with the file. (The window 
  128.         with the file must have the focus!). This is the same as if you 
  129.         press <CTRL> and double click on the file.
  130.       - Fixed an error if you hold down <CTRL> AND <SHIFT>.
  131. 1.17: - The Icon of the hidden window of WinFileX is set to the correct icon.
  132. 1.16: - Fixed a problem with '.C' files.
  133. 1.15: - Now WinFileX will work with the search window.
  134. 1.11: - Bug fixed with Notepad and filenames without extension:
  135.         Notepad always added the extension .TXT to the filename.
  136. 1.10: - Add NoQuery option.
  137.       - Now you can start the default application minimized when holding down 
  138.         the SHIFT key while opening the file.
  139.         (Like if you start other applications from filemanager.)
  140. 1.02: - Bug fixed with filenames without extension
  141. 1.01: - Bug fixed with ALT+doubleclick.
  142. 1.00: - First version of WINFILEX.
  143.