Difference between revisions of "Windows 1.0 Developer Release 5"

From Computer History Wiki
Jump to: navigation, search
(Created page with "{{Infobox OS | image = Windows_in_1984_desktop.gif | caption = Microsoft Windows 1.0 Beta startup screen | name = Microsoft Windows 1.0 Developer Release 5 | creator = Microso...")
 
m (New category)
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
{{Infobox OS
 
{{Infobox OS
| image = Windows_in_1984_desktop.gif
+
| image = Windows_1_dr5_ms-dos-executive.png
| caption = Microsoft Windows 1.0 Beta startup screen
+
| caption = Microsoft Windows 1.0 MS-DOS Executive
 
| name = Microsoft Windows 1.0 Developer Release 5
 
| name = Microsoft Windows 1.0 Developer Release 5
 
| creator = Microsoft
 
| creator = Microsoft
Line 8: Line 8:
 
}}
 
}}
  
Microsoft Windows Development Release 5 (DR5) is an early pre-release version of Microsoft Windows 1.0, which shipped to testers in around November 1984. The next pre-release is Microsoft Windows Alpha.
+
'''Microsoft Windows Development Release 5''' ('''DR5''') is an early pre-release version of [[Microsoft]] [[Windows 1.0]], which shipped to testers in around November 1984. The next pre-release was Microsoft Windows Alpha.
  
 
There are several sample applications included to demonstrate the capabilities of Windows:
 
There are several sample applications included to demonstrate the capabilities of Windows:
Line 18: Line 18:
 
Puzzle game
 
Puzzle game
 
Reversi game
 
Reversi game
 +
 
==Machine requirements==
 
==Machine requirements==
 
This pre-release version supports IBM and COMPAQ personal computers with a graphical display adapter (either a Hercules or CGA display adapter), one floppy disk drive, and a hard disk drive.
 
This pre-release version supports IBM and COMPAQ personal computers with a graphical display adapter (either a Hercules or CGA display adapter), one floppy disk drive, and a hard disk drive.
Line 35: Line 36:
  
 
You can also rename or remove the CGA files and copy the Hercules files from the disk to the directory on your hard disk where Windows is installed.
 
You can also rename or remove the CGA files and copy the Hercules files from the disk to the directory on your hard disk where Windows is installed.
 +
 +
[[Category: Microsoft Operating Environments]]

Latest revision as of 20:35, 13 January 2024


Microsoft Windows 1.0 Developer Release 5
Windows 1 dr5 ms-dos-executive.png
Microsoft Windows 1.0 MS-DOS Executive
Creator: Microsoft
Architecture: i8086
Date Released: 1984


Microsoft Windows Development Release 5 (DR5) is an early pre-release version of Microsoft Windows 1.0, which shipped to testers in around November 1984. The next pre-release was Microsoft Windows Alpha.

There are several sample applications included to demonstrate the capabilities of Windows:

Graph application Chart application Font application Clock Puzzle game Reversi game

Machine requirements

This pre-release version supports IBM and COMPAQ personal computers with a graphical display adapter (either a Hercules or CGA display adapter), one floppy disk drive, and a hard disk drive.

Hercules support

While this version provides support for Hercules display adapters, only the files necessary to provide CGA support are copied by default. In order to copy the Hercules files, you will need to either modify the INSTALL.BAT file to copy the Hercules files by default, or copy the Hercules files later from the floppy disks yourself.

For Windows to copy the Hercules files by default, you will first need to make a backup copy of the first disk, and then make the following changes to INSTALL.BAT:

  • Change the following line:

copy a:ibmcolor.cin  %1\windows\test\cursor.exe copy a:ibmcolor.din  %1\windows\test\display.exe

  • To the following:

copy a:hercules.cin  %1\windows\test\cursor.exe copy a:hercules.din  %1\windows\test\display.exe

You can also rename or remove the CGA files and copy the Hercules files from the disk to the directory on your hard disk where Windows is installed.