| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
A clone of the classic Windows 3.x Task Manager utility. This is part of the osFree Win16 Personality project — an open-source implementation of the 16-bit Windows environment.
This application is a functional clone of the Task Manager from Windows 3.x, heavily based on the book "Undocumented Windows: A Programmer's Guide to Reserved Microsoft Windows API Functions" by Andrew Schulman, David Maxey and Matt Pietrek. It displays a list of currently running applications and allows the user to manage them — switch between windows, end tasks, and arrange windows on the desktop.
It is a component of the osFree Janus project, which aims to create an open-source clone of Windows 3.0.
| File | Description |
|---|---|
| taskman.c | Main application source code |
| taskman.h | Header file with resource identifiers |
| makefile | Build file for Open Watcom Make |
| taskman.rc / rsrc.rc | Main resource file that includes language modules |
| En.rc | Resources for English |
| _wcc.cmd / _wcc.sh | Auxiliary build scripts |
We welcome your contributions! Please keep the following in mind:
Distributed under the osFree License (BSD 3-Clause).
See LICENSE for the full text.
This license is essentially the standard BSD 3-Clause license, with the name "osFree" substituted in the non-endorsement clause. It permits free use, modification, and distribution, including for commercial purposes, provided the copyright notice is retained.
Last updated: May 18, 2026
| Back | FazBrowse Home | New Git URL |