Filter results by os:
DOS |
Windows 3.x |
Windows 9x/ME |
Windows NT/2000 |
Windows XP |
OS/2 |
BeOS |
Unix |
Clear filter
DOS / Packard Bell
EN
Packad Bell Menu System N/A
This is the DOS Packard Bell button oriented launcher that Packard Bell included with their Early computers, has buttons for tutorial, support, dosshell(if in path) and lotusworks(if in path) then another button that goes to a customizable menu to add whatever program buttons you need.
download
DOS / david hunter
EN
PARINT .parity error interceptor ver 2.0
PARINT .this file is dated 1980 .and was used in the apple altair computers /the CP/M OPERATING SYSTEM .The file was converted to be used in the IBM 3.1 operating system in 1984 .parity errors in the memory in motherboards and expansion boards must have been a worry to computer users back in the late 1970 and early 1980 so a small utility like this to test the memory parity must help .ibm then improved the parity checking with their own utility programmes .this small utility is only 512 bytes /so downloading such a small utility was impossible .so I combined this with WinRAR to make it big enough to download.so delete the WinRAR when opened to use the parint.com it will load into memory and be a warning if any parity errors show up in the memory .this looks to be a very early utility .so it is a scarce program.
download
DOS / PowerQuest
EN
Partition Magic 4.0 4.0
System Requirements: Processor 486DX RAM 16MB CD-ROM Drive Any Speed 3.5 inch Diskette Drive - Hard-Disk Free Space 12MB Operating System Windows95/98 Windows 3.1 Windows/ NT4.0Workstation DOS 5.0 or Later Windows95/98 Windows 3.1 Windows/ NT4.0 Workstation DOS 5.0 or above Monitor VGA Pointing Device No pointing device is required to operate
download
DOS / TurboPower Software
EN
patch for Turbo Professional 5.22 and Object Professional 1.30 f 5.22 and 1.30
patch for Turbo Professional 5.22 and Object Professional 1.30 for fast machines
download
DOS / DATEL
EN
PC Action Replay 4.8 Driver 4.8
To install, execute INSTALL.BAT in an empty directory (SFX). DOS / PC Action Replay card required (ISA card). Circa 1994 - 1995.
download
DOS / PC Magazine
EN
PC Magazine Labs Performance Tests 1.1
Hardware and Graphics tests from 1990 for Microsoft Windows 2, and OS/2 1.x Presentation Manager. This archive contains three 360k floppy disk images.
download
DOS / Mouse Systems
EN
PC Paint 1.0 1
The original PCPaint executable is hard coded to only run with the provided mouse driver version. Use the modified file in the "VersionFix" folder.
download
DOS / Not specified
EN
PC TIMER 1.3
Old utils to synchronize with real-time clock, includes PC TIMER v.1.3 (1984?) and Commodore RealTimeClock utility v.2.1 (1987)
download
DOS / Central Point Software
EN
PC Tools 3.23
PC Tools, from Central Point Software, is a system and disk utility suite similar to the Norton Utilities. Archive includes 3.5" and 5.25" disks and the manual.
download
DOS / Central Point Software
EN
PC Tools (1.2mb disks) 8
PC Tools 8 for DOS is a suite of disk utilities and tools. This archive contains six 1.2mb floppy disk images. You may extract them to 1.2mb disks, or use WinImage to convert them to 1.44mb format. Note that the installer requires you to install from the floppies.
download
DOS / PCTOOLS
EN
PC Tools 6 Deluxe Edition 6
PCTools 6 Deluxe Edition (Zip of 3 directories - each for one floppy disk)
download
DOS / Central Point Software
EN
PC Tools Deluxe 4.11
An early version of the PCTools disk DOS utility. This version only works on FAT partitions of 32mb or less.
download
EN
PC Tools Deluxe 5.1
PC Tools Deluxe is a set of system tools and utilities for the IBM PC. Note that setup is hard coded to install only from physical floppy disks.
download
DOS / Central Point Software
EN
Pc Tools Deluxe 5.5 5.5
Unzip in a temporary directory and see README.TXT in Disk1 directory (initially on 2 720 Kb 3"1/2 disks).
download
DOS / Central Point Software
FR
PC Tools Deluxe Version 6 6.0
PC TOOLS Deluxe v6.0 Français. L'archive contient les images des disquettes originales (WinImage). Voir le fichier "Lisez-moi.txt" pour plus d'informations.
download
DOS / The Forbin Project
EN
pc-disk .1985 type pc-disk.com to run .loads of exe and com file VER 3.0B
PC DISK THE FORBIN PROJECT VER 3.01 1985 PLENTY OF EXE AND COM FILES
download
DOS / Westlake Data
EN
PC-Fullbak 2.60
PC-Fullbak was a small low-cost hard drive backup program that aggressively competed head-on against Fifth Generation Systems Fastback. It was comparatively speedy, and supported appending to existing backups.
download
DOS / Tom Grubbe
EN
PC-PILOT Programmer's Pop-Up 1.0
PC-PILOT Programmer's Pop-Up Released as Freeware by Tom Grubbe 1-12-89 ------------------------------------------ PC-PILOT is your basic TSR program for programmer's. It can be run as a resident program or as a normal non-resident program by adding "-x" at the command line: PCPILOT -x The program will run and exit normally without becoming memory resident. If run as a resident program, make sure it is the last TSR loaded on your system. You can uninstall PCPILOT from the main menu and this is why it must be loaded last. I decided to release this program as FREEware for several reasons: 1. Because I'm a nice guy 2. To share some C functions that I find useful 3. So you can modify it to suit your specific needs 4. So you can be sure of the integrity of this program Requirements: IBM PC/XT/AT or compatable 256kb RAM minimum DOS 3.0 or greater Color or Monochrome monitor Borland's Turbo C (c) 1.5 or greater (optional) MASM or TASM assemblers (optional) Files in this archive: README .1ST - This file ASCII .C - C code for the Ascii chart BASECVT .C - C code for the number base converter BOXCHR .C - C code for the box character function CLRCODES.C - C code for the color codes function KEYCODES.C - C code for the keyboard codes function PRTCODES.C - C code for the printer setup function RULER .C - C code for the ruler TSR .C - C code for the TSR engine PCPILOT .PRJ - Project file for PCPILOT.EXE PCPILOT .C - main() module for PCPILOT.EXE PCPILOT .EXE - Executible program KBD .H - Keyboard functions header file SCR .H - Screen functions header file SCR .LIB - Screen functions library SCR .TXT - listing of modules in SCR.LIB SCR .ZIP - Source code for modules in SCR.LIB SCR.ZIP contains all the source code contained in SCR.LIB. Most of the functions were taken from the book "Systems Programming In Turbo C" by Michael J. Young, Others from the book "Supercharging C With Assembly Language" by Chesley Waite. These library functions alone make this download worth your while. I use them in just about every program that I write and you should find them useful as well. PCPILOT was compiled in Turbo C v2.0. If you do not have Turbo C, you won't be able to compile TSR.C which uses the "interrupt" function type, which most other compilers don't support, in many of its local functions. Sorry. Also, If you are not a programmer, most of this stuff is probably of no use to you anyway. Disclaimer: There is no guarentee that PCPILOT will work correctly in all situations, and in no event will I, the author, be liable for any damages arising from the use or misuse of this program. PCPILOT is FREEware and may be distributed and copied by anyone, anywhere, at any time. Tom Grubbe 575 Curie Drive San Jose, CA 95123
download
DOS / PC-SIG
EN
PC-SIG Disk 0906 0906 Misc Utilities
This disk contains about twenty different utilities for your PC or compatible computer. For example, the selective print screen utility will select the number of rows on the screen that you want to printout using the ``PrtSc'' option on your keyboard. An ``unprotect'' guide helps you run ``Managing Your Money'' from a hard disk without inserting the original disk in drive A. Also included are communication utilities for Qmodem and other utilities for Microsoft Word; DOS command utilities within windows; some C language utilities; how to unprotect Chessmaster 2000; a multi-level window in Turbo BASIC; and more. See File Descriptions for explanations of individual programs. Shareware
download