File Manager Extension
version 1.6
Copyright  1993 by Ingolf Kbler

This FMEXT1.DLL is freeware.
Use and enjoy.
You can use and copy this utility without any fee, but you are not allowed to 
utilize this DLL as component of a commercial product.

Any suggestions are welcome. Send it to CompuServe 100064,2000


What it is:
~~~~~~~~~~~
FMEXT1.DLL adds a menu named Extensions to the File Manager of Windows 3.1
or Windows for Workgroups 3.1. It adds the following feature to the File
Manager.

Copy Names to Clipboard
  Copies the path names of the selected file(s) to the clipboard. This feature
  is useful for writing batch files or something else.

Unzip
  Call a configurable unzip program.

Expand Compressed File
  Expand with the Microsoft utility COMPRESS compressed files. 

DOS  Windows
  Convert DOS files with PC-8 character set to Windows files with ISO-8 character
  set. All characters which can't be converted will be mapped to protected 
  blanks (0xa0).

UNIX  Windows
  Convert UNIX files with LF to Windows files with CRLF and expand TABs to 
  blanks,

Windows  UNIX
  Convert Windows files with CRLF to UNIX files with LF.

Notepad
  Call a configurable editor.

Hex Editor
  Call a configurable hex editor.

PIF Editor
  Call a configurable PIF editor.

If you use the Windows for Workgroups there are also tool buttons and help texts
added to the file manager. In addition to above described functions there will be 
add a toolbar icon for opening the "Disk / Format Disk..." dialog box.



Installation:
~~~~~~~~~~~~~
Copy FMEXT1.DLL to any directory.
Add the following line to the [AddOns] group in the profile WINFILE.INI

  FMext1=[<drive>:\<path>\]FMEXT1.DLL

To configure the utilities add a group [FMext1] with the following entries:

  [FMext1]
  edit   =[<drive>:\<path>\]<name.exe>              default: notepad.exe
  hexedit=[<drive>:\<path>\]<name.exe>              default: hedit.exe
  unzip  =[<drive>:\<path>\]<name.exe>              default: wuna.exe
  pifedit=[<drive>:\<path>\]<name.exe>              default: pifedit.exe
