home *** CD-ROM | disk | FTP | other *** search
/ Shareware Supreme Volume 6 #1 / swsii.zip / swsii / 078 / WFILX119.ZIP / WINFILEX.TXT < prev   
Text File  |  1993-02-07  |  5KB  |  136 lines

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