Filter results by category:
OS |
System |
DBMS |
Office |
Utility |
Communication |
Games |
Multimedia |
Other |
Clear filter
OS / IBM
DE
PC-DOS 3.3
5.25" Disk images, can be used with VirtualPC or other
download
NL
PC-DOS 3.30
Dutch version of IBM PC-DOS 3.30. It was here already, but in Teledisk TD0 format. I converted those guys to IMG-files. Done all this on VMware Fusion with my MacBook without disk drive! HAH!
download
FR
PC-DOS 4.00
French version of PC-DOS 4.00
download
EN
PC-DOS 6.30
Complete Base + Upgrade + Fixes + addins.
download
OS / IBM
EN
PC-DOS 2000
IBM PC-DOS 2000 iso image including disk image creator - you need 6 formatted 3,5" HD disks
download
DE
PC-DOS 2000 7.01B
Disks from the cdrom, + makedisk utility
download
OS / IBM
EN
PC-DOS 2000 (FAT16 :( ) 2000
IBM PC-DOS For The Year 2000
download
System / IBM
CN
PC-DOS 2000 (Simpl Chinese) 2000
Welcome to IBM's PC DOS 2000! You will find PC DOS 2000 a convenient package containing IBM's Year 2000 ready version of PC DOS 7, our award-winning DOS product. It contains everything you need in one easy-to-install package to get your DOS ready for Year 2000.
download
System / IBM
EN
PC-DOS 5 Corrective Service Diskette UR35423
This is an update disk released by IBM for PC-DOS 5.0. It contains updated XCOPY and QBASIC files.
download
Other / Micrografx
EN
PC-Draw 1.4
PC-Draw is a vector based drawing program for DOS. You can use it to make diagrams, schematics, charts, and drawings. It has optional support for plotters and light pens. Minimum requirements: o IBM PC, XT, AT, Enhanced PCjr or compatible computer o 256K RAM o Color/graphics adapter and color monitor o One diskette drive - PC-Draw will run off a hard disk.
download
DBMS / unknown
CZ
PC-FAND 1
jednoduchy databazovy system podobny Fox Pro, simple database system similar to Fox Pro
download
Games / Value Software
EN
PC-FASTYPE & ANIMATED MEMORY
PC-FasType is an easy-to-use menu-driven interactive typing instruction program that is designed for use by computer enthusiasts who wish to improve their typing skills on personal computers running the MS-DOS Operating System.
download
DBMS / Buttonware Inc.
EN
PC-File 6.0 Registered
This is a registered copy of PC-File 6.0 published by Buttonware in 1991. This file contains 2 720KB Diskette images and one graphics configuration file (which may or may not be necessary for your installation depending on your graphics card). If the graphics are "fuzzy" when you load the program, copy the "PCFILE.PRO" file to your installed directory and the graphics mode will be more DOS like. Enjoy!
download
DBMS / Buttonware Inc.
EN
PC-File 7.0 (Registered) 7.0
This is a regist0ered copy of PC-File 7.0 This version represents a change from a flat-file to a Relational Database System.
download
DBMS / ButtonWare
EN
PC-File+ 1.0
PC-File is a simple database management program for DOS. PC-File, along with PC-Write, and PC-Talk were the first popular products sold under the "Shareware" concept. PC-File+ is a major rewrite from PC-File 3.0 and PC-File/R, that switches to native use of the dBase III file format.
download
Utility / 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
Communication / Amica Inc.
EN
PC-Hooker Unknown
Menu driven file transfer utility between two MSDOS computers over serial ports. I still use it every day.
download
OS / INTERACTIVE Systems Corp.
EN
PC-IX
PC/IX (Personal Computer Interactive eXecutive) for the IBM PC and PC/XT. 19 x 360 KB DS/DD 5.25" images, get Dunfield ImageDisk from http://www.classiccmp.org/dunfield/img/index.htm to write them back to floppy disks.
download
EN
PC-IX 2.2
For 386 IBM PCs or x86 emu. Version 2.2 and 4.1 available here for download. .IMG format
download
OS / The Software Link
EN
PC-MOS/386 5.01
PC-MOS/386 was a multi-user, multi-tasking operating system produced by The Software Link. It will run much MS-DOS software on the host machine or a terminal connected to it. Unlike MS-DOS, PC-MOS/386 is optimized for the Intel 80386 processor; however early versions will run on any x86 computer.
download
Utility / 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
Games / Sanjay Kanade
EN
PC-Sherlock 1.3
Game of logic & deduction Test your logic and deduction AGAINST your computer. Here, unlike other mastermind games, your computer actually competes with you to deduce the secret number. And, it plays like a pro! The Game is presented in graphics where you and your computer must determine each other's secret number using pure logic. Runs on IBM Compatibles with HGA, EGA, or, VGA graphics.
download
Office / PC-SIG
EN
PC-SIG Disk 0855 FASTBUCKS version 3.18
FASTBUCKS is a home-financing program that is completely menu-driven, and easy to understand and operate. FASTBUCKS automatically creates files and updates them. FASTBUCKS supports up to 25 accounts each in checking, savings, and charge accounts, and one cash sheet. With each kind of account you can update, list, reconcile, balance, or edit a record.
download
Utility / 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