CHANGES.md
ctrl+C copies path text to clipboardctrl+C) -> (ctrl+V) in the same dir, or drag-copy with mouse onto empty space in same dir.Version v10.0 represents the entire set of changes from Nov. 2007 until this OSS project was created.
ctrl+C -> copy)
instead of changing drivesctrl+X) followed by paste (ctrl+V) translates into a file move as one would expect%AppData%\Roaming\Microsoft\WinFilectrl+K starts a command shell (ConEmu if installed) in the current directory; shift+ctrl+K
starts an elevated command shell (cmd.exe only)ctrl+G) enables one to type a few words of a path and get a list of directories;
selecting one changes to that directory. Hardcoded to C:\ .The source code provided here (in the src directory) was copied from the Windows NT 4 source tree in November
2007. The tag named original_plus contains a very limited set of modifications
from the original sources to enable WinFile.exe to run on current Windows.
The most significant changes are:
The help directory contains both winfile.hlp and winfile.chm. Winfile.hlp was in the NT4
source tree, but does not work on Windows 10 any more. Winfile.chm was copied from
a regular installation of Windows 98 and works on Windows 10. As is, WinFile.exe
tries to launch winfile.hlp which fails.
To create your own local branch referring to this release, run git checkout -b <your branch> original_plus.