Skip to content

Microsoft's open sourced File Manager, with changes to get it running on older versions of Windows.

License

Notifications You must be signed in to change notification settings

TransmissionZero/WinFile-Classic

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Windows File Manager (WinFile)

Table of Contents

Introduction

This is a fork of Microsoft's Windows File Manager. It is an attempt to get the application running on older versions of Windows such as Windows NT 3.x and Windows 9x.

Currently the Unicode build successfully builds with Visual C++ 4.2, and the application runs under Windows NT 3.51 and Windows NT 4. Windows NT 3.1 is not yet supported because the application uses functions which didn't exist back then. Windows 9x support will also be tricky because there are lots of compiler errors in the ANSI build. If Windows 9x is possible though, who knows? Could it run under Win32s?

History

The Windows File Manager was originally released with Windows 3.0 in the early 1990s. You can read more about File Manager's history on Wikipedia.

License

Copyright (c) Microsoft Corporation. All rights reserved.

This repository contains additional changes made outside of Microsoft.

Licensed under the MIT License.

About

Microsoft's open sourced File Manager, with changes to get it running on older versions of Windows.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • C 96.8%
  • Makefile 3.1%
  • C++ 0.1%