home *** CD-ROM | disk | FTP | other *** search
/ CICA 1992 November / CICA_MS_Windows_CD-ROM_Walnut_Creek_November_1992.iso / win3 / util / wfilx115 / winfilex.txt < prev   
Text File  |  1992-10-22  |  4KB  |  112 lines

  1. WinFileX  V1.15 - A Filemanager Extender
  2. Copyright 1992 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. Just hold down the <CTRL> key while opening
  21.    the file in filemanager and the file is opened with the default
  22.    application.
  23.    (But keep in mind, that the file listbox in filemanager is a
  24.    multiselection listbox, and holding down the <CTRL> key will
  25.    select multiple files. But  the <CTRL> keyit is the only 'free' 
  26.    key, because <SHIFT> and <ALT> are used by filemanager itself)
  27.  
  28.  
  29. The installation of WinFileX is very easy:
  30. 1) Copy WINFILEX.EXE and WINFILEH.DLL to any (but the same) directory
  31. 2) Create a new item for WINFILEX.EXE in your startup group
  32. 3) Restart Windows.
  33.  
  34. The default application is notepad. If you want to have another, you
  35. have to add the following two lines to WINFILE.INI, where xxx is the
  36. path of your application:
  37.  
  38. [WinFileX]
  39. Default=xxxxx        (e.g. Default=C:\WINDOWS\TOOLS\EDITOR.EXE)
  40.  
  41. If you want to open a file with the default application and you get
  42. the error, that the default application can't execute. Then check
  43. the path of your application.
  44.  
  45.  
  46. If you don't like to be asked, if you want to open the selected file with the
  47. default application, you can add the following two lines to WINFILE.INI:
  48. (Note: If you have add the above two lines to WINFILE.INI, you have only to 
  49. add the last of the two lines below the others)
  50.  
  51. [WinFileX]
  52. NoQuery=1        (or y)
  53.  
  54.  
  55. WinFileX is invisible. If you want to close it, just start it a second
  56. time.
  57.  
  58.  
  59. During startup WinFileX trys to detect if your Windows is configured 
  60. for german language or not. If, WinFileX uses german language and if 
  61. not WinFileX uses english language. If you want to ignore the default 
  62. language you can add the following parameters to the call of WinFileX:
  63.  
  64. WINFILEX.EXE /D : german language
  65. WINFILEX.EXE /E : englisch language
  66.  
  67.  
  68. Bugs:
  69. - WinFileX will work, if you open a file by doubleclicking or by entering
  70.   <ENTER>. It will NOT work, if you use the OPEN command of the menu.
  71.  
  72.  
  73.  
  74.  
  75. You can use and distribute WINFILEX free, as long as the following files 
  76. are not changed and you distribute all files together
  77.  
  78. - winfilex.exe
  79. - winfileh.dll
  80. - winfilex.txt
  81.  
  82. I am programming WINFILEX because I have fun and not to make any profit. 
  83. That's why WINFILEX is free and you don't have to pay more or less high 
  84. registration charges.I think it is a bad habit, that more and more program 
  85. authors want to have money even for the smallest programs.
  86.  
  87. Long live Freeware!
  88.  
  89.  
  90. If you have problems, comments, suggestions or you detect one error, 
  91. please E-Mail to
  92.  
  93. s_furrer@ira.uka.de
  94.  
  95.  
  96.  
  97. (c) 1992 by Andreas Furrer
  98.  
  99.  
  100. Version history
  101.  
  102. 1.15: Now WinFileX will work with the search window
  103. 1.11: Bug fixed with Notepad and filenames without extension:
  104.       Notepad always added the extension .TXT to the filename
  105. 1.10: - Add NoQuery option.
  106.       - Now you can start the default application minimized when holding down 
  107.         the SHIFT key while opening the file.
  108.         (Like if you start other applications from filemanager.)
  109. 1.02: Bug fixed with filenames without extension
  110. 1.01: Bug fixed with ALT+doubleclick.
  111. 1.00: First version of WINFILEX.
  112.