Disk library updates
This commit is contained in:
parent
5e4e875d05
commit
2db934a99f
109 changed files with 4145 additions and 104 deletions
7
devices/pc/keyboard/us83-buttons-z150.xml
Normal file
7
devices/pc/keyboard/us83-buttons-z150.xml
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<keyboard id="keyboard" model="us83" pos="left" padleft="8px" padbottom="8px">
|
||||
<control type="button" binding="esc">ESC</control>
|
||||
<control type="button" binding="f1">F1</control>
|
||||
<control type="button" binding="f10">F10</control>
|
||||
<control type="button" binding="ctrl-alt-enter">CTRL-ALT-ENTER</control>
|
||||
</keyboard>
|
||||
|
|
@ -8,7 +8,7 @@
|
|||
<rom ref="/devices/pc/rom/att/6300/bios-143.xml"/>
|
||||
<video ref="/devices/pc/video/cdp/cga/cdp-cga.xml"/>
|
||||
<fdc ref="/disks/pc/compiled/library.xml"/>
|
||||
<keyboard ref="/devices/pc/keyboard/us83-buttons-debug.xml"/>
|
||||
<keyboard ref="/devices/pc/keyboard/us83-buttons-minimal.xml"/>
|
||||
<debugger id="debugger"/>
|
||||
<panel ref="/devices/pc/panel/wide.xml"/>
|
||||
<chipset ref="/devices/pc/chipset/att6300-cga-max.xml"/>
|
||||
|
|
|
|||
|
|
@ -11,6 +11,6 @@
|
|||
<control type="button" binding="run">Run</control>
|
||||
<control type="button" binding="reset">Reset</control>
|
||||
</cpu>
|
||||
<keyboard ref="/devices/pc/keyboard/us83-buttons-debug.xml"/>
|
||||
<chipset id="chipset" model="6300" sw1="01001001" sw2="11110000"/>
|
||||
<keyboard ref="/devices/pc/keyboard/us83-buttons-minimal.xml"/>
|
||||
<chipset id="chipset" model="att6300" sw1="01001000" sw2="11111001"/>
|
||||
</machine>
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@
|
|||
<rom ref="/devices/pc/rom/cdp/mpc1600/bios-434.xml"/>
|
||||
<video ref="/devices/pc/video/cdp/cga/cdp-cga.xml"/>
|
||||
<fdc ref="/disks/pc/compiled/library.xml"/>
|
||||
<keyboard ref="/devices/pc/keyboard/us83-buttons-debug.xml"/>
|
||||
<keyboard ref="/devices/pc/keyboard/us83-buttons-mpc1600.xml"/>
|
||||
<debugger id="debugger"/>
|
||||
<panel ref="/devices/pc/panel/wide.xml"/>
|
||||
<chipset ref="/devices/pc/chipset/mpc1600-cga-max.xml"/>
|
||||
|
|
|
|||
|
|
@ -11,6 +11,6 @@
|
|||
<control type="button" binding="run">Run</control>
|
||||
<control type="button" binding="reset">Reset</control>
|
||||
</cpu>
|
||||
<keyboard ref="/devices/pc/keyboard/us83-buttons-debug.xml"/>
|
||||
<keyboard ref="/devices/pc/keyboard/us83-buttons-mpc1600.xml"/>
|
||||
<chipset id="chipset" model="mpc1600" sw1="01001001" sw2="11110000"/>
|
||||
</machine>
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@
|
|||
<rom ref="/devices/pc/rom/zenith/z150/bios-z150-1988.xml"/>
|
||||
<video ref="/devices/pc/video/ibm/cga/ibm-cga.xml"/>
|
||||
<fdc ref="/disks/pc/compiled/library.xml"/>
|
||||
<keyboard ref="/devices/pc/keyboard/us83-buttons-minimal.xml"/>
|
||||
<keyboard ref="/devices/pc/keyboard/us83-buttons-z150.xml"/>
|
||||
<debugger id="debugger"/>
|
||||
<panel ref="/devices/pc/panel/wide.xml"/>
|
||||
<chipset ref="/devices/pc/chipset/z150-cga-max.xml"/>
|
||||
|
|
|
|||
|
|
@ -12,6 +12,6 @@
|
|||
<control type="button" binding="run">Run</control>
|
||||
<control type="button" binding="reset">Reset</control>
|
||||
</cpu>
|
||||
<keyboard ref="/devices/pc/keyboard/us83-buttons-minimal.xml"/>
|
||||
<keyboard ref="/devices/pc/keyboard/us83-buttons-z150.xml"/>
|
||||
<chipset id="chipset" model="z150" sw1="01001001"/>
|
||||
</machine>
|
||||
|
|
|
|||
|
|
@ -113,6 +113,8 @@ diagnostics, and more.
|
|||
### Applications
|
||||
|
||||
* Lotus 1-2-3 1.0A
|
||||
* [MicroPro WordStar 3.30](/disks/pc/apps/micropro/wordstar/3.30/)
|
||||
* [MicroPro WordStar 4.00](/disks/pc/apps/micropro/wordstar/4.00/)
|
||||
* Microsoft Chart 2.02
|
||||
* Microsoft Word 3.0
|
||||
* Microsoft Word 3.1
|
||||
|
|
@ -131,13 +133,24 @@ diagnostics, and more.
|
|||
### Microsoft Tools
|
||||
|
||||
* Microsoft BASIC
|
||||
* [Microsoft C 4.00](/disks/pc/tools/microsoft/c/4.00/)
|
||||
* Microsoft MASM 4.00
|
||||
* Microsoft Mouse 5.00
|
||||
* [Microsoft C Compiler 2.03](/disks/pc/tools/microsoft/c/2.03/)
|
||||
* [Microsoft C Compiler 3.00](/disks/pc/tools/microsoft/c/3.00/)
|
||||
* [Microsoft C Compiler 4.00](/disks/pc/tools/microsoft/c/4.00/)
|
||||
* [Microsoft C Compiler 5.00](/disks/pc/tools/microsoft/c/5.00/)
|
||||
* [Microsoft C Compiler 5.10](/disks/pc/tools/microsoft/c/5.10/)
|
||||
* [Microsoft Macro Assembler 1.00](/disks/pc/tools/microsoft/masm/1.00/)
|
||||
* [Microsoft Macro Assembler 3.00](/disks/pc/tools/microsoft/masm/3.00/)
|
||||
* [Microsoft Macro Assembler 3.01](/disks/pc/tools/microsoft/masm/3.01/)
|
||||
* [Microsoft Macro Assembler 4.00](/disks/pc/tools/microsoft/masm/4.00/)
|
||||
* [Microsoft Macro Assembler 5.00](/disks/pc/tools/microsoft/masm/5.00/)
|
||||
* [Microsoft Macro Assembler 5.10](/disks/pc/tools/microsoft/masm/5.10/)
|
||||
* [Microsoft Macro Assembler 6.00](/disks/pc/tools/microsoft/masm/6.00/)
|
||||
* [Microsoft Macro Assembler 6.11](/disks/pc/tools/microsoft/masm/6.11/)
|
||||
* [Microsoft Mouse 5.00](/disks/pc/tools/microsoft/mouse/5.00/)
|
||||
* [Microsoft OS/2 SDK 1.02](/disks/pc/tools/microsoft/os2/sdk/1.02/)
|
||||
* Microsoft Windows SDK 1.01
|
||||
* Microsoft Windows SDK 1.03
|
||||
* Microsoft Windows SDK 1.04
|
||||
* [Microsoft Windows SDK 1.01](/disks/pc/tools/microsoft/windows/sdk/1.01/)
|
||||
* [Microsoft Windows SDK 1.03](/disks/pc/tools/microsoft/windows/sdk/1.03/)
|
||||
* [Microsoft Windows SDK 1.04](/disks/pc/tools/microsoft/windows/sdk/1.04/)
|
||||
* Microsoft Windows SDK 2.03
|
||||
* Microsoft Windows SDK 3.00
|
||||
|
||||
|
|
|
|||
90
disks/pc/apps/micropro/wordstar/3.30/README.md
Normal file
90
disks/pc/apps/micropro/wordstar/3.30/README.md
Normal file
|
|
@ -0,0 +1,90 @@
|
|||
---
|
||||
layout: page
|
||||
title: MicroPro WordStar 3.30
|
||||
permalink: /disks/pc/apps/micropro/wordstar/3.30/
|
||||
---
|
||||
|
||||
MicroPro WordStar 3.30
|
||||
---
|
||||
|
||||
Directory listings of the five 160Kb distribution diskettes are provided below.
|
||||
|
||||
### Directory of WordStar 3.30 (Disk 1)
|
||||
|
||||
Volume in drive A has no label
|
||||
|
||||
Directory of A:\
|
||||
|
||||
WINSTALL COM 1152 03-02-83 12:00a
|
||||
WINSTALL OVR 38528 03-02-83 12:00a
|
||||
WS INS 43776 03-02-83 12:00a
|
||||
3 file(s) 83456 bytes
|
||||
|
||||
Total files listed:
|
||||
3 file(s) 83456 bytes
|
||||
75776 bytes free
|
||||
|
||||
### Directory of WordStar 3.30 (Disk 2)
|
||||
|
||||
Volume in drive A has no label
|
||||
|
||||
Directory of A:\
|
||||
|
||||
WSOVLY1 OVR 41216 04-12-83 12:00a
|
||||
WSMSGS OVR 29056 04-12-83 12:00a
|
||||
WSU COM 21376 01-01-80 12:02a
|
||||
PRINT TST 3968 04-12-83 12:00a
|
||||
WSCOLOR BAS 6656 04-12-83 12:00a
|
||||
WS COM 21376 01-01-80 12:09a
|
||||
6 file(s) 123648 bytes
|
||||
|
||||
Total files listed:
|
||||
6 file(s) 123648 bytes
|
||||
35840 bytes free
|
||||
|
||||
### Directory of WordStar 3.30 (Disk 3)
|
||||
|
||||
Volume in drive A has no label
|
||||
|
||||
Directory of A:\
|
||||
|
||||
SPELSTAR OVR 22784 03-31-83 12:00a
|
||||
SPELSTAR DCT 97024 03-31-83 12:00a
|
||||
SAMPLE TXT 3328 03-31-83 12:00a
|
||||
3 file(s) 123136 bytes
|
||||
|
||||
Total files listed:
|
||||
3 file(s) 123136 bytes
|
||||
36352 bytes free
|
||||
|
||||
### Directory of WordStar 3.30 (Disk 4)
|
||||
|
||||
Volume in drive A has no label
|
||||
|
||||
Directory of A:\
|
||||
|
||||
STARINDX COM 1920 07-27-83 12:06a
|
||||
STYLE COM 1152 07-27-83 12:06a
|
||||
STARINDX OVR 40192 02-01-83 12:06a
|
||||
STYLE OVR 30848 02-01-83 12:07a
|
||||
FORMAT FMT 384 07-27-83 12:07a
|
||||
MACHINES TXT 6912 07-27-83 12:08a
|
||||
6 file(s) 81408 bytes
|
||||
|
||||
Total files listed:
|
||||
6 file(s) 81408 bytes
|
||||
77312 bytes free
|
||||
|
||||
### Directory of WordStar 3.30 (Disk 5)
|
||||
|
||||
Volume in drive A has no label
|
||||
|
||||
Directory of A:\
|
||||
|
||||
MAILMRGE OVR 11520 03-31-83 12:00a
|
||||
1 file(s) 11520 bytes
|
||||
|
||||
Total files listed:
|
||||
1 file(s) 11520 bytes
|
||||
148480 bytes free
|
||||
|
||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
20
disks/pc/apps/micropro/wordstar/3.30/manifest.xml
Normal file
20
disks/pc/apps/micropro/wordstar/3.30/manifest.xml
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<?xml-stylesheet type="text/xsl" href="/versions/pcjs/1.21.2/manifest.xsl"?>
|
||||
<manifest type="software">
|
||||
<title>WordStar 3.30</title>
|
||||
<disk id="disk01" size="163840" chs="40:1:8" img="archive/D1_INST.IMG" href="/disks/pc/apps/micropro/wordstar/3.30/WS330-DISK1-INST.json" md5="575fb69854700aa0e80768346d3b53dd" md5json="4218599d958f843abc02f589b58cee8e">
|
||||
<name>WordStar 3.30 (Disk 1)</name>
|
||||
</disk>
|
||||
<disk id="disk02" size="163840" chs="40:1:8" img="archive/D2_PROG.IMG" href="/disks/pc/apps/micropro/wordstar/3.30/WS330-DISK2-PROG.json" md5="4f11ef42beb6221dcd3067fdffaeaa8e" md5json="bcc65f4efb80bad2043d4301f0c7f5b9">
|
||||
<name>WordStar 3.30 (Disk 2)</name>
|
||||
</disk>
|
||||
<disk id="disk03" size="163840" chs="40:1:8" img="archive/D3_SPELL.IMG" href="/disks/pc/apps/micropro/wordstar/3.30/WS330-DISK3-SPELL.json" md5="553614255e6d117092818bef5fb3ab76" md5json="03de2a46e9c1874d92ba463baf52c3f0">
|
||||
<name>WordStar 3.30 (Disk 3)</name>
|
||||
</disk>
|
||||
<disk id="disk04" size="163840" chs="40:1:8" img="archive/D4_STIDX.IMG" href="/disks/pc/apps/micropro/wordstar/3.30/WS330-DISK4-STIDX.json" md5="33c1a2728d74cad5329d5adced701799" md5json="a891ec8e11c167a12d8c5e6629c5c5ac">
|
||||
<name>WordStar 3.30 (Disk 4)</name>
|
||||
</disk>
|
||||
<disk id="disk05" size="163840" chs="40:1:8" img="archive/D5_MMRG.IMG" href="/disks/pc/apps/micropro/wordstar/3.30/WS330-DISK5-MMRG.json" md5="b61b5eadc6cc7d766128c2cefc399fe7" md5json="68415675b7e252aba563336024f7631a">
|
||||
<name>WordStar 3.30 (Disk 5)</name>
|
||||
</disk>
|
||||
</manifest>
|
||||
124
disks/pc/apps/micropro/wordstar/4.00/README.md
Normal file
124
disks/pc/apps/micropro/wordstar/4.00/README.md
Normal file
|
|
@ -0,0 +1,124 @@
|
|||
---
|
||||
layout: page
|
||||
title: MicroPro WordStar 4.00
|
||||
permalink: /disks/pc/apps/micropro/wordstar/4.00/
|
||||
---
|
||||
|
||||
MicroPro WordStar 4.00
|
||||
---
|
||||
|
||||
Directory listings of the six 360Kb distribution diskettes are provided below.
|
||||
|
||||
### Directory of WordStar 4.00 (INSTALL)
|
||||
|
||||
Volume in drive A has no label
|
||||
|
||||
Directory of A:\
|
||||
|
||||
WINSTALL EXE 25104 02-16-87 12:00p
|
||||
WSCHANGE EXE 66560 02-16-87 12:00p
|
||||
WSCHANGE OVR 45331 02-16-87 12:00p
|
||||
PRINT TST 5632 02-16-87 12:00p
|
||||
WS3KEYS PAT 1792 02-16-87 12:00p
|
||||
PATCH LST 82176 02-16-87 12:00p
|
||||
README COM 26597 02-16-87 12:00p
|
||||
README TXT 96189 02-16-87 12:00p
|
||||
8 file(s) 349381 bytes
|
||||
|
||||
Total files listed:
|
||||
8 file(s) 349381 bytes
|
||||
10240 bytes free
|
||||
|
||||
### Directory of WordStar 4.00 (PROGRAM)
|
||||
|
||||
Volume in drive A has no label
|
||||
|
||||
Directory of A:\
|
||||
|
||||
WS EXE 78208 02-25-87 12:46a
|
||||
WSMSGS OVR 43668 02-14-87 12:00p
|
||||
WSPRINT OVR 134784 02-14-87 12:00p
|
||||
WSSPELL OVR 23520 02-14-87 12:00p
|
||||
WSSHORT OVR 512 02-14-87 12:00p
|
||||
WSINDEX XCL 1536 02-14-87 12:00p
|
||||
WC EXE 9648 02-14-87 12:00p
|
||||
BOX 384 02-14-87 12:00p
|
||||
TEXT DOC 5632 02-14-87 12:00p
|
||||
RULER DOC 896 02-14-87 12:00p
|
||||
TABLE DOC 896 02-14-87 12:00p
|
||||
SAMPLE1 DOC 640 02-14-87 12:00p
|
||||
SAMPLE2 DOC 384 02-14-87 12:00p
|
||||
SAMPLE3 DOC 256 02-14-87 12:00p
|
||||
CHAPTER1 DOC 128 02-14-87 12:00p
|
||||
CHAPTER2 DOC 128 02-14-87 12:00p
|
||||
CHAPTER3 DOC 128 02-14-87 12:00p
|
||||
DIARY DOC 3584 02-14-87 12:00p
|
||||
LASER1 DOC 8448 02-14-87 12:00p
|
||||
LASER2 DOC 3200 02-14-87 12:00p
|
||||
20 file(s) 316580 bytes
|
||||
|
||||
Total files listed:
|
||||
20 file(s) 316580 bytes
|
||||
34816 bytes free
|
||||
|
||||
### Directory of WordStar 4.00 (DICTIONARY)
|
||||
|
||||
Volume in drive A has no label
|
||||
|
||||
Directory of A:\
|
||||
|
||||
INTERNAL DCT 25600 12-30-86 1:04p
|
||||
MAIN DCT 277504 12-30-86 1:04p
|
||||
PERSONAL DCT 10 12-30-86 1:04p
|
||||
3 file(s) 303114 bytes
|
||||
|
||||
Total files listed:
|
||||
3 file(s) 303114 bytes
|
||||
58368 bytes free
|
||||
|
||||
### Directory of WordStar 4.00 (TUTOR)
|
||||
|
||||
Volume in drive A has no label
|
||||
|
||||
Directory of A:\
|
||||
|
||||
TEACHME EXE 73520 12-22-86 11:59a
|
||||
WORDSTAR OVR 8576 01-15-87 2:43p
|
||||
INTRO OVR 19712 01-15-87 2:43p
|
||||
FEARNOT OVR 76160 01-15-87 2:43p
|
||||
QUICK OVR 71168 01-15-87 2:43p
|
||||
EXPLORE OVR 81024 01-15-87 2:43p
|
||||
6 file(s) 330160 bytes
|
||||
|
||||
Total files listed:
|
||||
6 file(s) 330160 bytes
|
||||
28672 bytes free
|
||||
|
||||
### Directory of WordStar 4.00 (WORD FINDER1)
|
||||
|
||||
Volume in drive A has no label
|
||||
|
||||
Directory of A:\
|
||||
|
||||
WF EXE 32881 01-21-87 12:16p
|
||||
WFINSTAL EXE 28716 01-21-87 12:16p
|
||||
WFSCREEN EXE 5196 01-21-87 12:16p
|
||||
WFSM SYN 163247 01-21-87 12:16p
|
||||
4 file(s) 230040 bytes
|
||||
|
||||
Total files listed:
|
||||
4 file(s) 230040 bytes
|
||||
129024 bytes free
|
||||
|
||||
### Directory of WordStar 4.00 (WORD FINDER2)
|
||||
|
||||
Volume in drive A has no label
|
||||
|
||||
Directory of A:\
|
||||
|
||||
WFBG SYN 325330 01-15-87 8:12a
|
||||
1 file(s) 325330 bytes
|
||||
|
||||
Total files listed:
|
||||
1 file(s) 325330 bytes
|
||||
36864 bytes free
|
||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
23
disks/pc/apps/micropro/wordstar/4.00/manifest.xml
Normal file
23
disks/pc/apps/micropro/wordstar/4.00/manifest.xml
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<?xml-stylesheet type="text/xsl" href="/versions/pcjs/1.21.2/manifest.xsl"?>
|
||||
<manifest type="software">
|
||||
<title>WordStar 4.00</title>
|
||||
<disk id="disk01" size="368640" chs="40:2:9" img="archive/WS400-INSTALLATION.7047.img" href="/disks/pc/apps/micropro/wordstar/4.00/WS400-DISK1-INST.json" md5="6e4745b62cc722f96cc1009c832e3435" md5json="8cc9b0f688e49738504ee8fd9866ded6">
|
||||
<name>WordStar 4.00 (INSTALL)</name>
|
||||
</disk>
|
||||
<disk id="disk02" size="368640" chs="40:2:9" img="archive/WS400-PROGRAM.7045.img" href="/disks/pc/apps/micropro/wordstar/4.00/WS400-DISK2-PROG.json" md5="aacacf57e12fc0ab2e496c0208962c9d" md5json="8ee4fbbf28180138e0cee6fe07e7589e">
|
||||
<name>WordStar 4.00 (PROGRAM)</name>
|
||||
</disk>
|
||||
<disk id="disk03" size="368640" chs="40:2:9" img="archive/WS400-DICTIONARY.6365.img" href="/disks/pc/apps/micropro/wordstar/4.00/WS400-DISK3-DICT.json" md5="ce2ec77eb6dc5eb39175e13980b202e5" md5json="70ee26e54a51666bbe6c5712b12fcb06">
|
||||
<name>WordStar 4.00 (DICTIONARY)</name>
|
||||
</disk>
|
||||
<disk id="disk04" size="368640" chs="40:2:9" img="archive/WS400-TUTOR.7023M.img" href="/disks/pc/apps/micropro/wordstar/4.00/WS400-DISK4-TUTOR.json" md5="e60c83f86d7da04efa6dba0af0a074f7" md5json="c390f0a2cb8bdd12da3453d25d469c0e">
|
||||
<name>WordStar 4.00 (TUTOR)</name>
|
||||
</disk>
|
||||
<disk id="disk05" size="368640" chs="40:2:9" img="archive/WS400-WORDFINDER1.7023.img" href="/disks/pc/apps/micropro/wordstar/4.00/WS400-DISK5-WORDFINDER1.json" md5="a862645a437961849a8e2063acb07794" md5json="5d2f701432287e94ef2f09f3bbade981">
|
||||
<name>WordStar 4.00 (WORD FINDER1)</name>
|
||||
</disk>
|
||||
<disk id="disk06" size="368640" chs="40:2:9" img="archive/WS400-WORDFINDER2.7016.img" href="/disks/pc/apps/micropro/wordstar/4.00/WS400-DISK6-WORDFINDER2.json" md5="151914cc3c36b096369fdd26bb307a91" md5json="1d44551c52c160b1dd8f7b646a789a95">
|
||||
<name>WordStar 4.00 (WORD FINDER2)</name>
|
||||
</disk>
|
||||
</manifest>
|
||||
|
|
@ -323,6 +323,17 @@
|
|||
<disk path="/disks/pc/apps/lotus/123/1.0a/123-DISK2-UTILITY.json">Lotus 1-2-3 (Utility)</disk>
|
||||
<disk path="/disks/pc/apps/lotus/123/1.0a/123-DISK3-GRAPH.json">Lotus 1-2-3 (Graph)</disk>
|
||||
<disk path="/disks/pc/apps/lotus/123/1.0a/123-DISK4-TUTORIAL.json">Lotus 1-2-3 (Tutorial)</disk>
|
||||
<disk path="/disks/pc/apps/micropro/wordstar/3.30/WS330-DISK1-INST.json">WordStar 3.30 (Disk 1)</disk>
|
||||
<disk path="/disks/pc/apps/micropro/wordstar/3.30/WS330-DISK2-PROG.json">WordStar 3.30 (Disk 2)</disk>
|
||||
<disk path="/disks/pc/apps/micropro/wordstar/3.30/WS330-DISK3-SPELL.json">WordStar 3.30 (Disk 3)</disk>
|
||||
<disk path="/disks/pc/apps/micropro/wordstar/3.30/WS330-DISK4-STIDX.json">WordStar 3.30 (Disk 4)</disk>
|
||||
<disk path="/disks/pc/apps/micropro/wordstar/3.30/WS330-DISK5-MMRG.json">WordStar 3.30 (Disk 5)</disk>
|
||||
<disk path="/disks/pc/apps/micropro/wordstar/4.00/WS400-DISK1-INST.json">WordStar 4.00 (INSTALL)</disk>
|
||||
<disk path="/disks/pc/apps/micropro/wordstar/4.00/WS400-DISK2-PROG.json">WordStar 4.00 (PROGRAM)</disk>
|
||||
<disk path="/disks/pc/apps/micropro/wordstar/4.00/WS400-DISK3-DICT.json">WordStar 4.00 (DICTIONARY)</disk>
|
||||
<disk path="/disks/pc/apps/micropro/wordstar/4.00/WS400-DISK4-TUTOR.json">WordStar 4.00 (TUTOR)</disk>
|
||||
<disk path="/disks/pc/apps/micropro/wordstar/4.00/WS400-DISK5-WORDFINDER1.json">WordStar 4.00 (WORD FINDER 1)</disk>
|
||||
<disk path="/disks/pc/apps/micropro/wordstar/4.00/WS400-DISK6-WORDFINDER2.json">WordStar 4.00 (WORD FINDER 2)</disk>
|
||||
<disk path="/disks/pc/apps/microsoft/chart/2.02/CHART202.json">MS Chart 2.02 (Unofficial)</disk>
|
||||
<disk path="/disks/pc/apps/microsoft/word/3.0/WORD30-DISK1-PROGRAM.json">MS Word 3.0 (Disk 1)</disk>
|
||||
<disk path="/disks/pc/apps/microsoft/word/3.0/WORD30-DISK2-SPELL.json">MS Word 3.0 (Disk 2)</disk>
|
||||
|
|
@ -361,6 +372,10 @@
|
|||
<disk path="/disks/pc/tools/borland/pascal/3.01a/TURBO-PASCAL-301A.json">Borland Turbo Pascal 3.01A</disk>
|
||||
<disk path="/disks/pc/tools/microsoft/basic/BASCOM536.json">MS BASIC (Compiler v5.36)</disk>
|
||||
<disk path="/disks/pc/tools/microsoft/basic/QUICKBASIC-DISK1.json">MS BASIC (QuickBASIC v2.0)</disk>
|
||||
<disk path="/disks/pc/tools/microsoft/c/2.03/MSC203-INSTALLED.json">MS C 2.03 (Installed)</disk>
|
||||
<disk path="/disks/pc/tools/microsoft/c/3.00/MSC300-DISK1.json">MS C 3.00 (Disk 1)</disk>
|
||||
<disk path="/disks/pc/tools/microsoft/c/3.00/MSC300-DISK2.json">MS C 3.00 (Disk 2)</disk>
|
||||
<disk path="/disks/pc/tools/microsoft/c/3.00/MSC300-DISK3.json">MS C 3.00 (Disk 3)</disk>
|
||||
<disk path="/disks/pc/tools/microsoft/c/4.00/MSC-048014-400-DISK1-COMPILER.json">MS C 4.00 (Disk 1)</disk>
|
||||
<disk path="/disks/pc/tools/microsoft/c/4.00/MSC-048014-400-DISK2-UTILITIES.json">MS C 4.00 (Disk 2)</disk>
|
||||
<disk path="/disks/pc/tools/microsoft/c/4.00/MSC-048014-400-DISK3-LIBSMALL.json">MS C 4.00 (Disk 3)</disk>
|
||||
|
|
@ -369,7 +384,46 @@
|
|||
<disk path="/disks/pc/tools/microsoft/c/4.00/MSC-048014-400-DISK6-STARTUP.json">MS C 4.00 (Disk 6)</disk>
|
||||
<disk path="/disks/pc/tools/microsoft/c/4.00/MSC-048014-400-DISK7-CODEVIEW.json">MS C 4.00 (Disk 7)</disk>
|
||||
<disk path="/disks/pc/tools/microsoft/c/4.00/MSC-048014-400-DISK8-DEVKIT.json">MS C 4.00 (Disk 8)</disk>
|
||||
<disk path="/disks/pc/tools/microsoft/c/5.00/MSC500-DISK1-SETUP.json">MS C 5.00 (SETUP)</disk>
|
||||
<disk path="/disks/pc/tools/microsoft/c/5.00/MSC500-DISK2-COMPILER.json">MS C 5.00 (COMPILER)</disk>
|
||||
<disk path="/disks/pc/tools/microsoft/c/5.00/MSC500-DISK3-UTILITY1.json">MS C 5.00 (UTILITY1)</disk>
|
||||
<disk path="/disks/pc/tools/microsoft/c/5.00/MSC500-DISK4-UTILITY2.json">MS C 5.00 (UTILITY2)</disk>
|
||||
<disk path="/disks/pc/tools/microsoft/c/5.10/MSC510-DISK01-SETUP.json">MS C 5.10 (SETUP)</disk>
|
||||
<disk path="/disks/pc/tools/microsoft/c/5.10/MSC510-DISK02-COMPILER1.json">MS C 5.10 (COMPILER1)</disk>
|
||||
<disk path="/disks/pc/tools/microsoft/c/5.10/MSC510-DISK03-COMPILER2.json">MS C 5.10 (COMPILER2)</disk>
|
||||
<disk path="/disks/pc/tools/microsoft/c/5.10/MSC510-DISK04-UTILITY1.json">MS C 5.10 (UTILITY1)</disk>
|
||||
<disk path="/disks/pc/tools/microsoft/c/5.10/MSC510-DISK05-UTILITY2.json">MS C 5.10 (UTILITY2)</disk>
|
||||
<disk path="/disks/pc/tools/microsoft/c/5.10/MSC510-DISK06-INCLUDE.json">MS C 5.10 (INCLUDE)</disk>
|
||||
<disk path="/disks/pc/tools/microsoft/c/5.10/MSC510-DISK07-LIBSM.json">MS C 5.10 (LIBSM)</disk>
|
||||
<disk path="/disks/pc/tools/microsoft/c/5.10/MSC510-DISK08-LIBLC.json">MS C 5.10 (LIBLC)</disk>
|
||||
<disk path="/disks/pc/tools/microsoft/c/5.10/MSC510-DISK09-LIBFP.json">MS C 5.10 (LIBFP)</disk>
|
||||
<disk path="/disks/pc/tools/microsoft/c/5.10/MSC510-DISK10-CVDOS.json">MS C 5.10 (CVDOS)</disk>
|
||||
<disk path="/disks/pc/tools/microsoft/c/5.10/MSC510-DISK11-QCDOS.json">MS C 5.10 (QCDOS)</disk>
|
||||
<disk path="/disks/pc/tools/microsoft/c/5.10/MSC510-DISK12-UTILITY3.json">MS C 5.10 (UTILITY3)</disk>
|
||||
<disk path="/disks/pc/tools/microsoft/c/5.10/MSC510-DISK13-LIBOS2.json">MS C 5.10 (LIBOS2)</disk>
|
||||
<disk path="/disks/pc/tools/microsoft/c/5.10/MSC510-DISK14-CVOS2.json">MS C 5.10 (CVOS2)</disk>
|
||||
<disk path="/disks/pc/tools/microsoft/masm/1.00/MASM100.json">MS MASM 1.00</disk>
|
||||
<disk path="/disks/pc/tools/microsoft/masm/3.00/MASM-016014-300.json">MS MASM 3.00</disk>
|
||||
<disk path="/disks/pc/tools/microsoft/masm/3.01/MASM-016014-301.json">MS MASM 3.01</disk>
|
||||
<disk path="/disks/pc/tools/microsoft/masm/4.00/MASM-016014-400.json">MS MASM 4.00</disk>
|
||||
<disk path="/disks/pc/tools/microsoft/masm/5.00/MASM500-DISK1.json">MS MASM 5.00 (Disk 1)</disk>
|
||||
<disk path="/disks/pc/tools/microsoft/masm/5.00/MASM500-DISK2.json">MS MASM 5.00 (Disk 2)</disk>
|
||||
<disk path="/disks/pc/tools/microsoft/masm/5.10/MASM510-DISK1.json">MS MASM 5.10 (Disk 1)</disk>
|
||||
<disk path="/disks/pc/tools/microsoft/masm/5.10/MASM510-DISK2.json">MS MASM 5.10 (Disk 2)</disk>
|
||||
<disk path="/disks/pc/tools/microsoft/masm/5.10/MASM510-DISK3.json">MS MASM 5.10 (Disk 3)</disk>
|
||||
<disk path="/disks/pc/tools/microsoft/masm/5.10/MASM510-DISK4.json">MS MASM 5.10 (Disk 4)</disk>
|
||||
<disk path="/disks/pc/tools/microsoft/masm/5.10/MASM510-DISK5.json">MS MASM 5.10 (Disk 5)</disk>
|
||||
<disk path="/disks/pc/tools/microsoft/masm/5.10/MASM510-DISK6.json">MS MASM 5.10 (Disk 6)</disk>
|
||||
<disk path="/disks/pc/tools/microsoft/masm/6.00/MASM600-DISK1.json">MS MASM 6.00 (Disk 1)</disk>
|
||||
<disk path="/disks/pc/tools/microsoft/masm/6.00/MASM600-DISK2.json">MS MASM 6.00 (Disk 2)</disk>
|
||||
<disk path="/disks/pc/tools/microsoft/masm/6.00/MASM600-DISK3.json">MS MASM 6.00 (Disk 3)</disk>
|
||||
<disk path="/disks/pc/tools/microsoft/masm/6.00/MASM600-DISK4.json">MS MASM 6.00 (Disk 4)</disk>
|
||||
<disk path="/disks/pc/tools/microsoft/masm/6.00/MASM600-DISK5.json">MS MASM 6.00 (Disk 5)</disk>
|
||||
<disk path="/disks/pc/tools/microsoft/masm/6.11/MASM610-DISK1.json">MS MASM 6.11 (Disk 1)</disk>
|
||||
<disk path="/disks/pc/tools/microsoft/masm/6.11/MASM610-DISK2.json">MS MASM 6.11 (Disk 2)</disk>
|
||||
<disk path="/disks/pc/tools/microsoft/masm/6.11/MASM610-DISK3.json">MS MASM 6.11 (Disk 3)</disk>
|
||||
<disk path="/disks/pc/tools/microsoft/masm/6.11/MASM610-DISK4.json">MS MASM 6.11 (Disk 4)</disk>
|
||||
<disk path="/disks/pc/tools/microsoft/masm/6.11/MASM610-DISK5.json">MS MASM 6.11 (Disk 5)</disk>
|
||||
<disk path="/disks/pc/tools/microsoft/mouse/5.00/MSMOUSE-000199-500-DISK1-SYSTEM.json">MS Mouse 5.00 (System)</disk>
|
||||
<disk path="/disks/pc/tools/microsoft/mouse/5.00/MSMOUSE-000199-500-DISK2-PROGRAM.json">MS Mouse 5.00 (Program)</disk>
|
||||
<disk path="/disks/pc/tools/microsoft/os2/sdk/1.02/MSOS2-SDK102-DISK04.json">MS OS/2 SDK 1.02: TOOLKIT1</disk>
|
||||
|
|
|
|||
|
|
@ -60,6 +60,8 @@
|
|||
<manifest ref="/disks/pc/unix/microport/system-v/2.3/manifest.xml"/>
|
||||
<manifest ref="/disks/pc/xenix/sco/8086/2.1.3/manifest.xml"/>
|
||||
<manifest ref="/disks/pc/apps/lotus/123/1.0a/manifest.xml"/>
|
||||
<manifest ref="/disks/pc/apps/micropro/wordstar/3.30/manifest.xml"/>
|
||||
<manifest ref="/disks/pc/apps/micropro/wordstar/4.00/manifest.xml"/>
|
||||
<manifest ref="/disks/pc/apps/microsoft/chart/2.02/manifest.xml"/>
|
||||
<manifest ref="/disks/pc/apps/microsoft/word/3.0/manifest.xml"/>
|
||||
<manifest ref="/disks/pc/apps/microsoft/word/3.1/manifest.xml"/>
|
||||
|
|
@ -68,8 +70,19 @@
|
|||
<manifest ref="/disks/pc/tools/borland/pascal/3.00b/manifest.xml"/>
|
||||
<manifest ref="/disks/pc/tools/borland/pascal/3.01a/manifest.xml"/>
|
||||
<manifest ref="/disks/pc/tools/microsoft/basic/manifest.xml"/>
|
||||
<manifest ref="/disks/pc/tools/microsoft/c/2.03/manifest.xml"/>
|
||||
<manifest ref="/disks/pc/tools/microsoft/c/3.00/manifest.xml"/>
|
||||
<manifest ref="/disks/pc/tools/microsoft/c/4.00/manifest.xml"/>
|
||||
<manifest ref="/disks/pc/tools/microsoft/c/5.00/manifest.xml"/>
|
||||
<manifest ref="/disks/pc/tools/microsoft/c/5.10/manifest.xml"/>
|
||||
<manifest ref="/disks/pc/tools/microsoft/masm/1.00/manifest.xml"/>
|
||||
<manifest ref="/disks/pc/tools/microsoft/masm/3.00/manifest.xml"/>
|
||||
<manifest ref="/disks/pc/tools/microsoft/masm/3.01/manifest.xml"/>
|
||||
<manifest ref="/disks/pc/tools/microsoft/masm/4.00/manifest.xml"/>
|
||||
<manifest ref="/disks/pc/tools/microsoft/masm/5.00/manifest.xml"/>
|
||||
<manifest ref="/disks/pc/tools/microsoft/masm/5.10/manifest.xml"/>
|
||||
<manifest ref="/disks/pc/tools/microsoft/masm/6.00/manifest.xml"/>
|
||||
<manifest ref="/disks/pc/tools/microsoft/masm/6.11/manifest.xml"/>
|
||||
<manifest ref="/disks/pc/tools/microsoft/mouse/5.00/manifest.xml"/>
|
||||
<manifest ref="/disks/pc/tools/microsoft/os2/sdk/1.02/manifest.xml"/>
|
||||
<manifest ref="/disks/pc/tools/microsoft/windows/sdk/1.01/manifest.xml"/>
|
||||
|
|
|
|||
|
|
@ -7,6 +7,28 @@ permalink: /disks/pc/tools/microsoft/
|
|||
Microsoft Languages and Tools
|
||||
---
|
||||
|
||||
* Microsoft BASIC
|
||||
* [Microsoft C Compiler 2.03](/disks/pc/tools/microsoft/c/2.03/)
|
||||
* [Microsoft C Compiler 3.00](/disks/pc/tools/microsoft/c/3.00/)
|
||||
* [Microsoft C Compiler 4.00](/disks/pc/tools/microsoft/c/4.00/)
|
||||
* [Microsoft C Compiler 5.00](/disks/pc/tools/microsoft/c/5.00/)
|
||||
* [Microsoft C Compiler 5.10](/disks/pc/tools/microsoft/c/5.10/)
|
||||
* [Microsoft Macro Assembler 1.00](/disks/pc/tools/microsoft/masm/1.00/)
|
||||
* [Microsoft Macro Assembler 3.00](/disks/pc/tools/microsoft/masm/3.00/)
|
||||
* [Microsoft Macro Assembler 3.01](/disks/pc/tools/microsoft/masm/3.01/)
|
||||
* [Microsoft Macro Assembler 4.00](/disks/pc/tools/microsoft/masm/4.00/)
|
||||
* [Microsoft Macro Assembler 5.00](/disks/pc/tools/microsoft/masm/5.00/)
|
||||
* [Microsoft Macro Assembler 5.10](/disks/pc/tools/microsoft/masm/5.10/)
|
||||
* [Microsoft Macro Assembler 6.00](/disks/pc/tools/microsoft/masm/6.00/)
|
||||
* [Microsoft Macro Assembler 6.11](/disks/pc/tools/microsoft/masm/6.11/)
|
||||
* [Microsoft Mouse 5.00](/disks/pc/tools/microsoft/mouse/5.00/)
|
||||
* [Microsoft OS/2 SDK 1.02](/disks/pc/tools/microsoft/os2/sdk/1.02/)
|
||||
* [Microsoft Windows SDK 1.01](/disks/pc/tools/microsoft/windows/sdk/1.01/)
|
||||
* [Microsoft Windows SDK 1.03](/disks/pc/tools/microsoft/windows/sdk/1.03/)
|
||||
* [Microsoft Windows SDK 1.04](/disks/pc/tools/microsoft/windows/sdk/1.04/)
|
||||
* Microsoft Windows SDK 2.03
|
||||
* Microsoft Windows SDK 3.00
|
||||
|
||||
Below are all the "Microsoft Languages NewsLetters" that Microsoft published in
|
||||
[PC Tech Journal](/pubs/pc/magazines/pctj/), before they decided to focus exclusively
|
||||
on their own publication, [Microsoft Systems Journal](/pubs/pc/magazines/msj/).
|
||||
|
|
|
|||
1
disks/pc/tools/microsoft/c/2.03/MSC203-INSTALLED.json
Normal file
1
disks/pc/tools/microsoft/c/2.03/MSC203-INSTALLED.json
Normal file
File diff suppressed because one or more lines are too long
47
disks/pc/tools/microsoft/c/2.03/README.md
Normal file
47
disks/pc/tools/microsoft/c/2.03/README.md
Normal file
|
|
@ -0,0 +1,47 @@
|
|||
---
|
||||
layout: page
|
||||
title: Microsoft C Compiler 2.03
|
||||
permalink: /disks/pc/tools/microsoft/c/2.03/
|
||||
---
|
||||
|
||||
Microsoft C Compiler 2.03
|
||||
---
|
||||
|
||||
We do not have an original distribution disk for Microsoft C Compiler 2.03. It included the following files.
|
||||
|
||||
### Directory of MS C 2.03 (Installed)
|
||||
|
||||
Directory of A:\
|
||||
|
||||
CAT C 640 07-06-83 5:53p
|
||||
CC BAT 239 07-26-93 5:42p
|
||||
CONIO C 3067 09-19-99 3:30p
|
||||
CS OBJ 1003 11-22-83 12:32p
|
||||
CTYPE H 2198 11-22-83 11:09a
|
||||
DM8086 H 532 09-19-83 2:31a
|
||||
DOS H 5481 11-21-83 9:36p
|
||||
ERROR H 2048 08-01-82 1:03a
|
||||
FCNTL H 896 06-09-83 11:40p
|
||||
FTOC C 640 07-06-83 5:53p
|
||||
FXU C 4352 07-06-83 5:54p
|
||||
FXU EXE 9600 11-22-83 10:08p
|
||||
IOS1 H 1092 09-22-83 5:31p
|
||||
LIB EXE 22866 02-15-84 5:44p
|
||||
LINK EXE 39680 12-09-83 12:17p
|
||||
LM8086 H 640 07-23-83 9:38a
|
||||
M8086 H 640 07-26-90 6:47p
|
||||
MAIN C 2383 10-12-83 6:12p
|
||||
MC1 EXE 64896 04-09-84 3:52p
|
||||
MC2 EXE 65664 04-09-84 4:09p
|
||||
MCS LIB 79360 04-06-84 8:49p
|
||||
MSDOS H 128 07-22-83 3:20p
|
||||
OMD EXE 25984 11-22-83 10:04p
|
||||
PM8086 H 532 09-19-83 2:37a
|
||||
SM8086 H 532 09-19-83 2:29a
|
||||
STDIO H 1920 01-19-87 5:45a
|
||||
TINYMAIN C 896 07-06-83 5:53p
|
||||
27 file(s) 337909 bytes
|
||||
|
||||
Total files listed:
|
||||
27 file(s) 337909 bytes
|
||||
11264 bytes free
|
||||
13
disks/pc/tools/microsoft/c/2.03/manifest.xml
Normal file
13
disks/pc/tools/microsoft/c/2.03/manifest.xml
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<?xml-stylesheet type="text/xsl" href="/versions/pcjs/1.21.2/manifest.xsl"?>
|
||||
<manifest type="software">
|
||||
<title>Microsoft C Compiler</title>
|
||||
<version>2.03</version>
|
||||
<type>Tool</type>
|
||||
<category>C Compiler</category>
|
||||
<author>Microsoft</author>
|
||||
<releaseDate/>
|
||||
<disk id="disk01" size="368640" chs="40:2:9" img="archive/MSC203-INSTALLED.img" href="/disks/pc/tools/microsoft/c/2.03/MSC203-INSTALLED.json" md5="f8f7538eda49de2920d15992b058970b" md5json="b4d6e083db716ad11f931076cfd80ba5">
|
||||
<name>MS C 2.03 (Installed)</name><desc>Compiler</desc>
|
||||
</disk>
|
||||
</manifest>
|
||||
1
disks/pc/tools/microsoft/c/3.00/MSC300-DISK1.json
Normal file
1
disks/pc/tools/microsoft/c/3.00/MSC300-DISK1.json
Normal file
File diff suppressed because one or more lines are too long
1
disks/pc/tools/microsoft/c/3.00/MSC300-DISK2.json
Normal file
1
disks/pc/tools/microsoft/c/3.00/MSC300-DISK2.json
Normal file
File diff suppressed because one or more lines are too long
1
disks/pc/tools/microsoft/c/3.00/MSC300-DISK3.json
Normal file
1
disks/pc/tools/microsoft/c/3.00/MSC300-DISK3.json
Normal file
File diff suppressed because one or more lines are too long
135
disks/pc/tools/microsoft/c/3.00/README.md
Normal file
135
disks/pc/tools/microsoft/c/3.00/README.md
Normal file
|
|
@ -0,0 +1,135 @@
|
|||
---
|
||||
layout: page
|
||||
title: Microsoft C Compiler 3.00
|
||||
permalink: /disks/pc/tools/microsoft/c/3.00/
|
||||
---
|
||||
|
||||
Microsoft C Compiler 3.00
|
||||
---
|
||||
|
||||
Directory listings of the three 360Kb distribution diskettes are provided below.
|
||||
|
||||
### Directory of MS C 3.00 (Disk 1)
|
||||
|
||||
Volume in drive A is DISK1
|
||||
Volume Serial Number is 0000-0000
|
||||
|
||||
Directory of A:\
|
||||
|
||||
CL EXE 27044 02-18-85 1:16p
|
||||
MSC EXE 27100 02-18-85 1:16p
|
||||
P0 EXE 32182 02-21-85 3:12p
|
||||
P1 EXE 74770 02-21-85 3:27p
|
||||
P2 EXE 113714 02-21-85 3:16p
|
||||
P3 EXE 69412 02-14-85 5:37p
|
||||
README DOC 13183 02-15-85 6:41p
|
||||
7 file(s) 357405 bytes
|
||||
|
||||
Total files listed:
|
||||
7 file(s) 357405 bytes
|
||||
1024 bytes free
|
||||
|
||||
### Directory of MS C 3.00 (Disk 2)
|
||||
|
||||
Volume in drive A is DISK2
|
||||
Volume Serial Number is 0000-0000
|
||||
|
||||
Directory of A:\
|
||||
|
||||
DEMO C 419 12-29-84 11:07a
|
||||
INCLUDE <DIR> 02-21-10 4:25p
|
||||
LIB <DIR> 02-21-10 4:25p
|
||||
SIEVE C 838 12-16-84 2:14p
|
||||
4 file(s) 1257 bytes
|
||||
|
||||
Directory of A:\INCLUDE
|
||||
|
||||
. <DIR> 02-21-10 4:25p
|
||||
.. <DIR> 02-21-10 4:25p
|
||||
ASSERT H 330 01-24-85 8:36a
|
||||
CONIO H 662 01-24-85 8:37a
|
||||
CTYPE H 1982 01-17-85 10:06a
|
||||
DIRECT H 527 01-24-85 8:37a
|
||||
DOS H 1763 02-15-85 3:49p
|
||||
ERRNO H 1196 01-24-85 8:37a
|
||||
FCNTL H 683 01-24-85 8:37a
|
||||
IO H 992 01-24-85 8:37a
|
||||
MALLOC H 585 01-24-85 8:38a
|
||||
MATH H 2727 01-24-85 8:38a
|
||||
MEMORY H 791 02-12-85 5:31p
|
||||
PROCESS H 1103 01-24-85 8:38a
|
||||
SEARCH H 540 01-24-85 8:38a
|
||||
SETJMP H 821 01-24-85 8:38a
|
||||
SHARE H 328 01-24-85 8:39a
|
||||
SIGNAL H 609 01-24-85 8:40a
|
||||
STDIO H 2393 01-15-85 5:45p
|
||||
STDLIB H 2017 01-24-85 8:38a
|
||||
STRING H 1293 02-21-85 4:25p
|
||||
SYS <DIR> 02-21-10 4:25p
|
||||
TIME H 1098 01-24-85 8:39a
|
||||
V2TOV3 H 1726 01-24-85 8:39a
|
||||
24 file(s) 24166 bytes
|
||||
|
||||
Directory of A:\INCLUDE\SYS
|
||||
|
||||
. <DIR> 02-21-10 4:25p
|
||||
.. <DIR> 02-21-10 4:25p
|
||||
LOCKING H 304 01-24-85 8:35a
|
||||
STAT H 1028 01-24-85 8:35a
|
||||
TIMEB H 430 01-24-85 8:36a
|
||||
TYPES H 453 01-24-85 8:35a
|
||||
UTIME H 680 01-24-85 8:36a
|
||||
7 file(s) 2895 bytes
|
||||
|
||||
Directory of A:\LIB
|
||||
|
||||
. <DIR> 02-21-10 4:25p
|
||||
.. <DIR> 02-21-10 4:25p
|
||||
87 LIB 4096 02-07-85 4:31p
|
||||
BINMODE OBJ 122 12-11-84 8:46p
|
||||
EM LIB 15360 02-07-85 4:31p
|
||||
EMOEM ASM 13562 02-07-85 3:56p
|
||||
LSETARGV OBJ 537 01-30-85 9:15a
|
||||
LVARSTCK OBJ 442 01-22-85 2:15p
|
||||
MLIBC LIB 89600 02-19-85 1:43p
|
||||
MLIBFP LIB 29696 02-19-85 10:19p
|
||||
MSETARGV OBJ 515 01-30-85 9:15a
|
||||
MVARSTCK OBJ 474 02-21-85 3:00p
|
||||
SLIBC LIB 88064 02-19-85 1:41p
|
||||
SLIBFP LIB 28672 02-19-85 10:15p
|
||||
SSETARGV OBJ 500 01-30-85 9:15a
|
||||
SVARSTCK OBJ 474 02-21-85 2:59p
|
||||
16 file(s) 272114 bytes
|
||||
|
||||
Total files listed:
|
||||
51 file(s) 300432 bytes
|
||||
39936 bytes free
|
||||
|
||||
### Directory of MS C 3.00 (Disk 3)
|
||||
|
||||
Volume in drive A is DISK3
|
||||
Volume Serial Number is 0000-0000
|
||||
|
||||
Directory of A:\
|
||||
|
||||
EXEMOD EXE 11160 02-05-85 4:12p
|
||||
EXEPACK EXE 8400 02-14-85 3:15p
|
||||
LIB <DIR> 02-21-10 4:25p
|
||||
LIB EXE 24138 10-31-84 3:57p
|
||||
LINK EXE 41322 01-17-85 4:05p
|
||||
5 file(s) 85020 bytes
|
||||
|
||||
Directory of A:\LIB
|
||||
|
||||
. <DIR> 02-21-10 4:25p
|
||||
.. <DIR> 02-21-10 4:25p
|
||||
LLIBC LIB 97792 02-19-85 1:46p
|
||||
LLIBFA LIB 40448 02-20-85 3:00a
|
||||
LLIBFP LIB 30208 02-19-85 10:23p
|
||||
MLIBFA LIB 39936 02-20-85 3:00a
|
||||
SLIBFA LIB 39424 02-20-85 3:00a
|
||||
7 file(s) 247808 bytes
|
||||
|
||||
Total files listed:
|
||||
12 file(s) 332828 bytes
|
||||
24576 bytes free
|
||||
18
disks/pc/tools/microsoft/c/3.00/manifest.xml
Normal file
18
disks/pc/tools/microsoft/c/3.00/manifest.xml
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<?xml-stylesheet type="text/xsl" href="/versions/pcjs/1.21.2/manifest.xsl"?>
|
||||
<manifest type="software">
|
||||
<title>Microsoft C Compiler</title>
|
||||
<version>3.00</version>
|
||||
<type>Tool</type>
|
||||
<category>C Compiler</category>
|
||||
<author>Microsoft</author>
|
||||
<disk id="disk01" size="368640" chs="40:2:9" img="archive/Disk01.img" href="/disks/pc/tools/microsoft/c/3.00/MSC300-DISK1.json" md5="a0b93852becb007f825c2183ac93f84a" md5json="7169f9af4f401ba21f80c99838da440f">
|
||||
<name>MS C 3.00 (Disk 1)</name>
|
||||
</disk>
|
||||
<disk id="disk02" size="368640" chs="40:2:9" img="archive/Disk02.img" href="/disks/pc/tools/microsoft/c/3.00/MSC300-DISK2.json" md5="c9e999a6a9099f60dc1cf1561acfc7a5" md5json="68abb3dc8088441939d845cb94bf067e">
|
||||
<name>MS C 3.00 (Disk 2)</name>
|
||||
</disk>
|
||||
<disk id="disk03" size="368640" chs="40:2:9" img="archive/Disk03.img" href="/disks/pc/tools/microsoft/c/3.00/MSC300-DISK3.json" md5="6911b115aca0dbe549f3d80fcff55e0e" md5json="42dcc33d866ac9203a36ad62e6a318b7">
|
||||
<name>MS C 3.00 (Disk 3)</name>
|
||||
</disk>
|
||||
</manifest>
|
||||
|
|
@ -7,7 +7,9 @@ permalink: /disks/pc/tools/microsoft/c/4.00/
|
|||
Microsoft C Compiler v4.00
|
||||
---
|
||||
|
||||
***DISK 1***
|
||||
Directory listings of the eight 360Kb distribution diskettes are provided below.
|
||||
|
||||
### Directory of MS C 4.00 (Disk 1)
|
||||
|
||||
Volume in drive A is C COMPILER
|
||||
Directory of A:\
|
||||
|
|
@ -18,7 +20,7 @@ Microsoft C Compiler v4.00
|
|||
C3 EXE 83481 6-27-86 4:00a
|
||||
4 File(s) 2048 bytes free
|
||||
|
||||
***DISK 2***
|
||||
### Directory of MS C 4.00 (Disk 2)
|
||||
|
||||
Volume in drive A is C UTILITIES
|
||||
Directory of A:\
|
||||
|
|
@ -36,7 +38,7 @@ Microsoft C Compiler v4.00
|
|||
README DOC 41655 6-27-86 4:00a
|
||||
11 File(s) 2048 bytes free
|
||||
|
||||
***DISK 3***
|
||||
### Directory of MS C 4.00 (Disk 3)
|
||||
|
||||
Volume in drive A is C INC LIB S
|
||||
Directory of A:\
|
||||
|
|
@ -83,7 +85,7 @@ Microsoft C Compiler v4.00
|
|||
VARARGS H 391 6-27-86 4:00a
|
||||
40 File(s) 11264 bytes free
|
||||
|
||||
***DISK 4***
|
||||
### Directory of MS C 4.00 (Disk 4)
|
||||
|
||||
Volume in drive A is C LIB M C
|
||||
Directory of A:\
|
||||
|
|
@ -99,7 +101,7 @@ Microsoft C Compiler v4.00
|
|||
MVARSTCK OBJ 504 6-27-86 4:00a
|
||||
9 File(s) 34816 bytes free
|
||||
|
||||
***DISK 5***
|
||||
### Directory of MS C 4.00 (Disk 5)
|
||||
|
||||
Volume in drive A is C LIB L
|
||||
Directory of A:\
|
||||
|
|
@ -114,7 +116,7 @@ Microsoft C Compiler v4.00
|
|||
MOUSE COM 8957 6-27-86 4:00a
|
||||
8 File(s) 0 bytes free
|
||||
|
||||
***DISK 6***
|
||||
### Directory of MS C 4.00 (Disk 6)
|
||||
|
||||
Volume in drive A is C STARTUP
|
||||
Directory of A:\
|
||||
|
|
@ -149,7 +151,7 @@ Microsoft C Compiler v4.00
|
|||
_WILD ASM 1507 6-27-86 4:00a
|
||||
28 File(s) 260096 bytes free
|
||||
|
||||
***DISK 7***
|
||||
### Directory of MS C 4.00 (Disk 7)
|
||||
|
||||
Volume in drive A is CV LEARN
|
||||
Directory of A:\
|
||||
|
|
@ -191,7 +193,7 @@ Microsoft C Compiler v4.00
|
|||
PIB BAT 413 6-27-86 4:00a
|
||||
35 File(s) 8192 bytes free
|
||||
|
||||
***DISK 8***
|
||||
### Directory of MS C 4.00 (Disk 8)
|
||||
|
||||
Volume in drive A is C WINDOWS
|
||||
Directory of A:\
|
||||
|
|
|
|||
1
disks/pc/tools/microsoft/c/5.00/MSC500-DISK1-SETUP.json
Normal file
1
disks/pc/tools/microsoft/c/5.00/MSC500-DISK1-SETUP.json
Normal file
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
183
disks/pc/tools/microsoft/c/5.00/README.md
Normal file
183
disks/pc/tools/microsoft/c/5.00/README.md
Normal file
|
|
@ -0,0 +1,183 @@
|
|||
---
|
||||
layout: page
|
||||
title: Microsoft C Compiler 5.00
|
||||
permalink: /disks/pc/tools/microsoft/c/5.00/
|
||||
---
|
||||
|
||||
Microsoft C Compiler 5.00
|
||||
---
|
||||
|
||||
Directory listings of the four 360Kb distribution diskettes are provided below.
|
||||
|
||||
NOTE: This appears to be an *incomplete* set.
|
||||
|
||||
### Directory of MS C 5.00 (SETUP)
|
||||
|
||||
Volume in drive A has no label
|
||||
|
||||
Directory of A:\
|
||||
|
||||
README DOC 47588 10-15-87 5:00a
|
||||
ERRMSG DOC 13025 10-15-87 5:00a
|
||||
FPEXCEPT DOC 16176 10-15-87 5:00a
|
||||
PACKING LST 6021 10-15-87 5:00a
|
||||
QCL HLP 1314 10-15-87 5:00a
|
||||
QCL EXE 29961 10-15-87 5:00a
|
||||
QC HLP 50435 10-15-87 5:00a
|
||||
CL ERR 2159 10-15-87 5:00a
|
||||
CL HLP 1990 10-15-87 5:00a
|
||||
CL EXE 32969 10-15-87 5:00a
|
||||
C1 EXE 109957 10-15-87 5:00a
|
||||
SETUP EXE 28035 10-15-87 5:00a
|
||||
SETUP HLP 803 10-15-87 5:00a
|
||||
SETUP DOC 6112 10-15-87 5:00a
|
||||
14 file(s) 346545 bytes
|
||||
|
||||
Total files listed:
|
||||
14 file(s) 346545 bytes
|
||||
9216 bytes free
|
||||
|
||||
### Directory of MS C 5.00 (COMPILER)
|
||||
|
||||
Volume in drive A has no label
|
||||
|
||||
Directory of A:\
|
||||
|
||||
C1 ERR 13577 10-15-87 5:00a
|
||||
C2 EXE 199431 10-15-87 5:00a
|
||||
C3 EXE 117403 10-15-87 5:00a
|
||||
C23 ERR 3062 10-15-87 5:00a
|
||||
PATCH <DIR> 10-18-87 12:45p
|
||||
5 file(s) 333473 bytes
|
||||
|
||||
Directory of A:\PATCH
|
||||
|
||||
. <DIR> 10-18-87 12:45p
|
||||
.. <DIR> 10-18-87 12:45p
|
||||
SETRHS EXE 543 10-15-87 5:00a
|
||||
RMRHS EXE 543 10-15-87 5:00a
|
||||
STKPAT BAT 94 10-15-87 5:00a
|
||||
STKPAT SCR 30 10-15-87 5:00a
|
||||
README DOC 1192 10-15-87 5:00a
|
||||
7 file(s) 2402 bytes
|
||||
|
||||
Total files listed:
|
||||
12 file(s) 335875 bytes
|
||||
20480 bytes free
|
||||
|
||||
### Directory of MS C 5.00 (UTILITY1)
|
||||
|
||||
Volume in drive A has no label
|
||||
|
||||
Directory of A:\
|
||||
|
||||
LINK EXE 64319 10-15-87 5:00a
|
||||
LIB EXE 35211 10-15-87 5:00a
|
||||
MAKE EXE 24187 10-15-87 5:00a
|
||||
EXEPACK EXE 14803 10-15-87 5:00a
|
||||
ERROUT EXE 10369 10-15-87 5:00a
|
||||
EXEMOD EXE 11749 10-15-87 5:00a
|
||||
SETENV EXE 10812 10-15-87 5:00a
|
||||
QLIB DOC 12047 10-15-87 5:00a
|
||||
QLIB EXE 24557 10-15-87 5:00a
|
||||
QLIB INI 2905 10-15-87 5:00a
|
||||
QUICKLIB OBJ 8453 10-15-87 5:00a
|
||||
STARTUP <DIR> 10-18-87 12:46p
|
||||
12 file(s) 219412 bytes
|
||||
|
||||
Directory of A:\STARTUP
|
||||
|
||||
. <DIR> 10-18-87 12:46p
|
||||
.. <DIR> 10-18-87 12:46p
|
||||
MAKEFILE 2336 10-15-87 5:00a
|
||||
MSDOS INC 5943 10-15-87 5:00a
|
||||
BRKCTL INC 717 10-15-87 5:00a
|
||||
CMACROS INC 12079 10-15-87 5:00a
|
||||
DOSSEG EXE 7636 10-15-87 5:00a
|
||||
CHKSTK ASM 2297 10-15-87 5:00a
|
||||
CHKSUM ASM 3506 10-15-87 5:00a
|
||||
NULBODY LNK 109 10-15-87 5:00a
|
||||
NULBODY C 13 10-15-87 5:00a
|
||||
README DOC 2740 10-15-87 5:00a
|
||||
STARTUP BAT 1507 10-15-87 5:00a
|
||||
MSDOS H 6846 10-15-87 5:00a
|
||||
REGISTER H 923 10-15-87 5:00a
|
||||
CRT0 ASM 9358 10-15-87 5:00a
|
||||
CRT0DAT ASM 13065 10-15-87 5:00a
|
||||
CRT0FP ASM 2207 10-15-87 5:00a
|
||||
CRT0MSG ASM 2916 10-15-87 5:00a
|
||||
EXECMSG ASM 1332 10-15-87 5:00a
|
||||
FMSGHDR ASM 2417 10-15-87 5:00a
|
||||
NMSGHDR ASM 3006 10-15-87 5:00a
|
||||
SETARGV ASM 959 10-15-87 5:00a
|
||||
STDALLOC ASM 3124 10-15-87 5:00a
|
||||
STDARGV ASM 14570 10-15-87 5:00a
|
||||
STDENVP ASM 3692 10-15-87 5:00a
|
||||
WILD C 7182 10-15-87 5:00a
|
||||
S <DIR> 10-18-87 12:47p
|
||||
M <DIR> 10-18-87 12:47p
|
||||
C <DIR> 10-18-87 12:47p
|
||||
L <DIR> 10-18-87 12:47p
|
||||
31 file(s) 110480 bytes
|
||||
|
||||
Directory of A:\STARTUP\C
|
||||
|
||||
. <DIR> 10-18-87 12:47p
|
||||
.. <DIR> 10-18-87 12:47p
|
||||
VERSION INC 330 10-15-87 5:00a
|
||||
3 file(s) 330 bytes
|
||||
|
||||
Directory of A:\STARTUP\L
|
||||
|
||||
. <DIR> 10-18-87 12:47p
|
||||
.. <DIR> 10-18-87 12:47p
|
||||
VERSION INC 328 10-15-87 5:00a
|
||||
3 file(s) 328 bytes
|
||||
|
||||
Directory of A:\STARTUP\M
|
||||
|
||||
. <DIR> 10-18-87 12:47p
|
||||
.. <DIR> 10-18-87 12:47p
|
||||
VERSION INC 329 10-15-87 5:00a
|
||||
3 file(s) 329 bytes
|
||||
|
||||
Directory of A:\STARTUP\S
|
||||
|
||||
. <DIR> 10-18-87 12:47p
|
||||
.. <DIR> 10-18-87 12:47p
|
||||
VERSION INC 328 10-15-87 5:00a
|
||||
3 file(s) 328 bytes
|
||||
|
||||
Total files listed:
|
||||
55 file(s) 331207 bytes
|
||||
5120 bytes free
|
||||
|
||||
### Directory of MS C 5.00 (UTILITY2)
|
||||
|
||||
Volume in drive A has no label
|
||||
|
||||
Directory of A:\
|
||||
|
||||
C1L EXE 140667 10-15-87 5:00a
|
||||
CVPACK EXE 38241 10-15-87 5:00a
|
||||
MOUSE COM 14455 10-15-87 5:00a
|
||||
FIXSHIFT COM 690 10-15-87 5:00a
|
||||
LIBBUILD EXE 27091 10-15-87 5:00a
|
||||
SOURCE <DIR> 10-18-87 12:58p
|
||||
6 file(s) 221144 bytes
|
||||
|
||||
Directory of A:\SOURCE
|
||||
|
||||
. <DIR> 10-18-87 12:58p
|
||||
.. <DIR> 10-18-87 12:58p
|
||||
DEMO C 419 10-15-87 5:00a
|
||||
CFLOW C 36841 10-15-87 5:00a
|
||||
SIEVE C 788 10-15-87 5:00a
|
||||
GRDEMO C 20457 10-15-87 5:00a
|
||||
EMOEM ASM 12221 10-15-87 5:00a
|
||||
CFLOW DOC 3763 10-15-87 5:00a
|
||||
8 file(s) 74489 bytes
|
||||
|
||||
Total files listed:
|
||||
14 file(s) 295633 bytes
|
||||
61440 bytes free
|
||||
22
disks/pc/tools/microsoft/c/5.00/manifest.xml
Normal file
22
disks/pc/tools/microsoft/c/5.00/manifest.xml
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<?xml-stylesheet type="text/xsl" href="/versions/pcjs/1.21.2/manifest.xsl"?>
|
||||
<manifest type="software">
|
||||
<title>Microsoft C Compiler</title>
|
||||
<version>5.00</version>
|
||||
<type>Tool</type>
|
||||
<category>C Compiler</category>
|
||||
<author>Microsoft</author>
|
||||
<releaseDate/>
|
||||
<disk id="disk01" size="368640" chs="40:2:9" img="archive/Setup Disk (048-014-124).img" href="/disks/pc/tools/microsoft/c/5.00/MSC500-DISK1-SETUP.json" md5="3980d6c0d426531cf8e3d55b9bccb6f5" md5json="37be8dbc21875aca8b5a1cd31514e76d">
|
||||
<name>MS C 5.00 (SETUP)</name>
|
||||
</disk>
|
||||
<disk id="disk02" size="368640" chs="40:2:9" img="archive/Compiler Disk (048-014-116).img" href="/disks/pc/tools/microsoft/c/5.00/MSC500-DISK2-COMPILER.json" md5="9d0b0525bc8e2fbfdc11c95af14378e9" md5json="f37e2c8bc56eed7909a0ace133ffeaf4">
|
||||
<name>MS C 5.00 (COMPILER)</name>
|
||||
</disk>
|
||||
<disk id="disk03" size="368640" chs="40:2:9" img="archive/Utilities Disk (048-014-117).img" href="/disks/pc/tools/microsoft/c/5.00/MSC500-DISK3-UTILITY1.json" md5="0b3c260f5917629352a70b6bb9f0ae80" md5json="19d544f8d40307ce0001ffa6443b5327">
|
||||
<name>MS C 5.00 (UTILITY1)</name>
|
||||
</disk>
|
||||
<disk id="disk04" size="368640" chs="40:2:9" img="archive/Additional Utilities Disk (01287).img" href="/disks/pc/tools/microsoft/c/5.00/MSC500-DISK4-UTILITY2.json" md5="aadee5801afc6058a76063870a3687a3" md5json="854e3fa687dcb6de1ff9df78fcd6e50e">
|
||||
<name>MS C 5.00 (UTILITY2)</name>
|
||||
</disk>
|
||||
</manifest>
|
||||
1
disks/pc/tools/microsoft/c/5.10/MSC510-DISK01-SETUP.json
Normal file
1
disks/pc/tools/microsoft/c/5.10/MSC510-DISK01-SETUP.json
Normal file
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
1
disks/pc/tools/microsoft/c/5.10/MSC510-DISK07-LIBSM.json
Normal file
1
disks/pc/tools/microsoft/c/5.10/MSC510-DISK07-LIBSM.json
Normal file
File diff suppressed because one or more lines are too long
1
disks/pc/tools/microsoft/c/5.10/MSC510-DISK08-LIBLC.json
Normal file
1
disks/pc/tools/microsoft/c/5.10/MSC510-DISK08-LIBLC.json
Normal file
File diff suppressed because one or more lines are too long
1
disks/pc/tools/microsoft/c/5.10/MSC510-DISK09-LIBFP.json
Normal file
1
disks/pc/tools/microsoft/c/5.10/MSC510-DISK09-LIBFP.json
Normal file
File diff suppressed because one or more lines are too long
1
disks/pc/tools/microsoft/c/5.10/MSC510-DISK10-CVDOS.json
Normal file
1
disks/pc/tools/microsoft/c/5.10/MSC510-DISK10-CVDOS.json
Normal file
File diff suppressed because one or more lines are too long
1
disks/pc/tools/microsoft/c/5.10/MSC510-DISK11-QCDOS.json
Normal file
1
disks/pc/tools/microsoft/c/5.10/MSC510-DISK11-QCDOS.json
Normal file
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
1
disks/pc/tools/microsoft/c/5.10/MSC510-DISK14-CVOS2.json
Normal file
1
disks/pc/tools/microsoft/c/5.10/MSC510-DISK14-CVOS2.json
Normal file
File diff suppressed because one or more lines are too long
567
disks/pc/tools/microsoft/c/5.10/README.md
Normal file
567
disks/pc/tools/microsoft/c/5.10/README.md
Normal file
|
|
@ -0,0 +1,567 @@
|
|||
---
|
||||
layout: page
|
||||
title: Microsoft C Compiler 5.10
|
||||
permalink: /disks/pc/tools/microsoft/c/5.10/
|
||||
---
|
||||
|
||||
Microsoft C Compiler 5.10
|
||||
---
|
||||
|
||||
Directory listings of the twelve 360Kb and two 1.2Mb distribution diskettes are provided below.
|
||||
|
||||
### Directory of MS C 5.10 (SETUP)
|
||||
|
||||
Volume in drive A has no label
|
||||
|
||||
Directory of A:\
|
||||
|
||||
README DOC 63360 03-07-88 5:10a
|
||||
UTILITY DOC 17794 03-07-88 5:10a
|
||||
PACKING LST 11814 03-07-88 5:10a
|
||||
CL EXE 31329 03-07-88 5:10a
|
||||
CL HLP 2169 03-07-88 5:10a
|
||||
CL ERR 2276 03-07-88 5:10a
|
||||
C1 EXE 114521 03-07-88 5:10a
|
||||
C23 ERR 3272 03-07-88 5:10a
|
||||
SETUP EXE 93033 03-07-88 5:10a
|
||||
SETUP DOC 15179 03-07-88 5:10a
|
||||
10 file(s) 354747 bytes
|
||||
|
||||
Total files listed:
|
||||
10 file(s) 354747 bytes
|
||||
3072 bytes free
|
||||
|
||||
### Directory of MS C 5.10 (COMPILER1)
|
||||
|
||||
Volume in drive A has no label
|
||||
|
||||
Directory of A:\
|
||||
|
||||
PATCH <DIR> 03-07-88 5:10a
|
||||
C1 ERR 14393 03-07-88 5:10a
|
||||
C1L EXE 149303 03-07-88 5:10a
|
||||
C3 EXE 125221 03-07-88 5:10a
|
||||
ERRMSG DOC 17293 03-07-88 5:10a
|
||||
FPEXCEPT DOC 16254 03-07-88 5:10a
|
||||
6 file(s) 322464 bytes
|
||||
|
||||
Directory of A:\PATCH
|
||||
|
||||
. <DIR> 03-07-88 5:10a
|
||||
.. <DIR> 03-07-88 5:10a
|
||||
PATCH87 DOC 3937 03-07-88 5:10a
|
||||
PATCH87 EXE 4206 03-07-88 5:10a
|
||||
SETRHS EXE 543 03-07-88 5:10a
|
||||
RMRHS EXE 543 03-07-88 5:10a
|
||||
STKPAT BAT 94 03-07-88 5:10a
|
||||
STKPAT SCR 30 03-07-88 5:10a
|
||||
PTRACE87 PAT 188 03-07-88 5:10a
|
||||
PATCH320 DOC 2169 03-07-88 5:10a
|
||||
OS2PATCH EXE 1069 03-07-88 5:10a
|
||||
OS2PATCH DOC 1401 03-07-88 5:10a
|
||||
12 file(s) 14180 bytes
|
||||
|
||||
Total files listed:
|
||||
18 file(s) 336644 bytes
|
||||
15360 bytes free
|
||||
|
||||
### Directory of MS C 5.10 (COMPILER2)
|
||||
|
||||
Volume in drive A has no label
|
||||
|
||||
Directory of A:\
|
||||
|
||||
FIXSHIFT COM 688 03-07-88 5:10a
|
||||
MSHERC COM 6749 03-07-88 5:10a
|
||||
QLIB DOC 12047 03-07-88 5:10a
|
||||
QLIB EXE 24557 03-07-88 5:10a
|
||||
QLIB INI 2905 03-07-88 5:10a
|
||||
C2 EXE 202919 03-07-88 5:10a
|
||||
QC HLP 50649 03-07-88 5:10a
|
||||
SETENV EXE 10870 03-07-88 5:10a
|
||||
MTDYNA DOC 43542 03-07-88 5:10a
|
||||
9 file(s) 354926 bytes
|
||||
|
||||
Total files listed:
|
||||
9 file(s) 354926 bytes
|
||||
4096 bytes free
|
||||
|
||||
### Directory of MS C 5.10 (UTILITY1)
|
||||
|
||||
Volume in drive A has no label
|
||||
|
||||
Directory of A:\
|
||||
|
||||
ERROUT EXE 10729 03-07-88 5:10a
|
||||
EXEHDR EXE 29942 03-07-88 5:10a
|
||||
EXEMOD EXE 12336 03-07-88 5:10a
|
||||
EXEPACK EXE 14803 03-07-88 5:10a
|
||||
IMPLIB EXE 30166 03-07-88 5:10a
|
||||
LIB EXE 49661 03-07-88 5:10a
|
||||
LINK EXE 117001 03-07-88 5:10a
|
||||
MAKE EXE 38613 03-07-88 5:10a
|
||||
MOUSE COM 14545 03-07-88 5:10a
|
||||
README QC 30360 03-07-88 5:10a
|
||||
10 file(s) 348156 bytes
|
||||
|
||||
Total files listed:
|
||||
10 file(s) 348156 bytes
|
||||
8192 bytes free
|
||||
|
||||
### Directory of MS C 5.10 (UTILITY2)
|
||||
|
||||
Volume in drive A has no label
|
||||
|
||||
Directory of A:\
|
||||
|
||||
EXT <DIR> 03-07-88 5:10a
|
||||
INI <DIR> 03-07-88 5:10a
|
||||
BIND EXE 36946 03-07-88 5:10a
|
||||
CALLTREE EXE 31233 03-07-88 5:10a
|
||||
ECH EXE 19351 03-07-88 5:10a
|
||||
EXP EXE 32220 03-07-88 5:10a
|
||||
M EXE 94821 03-07-88 5:10a
|
||||
MEGREP EXE 31915 03-07-88 5:10a
|
||||
RM EXE 24884 03-07-88 5:10a
|
||||
UNDEL EXE 30046 03-07-88 5:10a
|
||||
10 file(s) 301416 bytes
|
||||
|
||||
Directory of A:\EXT
|
||||
|
||||
. <DIR> 03-07-88 5:10a
|
||||
.. <DIR> 03-07-88 5:10a
|
||||
EXT DOC 15877 03-07-88 5:10a
|
||||
EXT H 8730 03-07-88 5:10a
|
||||
EXTHDR OBJ 1893 03-07-88 5:10a
|
||||
EXTHDRP OBJ 2021 03-07-88 5:10a
|
||||
SKEL C 2457 03-07-88 5:10a
|
||||
SKEL DEF 211 03-07-88 5:10a
|
||||
WS DLL 2609 03-07-88 5:10a
|
||||
WS ZXT 2084 03-07-88 5:10a
|
||||
10 file(s) 35882 bytes
|
||||
|
||||
Directory of A:\INI
|
||||
|
||||
. <DIR> 03-07-88 5:10a
|
||||
.. <DIR> 03-07-88 5:10a
|
||||
BRIEF INI 2094 03-07-88 5:10a
|
||||
EPSILON INI 978 03-07-88 5:10a
|
||||
QUICK INI 1058 03-07-88 5:10a
|
||||
5 file(s) 4130 bytes
|
||||
|
||||
Total files listed:
|
||||
25 file(s) 341428 bytes
|
||||
8192 bytes free
|
||||
|
||||
### Directory of MS C 5.10 (INCLUDE)
|
||||
|
||||
Volume in drive A has no label
|
||||
|
||||
Directory of A:\
|
||||
|
||||
STARTUP <DIR> 03-07-88 5:10a
|
||||
INCLUDE <DIR> 03-07-88 5:10a
|
||||
2 file(s) 0 bytes
|
||||
|
||||
Directory of A:\INCLUDE
|
||||
|
||||
. <DIR> 03-07-88 5:10a
|
||||
.. <DIR> 03-07-88 5:10a
|
||||
SYS <DIR> 03-07-88 5:10a
|
||||
ASSERT H 699 03-07-88 5:10a
|
||||
BIOS H 4866 03-07-88 5:10a
|
||||
CONIO H 952 03-07-88 5:10a
|
||||
CTYPE H 2465 03-07-88 5:10a
|
||||
DIRECT H 690 03-07-88 5:10a
|
||||
DOS H 5917 03-07-88 5:10a
|
||||
ERRNO H 1283 03-07-88 5:10a
|
||||
FCNTL H 1255 03-07-88 5:10a
|
||||
FLOAT H 6011 03-07-88 5:10a
|
||||
GRAPH H 7480 03-07-88 5:10a
|
||||
IO H 1294 03-07-88 5:10a
|
||||
LIMITS H 1553 03-07-88 5:10a
|
||||
MALLOC H 3097 03-07-88 5:10a
|
||||
MATH H 3324 03-07-88 5:10a
|
||||
MEMORY H 1065 03-07-88 5:10a
|
||||
SEARCH H 1025 03-07-88 5:10a
|
||||
SETJMP H 907 03-07-88 5:10a
|
||||
SHARE H 554 03-07-88 5:10a
|
||||
SIGNAL H 1905 03-07-88 5:10a
|
||||
STDARG H 614 03-07-88 5:10a
|
||||
STDDEF H 1100 03-07-88 5:10a
|
||||
STDIO H 4500 03-07-88 5:10a
|
||||
STDLIB H 4900 03-07-88 5:10a
|
||||
STRING H 2209 03-07-88 5:10a
|
||||
TIME H 2342 03-07-88 5:10a
|
||||
VARARGS H 642 03-07-88 5:10a
|
||||
PROCESS H 1988 03-07-88 5:10a
|
||||
OS2 H 707 03-07-88 5:10a
|
||||
OS2DEF H 5891 03-07-88 5:10a
|
||||
BSE H 1139 03-07-88 5:10a
|
||||
BSEDOS H 17730 03-07-88 5:10a
|
||||
BSEERR H 20940 03-07-88 5:10a
|
||||
BSESUB H 11512 03-07-88 5:10a
|
||||
36 file(s) 122556 bytes
|
||||
|
||||
Directory of A:\INCLUDE\SYS
|
||||
|
||||
. <DIR> 03-07-88 5:10a
|
||||
.. <DIR> 03-07-88 5:10a
|
||||
LOCKING H 573 03-07-88 5:10a
|
||||
STAT H 1497 03-07-88 5:10a
|
||||
TIMEB H 844 03-07-88 5:10a
|
||||
TYPES H 849 03-07-88 5:10a
|
||||
UTIME H 1061 03-07-88 5:10a
|
||||
7 file(s) 4824 bytes
|
||||
|
||||
Directory of A:\STARTUP
|
||||
|
||||
. <DIR> 03-07-88 5:10a
|
||||
.. <DIR> 03-07-88 5:10a
|
||||
DOS <DIR> 03-07-88 5:10a
|
||||
OS2 <DIR> 03-07-88 5:10a
|
||||
FILE2 H 1027 03-07-88 5:10a
|
||||
MSDOS H 6849 03-07-88 5:10a
|
||||
REGISTER H 922 03-07-88 5:10a
|
||||
STARTUP BAT 1663 03-07-88 5:10a
|
||||
MAKEFILE 4148 03-07-88 5:10a
|
||||
CHKSTK ASM 2044 03-07-88 5:10a
|
||||
CHKSUM ASM 3524 03-07-88 5:10a
|
||||
NULBODY C 13 03-07-88 5:10a
|
||||
README DOC 3199 03-07-88 5:10a
|
||||
MSDOS INC 6181 03-07-88 5:10a
|
||||
CMACROS INC 12066 03-07-88 5:10a
|
||||
BRKCTL INC 784 03-07-88 5:10a
|
||||
VERSION INC 503 03-07-88 5:10a
|
||||
WILD C 7182 03-07-88 5:10a
|
||||
_FILE C 1691 03-07-88 5:10a
|
||||
CRT0FP ASM 2223 03-07-88 5:10a
|
||||
FMSGHDR ASM 2429 03-07-88 5:10a
|
||||
SETARGV ASM 971 03-07-88 5:10a
|
||||
22 file(s) 57419 bytes
|
||||
|
||||
Directory of A:\STARTUP\DOS
|
||||
|
||||
. <DIR> 03-07-88 5:10a
|
||||
.. <DIR> 03-07-88 5:10a
|
||||
NULBODY LNK 149 03-07-88 5:10a
|
||||
STDENVP ASM 3780 03-07-88 5:10a
|
||||
CRT0 ASM 7612 03-07-88 5:10a
|
||||
CRT0DAT ASM 14175 03-07-88 5:10a
|
||||
CRT0MSG ASM 2840 03-07-88 5:10a
|
||||
EXECMSG ASM 1337 03-07-88 5:10a
|
||||
NMSGHDR ASM 3010 03-07-88 5:10a
|
||||
STDALLOC ASM 2825 03-07-88 5:10a
|
||||
STDARGV ASM 13852 03-07-88 5:10a
|
||||
11 file(s) 49580 bytes
|
||||
|
||||
Directory of A:\STARTUP\OS2
|
||||
|
||||
. <DIR> 03-07-88 5:10a
|
||||
.. <DIR> 03-07-88 5:10a
|
||||
NULBODY LNK 168 03-07-88 5:10a
|
||||
CRT0 ASM 10312 03-07-88 5:10a
|
||||
STDENVP ASM 5362 03-07-88 5:10a
|
||||
CRT0DAT ASM 10496 03-07-88 5:10a
|
||||
CRT0MSG ASM 2891 03-07-88 5:10a
|
||||
EXECMSG ASM 2231 03-07-88 5:10a
|
||||
NMSGHDR ASM 3486 03-07-88 5:10a
|
||||
STDALLOC ASM 3245 03-07-88 5:10a
|
||||
STDARGV ASM 13623 03-07-88 5:10a
|
||||
11 file(s) 51814 bytes
|
||||
|
||||
Total files listed:
|
||||
89 file(s) 286193 bytes
|
||||
29696 bytes free
|
||||
|
||||
### Directory of MS C 5.10 (LIBSM)
|
||||
|
||||
Volume in drive A has no label
|
||||
|
||||
Directory of A:\
|
||||
|
||||
SLIBCR LIB 132047 03-07-88 5:10a
|
||||
SLIBFA LIB 46089 03-07-88 5:10a
|
||||
SVARSTCK OBJ 507 03-07-88 5:10a
|
||||
MLIBCR LIB 133071 03-07-88 5:10a
|
||||
MLIBFA LIB 46601 03-07-88 5:10a
|
||||
MVARSTCK OBJ 507 03-07-88 5:10a
|
||||
6 file(s) 358822 bytes
|
||||
|
||||
Total files listed:
|
||||
6 file(s) 358822 bytes
|
||||
1024 bytes free
|
||||
|
||||
### Directory of MS C 5.10 (LIBLC)
|
||||
|
||||
Volume in drive A has no label
|
||||
|
||||
Directory of A:\
|
||||
|
||||
CLIBCR LIB 141301 03-07-88 5:10a
|
||||
CVARSTCK OBJ 487 03-07-88 5:10a
|
||||
LLIBCR LIB 142837 03-07-88 5:10a
|
||||
LLIBFA LIB 47625 03-07-88 5:10a
|
||||
LVARSTCK OBJ 487 03-07-88 5:10a
|
||||
5 file(s) 332737 bytes
|
||||
|
||||
Total files listed:
|
||||
5 file(s) 332737 bytes
|
||||
27648 bytes free
|
||||
|
||||
### Directory of MS C 5.10 (LIBFP)
|
||||
|
||||
Volume in drive A has no label
|
||||
|
||||
Directory of A:\
|
||||
|
||||
FORTRAN <DIR> 03-07-88 5:10a
|
||||
EM LIB 16921 03-07-88 5:10a
|
||||
87 LIB 4121 03-07-88 5:10a
|
||||
DOSCALLS LIB 29184 03-07-88 5:10a
|
||||
GRAPHICS LIB 59357 03-07-88 5:10a
|
||||
LIBH LIB 14209 03-07-88 5:10a
|
||||
QUICKLIB OBJ 7917 03-07-88 5:10a
|
||||
SETARGV OBJ 143 03-07-88 5:10a
|
||||
BINMODE OBJ 127 03-07-88 5:10a
|
||||
SLIBFP LIB 37281 03-07-88 5:10a
|
||||
MLIBFP LIB 38305 03-07-88 5:10a
|
||||
CLIBFA LIB 47113 03-07-88 5:10a
|
||||
CLIBFP LIB 38307 03-07-88 5:10a
|
||||
LLIBFP LIB 39331 03-07-88 5:10a
|
||||
14 file(s) 332316 bytes
|
||||
|
||||
Directory of A:\FORTRAN
|
||||
|
||||
. <DIR> 03-07-88 5:10a
|
||||
.. <DIR> 03-07-88 5:10a
|
||||
MDBGMSG OBJ 540 03-07-88 5:10a
|
||||
LDBGMSG OBJ 544 03-07-88 5:10a
|
||||
F4COMPAT BAT 3107 03-07-88 5:10a
|
||||
5 file(s) 4191 bytes
|
||||
|
||||
Total files listed:
|
||||
19 file(s) 336507 bytes
|
||||
15360 bytes free
|
||||
|
||||
### Directory of MS C 5.10 (CVDOS)
|
||||
|
||||
Volume in drive A has no label
|
||||
|
||||
Directory of A:\
|
||||
|
||||
SAMPLE <DIR> 03-07-88 5:10a
|
||||
CV EXE 232896 03-07-88 5:10a
|
||||
2 file(s) 232896 bytes
|
||||
|
||||
Directory of A:\SAMPLE
|
||||
|
||||
. <DIR> 03-07-88 5:10a
|
||||
.. <DIR> 03-07-88 5:10a
|
||||
CODEVIEW DOC 12928 03-07-88 5:10a
|
||||
ADAPT BAT 133 03-07-88 5:10a
|
||||
DEMOB BAT 254 03-07-88 5:10a
|
||||
LIFEB BAT 336 03-07-88 5:10a
|
||||
LIFEEB BAT 402 03-07-88 5:10a
|
||||
MENU BAT 550 03-07-88 5:10a
|
||||
SAMPLE BAT 1059 03-07-88 5:10a
|
||||
LIFE C 14713 03-07-88 5:10a
|
||||
LIFE EXE 33237 03-07-88 5:10a
|
||||
LIFE R 5282 03-07-88 5:10a
|
||||
C_AUTO CV 3571 03-07-88 5:10a
|
||||
E_AUTO CV 6788 03-07-88 5:10a
|
||||
L_AUTO CV 13272 03-07-88 5:10a
|
||||
M_AUTO CV 733 03-07-88 5:10a
|
||||
Q_AUTO CV 15 03-07-88 5:10a
|
||||
S_AUTO CV 9091 03-07-88 5:10a
|
||||
RESPOND COM 124 03-07-88 5:10a
|
||||
S1 @@@ 230 03-07-88 5:10a
|
||||
S12 @@@ 926 03-07-88 5:10a
|
||||
S13 @@@ 368 03-07-88 5:10a
|
||||
S14 @@@ 520 03-07-88 5:10a
|
||||
S2 @@@ 752 03-07-88 5:10a
|
||||
S3 @@@ 276 03-07-88 5:10a
|
||||
S4 @@@ 354 03-07-88 5:10a
|
||||
S5 @@@ 554 03-07-88 5:10a
|
||||
S6 @@@ 432 03-07-88 5:10a
|
||||
S7 @@@ 427 03-07-88 5:10a
|
||||
S8 @@@ 479 03-07-88 5:10a
|
||||
S9 @@@ 865 03-07-88 5:10a
|
||||
31 file(s) 108671 bytes
|
||||
|
||||
Total files listed:
|
||||
33 file(s) 341567 bytes
|
||||
3072 bytes free
|
||||
|
||||
### Directory of MS C 5.10 (QCDOS)
|
||||
|
||||
Volume in drive A has no label
|
||||
|
||||
Directory of A:\
|
||||
|
||||
QC EXE 326656 03-07-88 5:10a
|
||||
QCL EXE 28065 03-07-88 5:10a
|
||||
QCL HLP 1456 03-07-88 5:10a
|
||||
3 file(s) 356177 bytes
|
||||
|
||||
Total files listed:
|
||||
3 file(s) 356177 bytes
|
||||
5120 bytes free
|
||||
|
||||
### Directory of MS C 5.10 (UTILITY3)
|
||||
|
||||
Volume in drive A has no label
|
||||
|
||||
Directory of A:\
|
||||
|
||||
SOURCE <DIR> 03-07-88 5:10a
|
||||
ILINK EXE 88929 03-07-88 5:10a
|
||||
LINK EXE 65539 03-07-88 5:10a
|
||||
EXEC EXE 9299 03-07-88 5:10a
|
||||
CV HLP 21552 03-07-88 5:10a
|
||||
CVPACK EXE 49400 03-07-88 5:10a
|
||||
6 file(s) 234719 bytes
|
||||
|
||||
Directory of A:\SOURCE
|
||||
|
||||
. <DIR> 03-07-88 5:10a
|
||||
.. <DIR> 03-07-88 5:10a
|
||||
SAMPLES DOC 1760 03-07-88 5:10a
|
||||
CFLOW C 44796 03-07-88 5:10a
|
||||
CFLOW DOC 3764 03-07-88 5:10a
|
||||
DEMO C 419 03-07-88 5:10a
|
||||
EMOEM ASM 12129 03-07-88 5:10a
|
||||
GRDEMO C 20907 03-07-88 5:10a
|
||||
SIEVE C 788 03-07-88 5:10a
|
||||
SORTDEMO C 25399 03-07-88 5:10a
|
||||
10 file(s) 109962 bytes
|
||||
|
||||
Total files listed:
|
||||
16 file(s) 344681 bytes
|
||||
10240 bytes free
|
||||
|
||||
### Directory of MS C 5.10 (LIBOS2)
|
||||
|
||||
Volume in drive A has no label
|
||||
|
||||
Directory of A:\
|
||||
|
||||
EXAMPLE <DIR> 03-07-88 5:10a
|
||||
SLIBCP LIB 119999 03-07-88 5:10a
|
||||
MLIBCP LIB 121535 03-07-88 5:10a
|
||||
CLIBCP LIB 129257 03-07-88 5:10a
|
||||
LLIBCP LIB 130793 03-07-88 5:10a
|
||||
APILMR OBJ 105 03-07-88 5:10a
|
||||
API LIB 81408 03-07-88 5:10a
|
||||
CDLLSUPP LIB 9475 03-07-88 5:10a
|
||||
LLIBCDLL LIB 178143 03-07-88 5:10a
|
||||
LLIBCMT LIB 198913 03-07-88 5:10a
|
||||
CDLLOBJS LIB 203063 03-07-88 5:10a
|
||||
CDLLOBJS DEF 4397 03-07-88 5:10a
|
||||
CDLLOBJS CMD 2048 03-07-88 5:10a
|
||||
CRTEXE OBJ 1089 03-07-88 5:10a
|
||||
CRTDLL OBJ 577 03-07-88 5:10a
|
||||
CRTLIB OBJ 1177 03-07-88 5:10a
|
||||
16 file(s) 1181979 bytes
|
||||
|
||||
Directory of A:\EXAMPLE
|
||||
|
||||
. <DIR> 03-07-88 5:10a
|
||||
.. <DIR> 03-07-88 5:10a
|
||||
MHELLO C 2990 03-07-88 5:10a
|
||||
MKMHELLO CMD 433 03-07-88 5:10a
|
||||
STMAIN C 825 03-07-88 5:10a
|
||||
STMAIN DEF 41 03-07-88 5:10a
|
||||
STDLL C 393 03-07-88 5:10a
|
||||
STDLL DEF 124 03-07-88 5:10a
|
||||
MKSTDLL CMD 714 03-07-88 5:10a
|
||||
MTMAIN C 735 03-07-88 5:10a
|
||||
MTMAIN DEF 41 03-07-88 5:10a
|
||||
MTDLL C 393 03-07-88 5:10a
|
||||
MTDLL DEF 124 03-07-88 5:10a
|
||||
MKMTDLL CMD 1587 03-07-88 5:10a
|
||||
SNAP C 13083 03-07-88 5:10a
|
||||
MAKESNAP CMD 2148 03-07-88 5:10a
|
||||
16 file(s) 23631 bytes
|
||||
|
||||
Total files listed:
|
||||
32 file(s) 1205610 bytes
|
||||
0 bytes free
|
||||
|
||||
### Directory of MS C 5.10 (CVOS2)
|
||||
|
||||
Volume in drive A has no label
|
||||
|
||||
Directory of A:\
|
||||
|
||||
INCLMT <DIR> 03-07-88 5:10a
|
||||
CVP EXE 222505 03-07-88 5:10a
|
||||
CVP HLP 21552 03-07-88 5:10a
|
||||
MEP EXE 97063 03-07-88 5:10a
|
||||
CL EXE 33900 03-07-88 5:10a
|
||||
CL ERR 2276 03-07-88 5:10a
|
||||
CL HLP 2169 03-07-88 5:10a
|
||||
C1 EXE 118643 03-07-88 5:10a
|
||||
C1L EXE 158625 03-07-88 5:10a
|
||||
C1 ERR 14393 03-07-88 5:10a
|
||||
C23 ERR 3272 03-07-88 5:10a
|
||||
C2 EXE 222515 03-07-88 5:10a
|
||||
C3 EXE 129609 03-07-88 5:10a
|
||||
BINDC BAT 2784 03-07-88 5:10a
|
||||
BINDC CMD 2712 03-07-88 5:10a
|
||||
15 file(s) 1032018 bytes
|
||||
|
||||
Directory of A:\INCLMT
|
||||
|
||||
. <DIR> 03-07-88 5:10a
|
||||
.. <DIR> 03-07-88 5:10a
|
||||
SYS <DIR> 03-07-88 5:10a
|
||||
ASSERT H 703 03-07-88 5:10a
|
||||
BIOS H 4866 03-07-88 5:10a
|
||||
CONIO H 1024 03-07-88 5:10a
|
||||
CTYPE H 2952 03-07-88 5:10a
|
||||
DIRECT H 726 03-07-88 5:10a
|
||||
DOS H 5917 03-07-88 5:10a
|
||||
ERRNO H 1283 03-07-88 5:10a
|
||||
FCNTL H 1255 03-07-88 5:10a
|
||||
FLOAT H 6027 03-07-88 5:10a
|
||||
IO H 1438 03-07-88 5:10a
|
||||
LIMITS H 1553 03-07-88 5:10a
|
||||
MALLOC H 3370 03-07-88 5:10a
|
||||
MATH H 3709 03-07-88 5:10a
|
||||
MEMORY H 1149 03-07-88 5:10a
|
||||
SEARCH H 1137 03-07-88 5:10a
|
||||
SETJMP H 915 03-07-88 5:10a
|
||||
SHARE H 554 03-07-88 5:10a
|
||||
SIGNAL H 1941 03-07-88 5:10a
|
||||
STDARG H 622 03-07-88 5:10a
|
||||
STDDEF H 1217 03-07-88 5:10a
|
||||
STDIO H 5046 03-07-88 5:10a
|
||||
STDLIB H 5335 03-07-88 5:10a
|
||||
STRING H 2629 03-07-88 5:10a
|
||||
TIME H 2693 03-07-88 5:10a
|
||||
VARARGS H 650 03-07-88 5:10a
|
||||
PROCESS H 2370 03-07-88 5:10a
|
||||
OS2 H 707 03-07-88 5:10a
|
||||
OS2DEF H 5891 03-07-88 5:10a
|
||||
BSE H 1139 03-07-88 5:10a
|
||||
BSEDOS H 17730 03-07-88 5:10a
|
||||
BSEERR H 20940 03-07-88 5:10a
|
||||
BSESUB H 11512 03-07-88 5:10a
|
||||
35 file(s) 119000 bytes
|
||||
|
||||
Directory of A:\INCLMT\SYS
|
||||
|
||||
. <DIR> 03-07-88 5:10a
|
||||
.. <DIR> 03-07-88 5:10a
|
||||
LOCKING H 573 03-07-88 5:10a
|
||||
STAT H 1517 03-07-88 5:10a
|
||||
TIMEB H 852 03-07-88 5:10a
|
||||
TYPES H 849 03-07-88 5:10a
|
||||
UTIME H 1073 03-07-88 5:10a
|
||||
7 file(s) 4864 bytes
|
||||
|
||||
Total files listed:
|
||||
57 file(s) 1155882 bytes
|
||||
41984 bytes free
|
||||
|
||||
52
disks/pc/tools/microsoft/c/5.10/manifest.xml
Normal file
52
disks/pc/tools/microsoft/c/5.10/manifest.xml
Normal file
|
|
@ -0,0 +1,52 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<?xml-stylesheet type="text/xsl" href="/versions/pcjs/1.21.2/manifest.xsl"?>
|
||||
<manifest type="software">
|
||||
<title>Microsoft C Compiler</title>
|
||||
<version>5.10</version>
|
||||
<type>Tool</type>
|
||||
<category>C Compiler</category>
|
||||
<author>Microsoft</author>
|
||||
<releaseDate/>
|
||||
<disk id="disk01" size="368640" chs="40:2:9" img="archive/Setup (01521).img" href="/disks/pc/tools/microsoft/c/5.10/MSC510-DISK01-SETUP.json" md5="7aa384feeb2d518b1b302dd33fe48ec3" md5json="67019168e1abf3f9637e00d8b3cf2a2c">
|
||||
<name>MS C 5.10 (SETUP)</name>
|
||||
</disk>
|
||||
<disk id="disk02" size="368640" chs="40:2:9" img="archive/Compiler 1 (01522).img" href="/disks/pc/tools/microsoft/c/5.10/MSC510-DISK02-COMPILER1.json" md5="cdf1289187b85f3d6ed520b4c031b218" md5json="f836f7dfa4253e34072ca02d415daaa3">
|
||||
<name>MS C 5.10 (COMPILER1)</name>
|
||||
</disk>
|
||||
<disk id="disk03" size="368640" chs="40:2:9" img="archive/Compiler 2 (01523).img" href="/disks/pc/tools/microsoft/c/5.10/MSC510-DISK03-COMPILER2.json" md5="2481ffa7d42ee726ac6ddd5d16687fb9" md5json="11c7157f2dc113a95426070f9e4f1c84">
|
||||
<name>MS C 5.10 (COMPILER2)</name>
|
||||
</disk>
|
||||
<disk id="disk04" size="368640" chs="40:2:9" img="archive/Utilities 1 (01524).img" href="/disks/pc/tools/microsoft/c/5.10/MSC510-DISK04-UTILITY1.json" md5="2c1c71ba6bf655e89d6e732d6434f7e5" md5json="ada7fb66fabdda7653a8873a5d5f9303">
|
||||
<name>MS C 5.10 (UTILITY1)</name>
|
||||
</disk>
|
||||
<disk id="disk05" size="368640" chs="40:2:9" img="archive/Utilities 2 (01525).img" href="/disks/pc/tools/microsoft/c/5.10/MSC510-DISK05-UTILITY2.json" md5="a35cd3f99c815d624010b634ae80ce19" md5json="cbd53313c0f548337e61a2008ca4a88d">
|
||||
<name>MS C 5.10 (UTILITY2)</name>
|
||||
</disk>
|
||||
<disk id="disk06" size="368640" chs="40:2:9" img="archive/Include Files and Startup Source Code (01526).img" href="/disks/pc/tools/microsoft/c/5.10/MSC510-DISK06-INCLUDE.json" md5="f4db0fa546061dae9b0a2bb5fe834b0f" md5json="b593ae6092f60303de429b49df6b2de3">
|
||||
<name>MS C 5.10 (INCLUDE)</name>
|
||||
</disk>
|
||||
<disk id="disk07" size="368640" chs="40:2:9" img="archive/Libraries (Small and Medium Models) (01527).img" href="/disks/pc/tools/microsoft/c/5.10/MSC510-DISK07-LIBSM.json" md5="dc9c77ffb22fc0170a0ddaeb6acdd34a" md5json="e289f2599f091e93d773b602979bed6f">
|
||||
<name>MS C 5.10 (LIBSM)</name>
|
||||
</disk>
|
||||
<disk id="disk08" size="368640" chs="40:2:9" img="archive/Libraries (Large and Compact Models) (01528).img" href="/disks/pc/tools/microsoft/c/5.10/MSC510-DISK08-LIBLC.json" md5="db2ed332e0760c676b0be3ada376c9f8" md5json="726721269e54a86f0526ee85cf4b4c47">
|
||||
<name>MS C 5.10 (LIBLC)</name>
|
||||
</disk>
|
||||
<disk id="disk09" size="368640" chs="40:2:9" img="archive/Floating-Point Libraries (01529).img" href="/disks/pc/tools/microsoft/c/5.10/MSC510-DISK09-LIBFP.json" md5="1e08115c271e8fdc1772cbd09d328216" md5json="1fd3d6c07fa1f113577e6b1f76aa835c">
|
||||
<name>MS C 5.10 (LIBFP)</name>
|
||||
</disk>
|
||||
<disk id="disk10" size="368640" chs="40:2:9" img="archive/Microsoft CodeView for MS-DOS with Tutorial (01532).img" href="/disks/pc/tools/microsoft/c/5.10/MSC510-DISK10-CVDOS.json" md5="234b6a1d949cb252641830d4f1f14d9f" md5json="7129e088613315d4f4433ac67940b6ed">
|
||||
<name>MS C 5.10 (CVDOS)</name>
|
||||
</disk>
|
||||
<disk id="disk11" size="368640" chs="40:2:9" img="archive/Microsoft QuickC for MS-DOS (01534).img" href="/disks/pc/tools/microsoft/c/5.10/MSC510-DISK11-QCDOS.json" md5="9f9b1dc09cdd7bfcd28c88e2b078ea8e" md5json="d76e9e3b6662309d1d8995979caca06a">
|
||||
<name>MS C 5.10 (QCDOS)</name>
|
||||
</disk>
|
||||
<disk id="disk12" size="368640" chs="40:2:9" img="archive/Utilities 3 (02113).img" href="/disks/pc/tools/microsoft/c/5.10/MSC510-DISK12-UTILITY3.json" md5="4be70f82725ae870aeae2ac748f5532f" md5json="db1e2a12c71a5f6b1fbb353cbb6b8faf">
|
||||
<name>MS C 5.10 (UTILITY3)</name>
|
||||
</disk>
|
||||
<disk id="disk13" size="1228800" chs="80:2:15" img="archive/MS OS-2 Libraries (02158).img" href="/disks/pc/tools/microsoft/c/5.10/MSC510-DISK13-LIBOS2.json" md5="cca7ebab1da727b206ec43fd3c117951" md5json="2afed121c29e41fdaca957d987a5431a">
|
||||
<name>MS C 5.10 (LIBOS2)</name>
|
||||
</disk>
|
||||
<disk id="disk14" size="1228800" chs="80:2:15" img="archive/Microsoft CodeView for MS OS-2 (03157).img" href="/disks/pc/tools/microsoft/c/5.10/MSC510-DISK14-CVOS2.json" md5="a9eebea1f09d2c2e029de468577649aa" md5json="457fe228b5a6d24ba1917456b319edb1">
|
||||
<name>MS C 5.10 (CVOS2)</name>
|
||||
</disk>
|
||||
</manifest>
|
||||
1
disks/pc/tools/microsoft/masm/1.00/MASM100.json
Normal file
1
disks/pc/tools/microsoft/masm/1.00/MASM100.json
Normal file
File diff suppressed because one or more lines are too long
24
disks/pc/tools/microsoft/masm/1.00/README.md
Normal file
24
disks/pc/tools/microsoft/masm/1.00/README.md
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
---
|
||||
layout: page
|
||||
title: Microsoft Macro Assembler 1.00
|
||||
permalink: /disks/pc/tools/microsoft/masm/1.00/
|
||||
---
|
||||
|
||||
Microsoft Macro Assembler 1.00
|
||||
---
|
||||
|
||||
Directory listing of the 160Kb distribution diskette is provided below.
|
||||
|
||||
### Directory of MS MASM 1.00
|
||||
|
||||
Volume in drive A has no label
|
||||
|
||||
Directory of A:\
|
||||
|
||||
M EXE 67840 02-05-82 12:49p
|
||||
LINK EXE 41216 02-04-82 1:47p
|
||||
2 file(s) 109056 bytes
|
||||
|
||||
Total files listed:
|
||||
2 file(s) 109056 bytes
|
||||
50688 bytes free
|
||||
12
disks/pc/tools/microsoft/masm/1.00/manifest.xml
Normal file
12
disks/pc/tools/microsoft/masm/1.00/manifest.xml
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<?xml-stylesheet type="text/xsl" href="/versions/pcjs/1.21.2/manifest.xsl"?>
|
||||
<manifest type="software">
|
||||
<title>Microsoft Macro Assembler</title>
|
||||
<version>1.00</version>
|
||||
<type>Tool</type>
|
||||
<category>Assembler</category>
|
||||
<author>Microsoft</author>
|
||||
<disk id="disk01" size="163840" chs="40:1:8" img="archive/MASM100.img" href="/disks/pc/tools/microsoft/masm/1.00/MASM100.json" md5="6fcbc81764c022aad13e85d8615e04a3" md5json="f079059f4f8b8b8e27a16811fc394d7f">
|
||||
<name>MS MASM 1.00</name>
|
||||
</disk>
|
||||
</manifest>
|
||||
1
disks/pc/tools/microsoft/masm/3.00/MASM-016014-300.json
Normal file
1
disks/pc/tools/microsoft/masm/3.00/MASM-016014-300.json
Normal file
File diff suppressed because one or more lines are too long
30
disks/pc/tools/microsoft/masm/3.00/README.md
Normal file
30
disks/pc/tools/microsoft/masm/3.00/README.md
Normal file
|
|
@ -0,0 +1,30 @@
|
|||
---
|
||||
layout: page
|
||||
title: Microsoft Macro Assembler 3.00
|
||||
permalink: /disks/pc/tools/microsoft/masm/3.00/
|
||||
---
|
||||
|
||||
Microsoft Macro Assembler 3.00
|
||||
---
|
||||
|
||||
Directory listing of the 360Kb distribution diskette is provided below.
|
||||
|
||||
### Directory of MS MASM 3.00
|
||||
|
||||
Volume in drive A has no label
|
||||
|
||||
Directory of A:\
|
||||
|
||||
MASM EXE 77362 11-21-84 2:49p
|
||||
SYMDEB EXE 27136 12-07-84 1:39p
|
||||
MAPSYM EXE 17290 11-09-84 4:22p
|
||||
CREF EXE 10544 11-21-84 2:51p
|
||||
LINK EXE 41114 11-14-84 2:48p
|
||||
LIB EXE 24138 10-31-84 4:57p
|
||||
MAKE EXE 18675 08-13-84 1:24a
|
||||
README DOC 4085 12-07-84 2:30p
|
||||
8 file(s) 220344 bytes
|
||||
|
||||
Total files listed:
|
||||
8 file(s) 220344 bytes
|
||||
138240 bytes free
|
||||
12
disks/pc/tools/microsoft/masm/3.00/manifest.xml
Normal file
12
disks/pc/tools/microsoft/masm/3.00/manifest.xml
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<?xml-stylesheet type="text/xsl" href="/versions/pcjs/1.21.2/manifest.xsl"?>
|
||||
<manifest type="software">
|
||||
<title>Microsoft Macro Assembler</title>
|
||||
<version>3.00</version>
|
||||
<type>Tool</type>
|
||||
<category>Assembler</category>
|
||||
<author>Microsoft</author>
|
||||
<disk id="disk01" size="368640" chs="40:2:9" img="archive/D-045 016014.300 (016-014-011).img" href="/disks/pc/tools/microsoft/masm/3.00/MASM-016014-300.json" md5="e8cb83495b3a6a119d52f9dfb162df43" md5json="25d4434228fc98757e9b5efec1fa3850">
|
||||
<name>MS MASM 3.00</name>
|
||||
</disk>
|
||||
</manifest>
|
||||
1
disks/pc/tools/microsoft/masm/3.01/MASM-016014-301.json
Normal file
1
disks/pc/tools/microsoft/masm/3.01/MASM-016014-301.json
Normal file
File diff suppressed because one or more lines are too long
30
disks/pc/tools/microsoft/masm/3.01/README.md
Normal file
30
disks/pc/tools/microsoft/masm/3.01/README.md
Normal file
|
|
@ -0,0 +1,30 @@
|
|||
---
|
||||
layout: page
|
||||
title: Microsoft Macro Assembler 3.01
|
||||
permalink: /disks/pc/tools/microsoft/masm/3.01/
|
||||
---
|
||||
|
||||
Microsoft Macro Assembler 3.01
|
||||
---
|
||||
|
||||
Directory listing of the 360Kb distribution diskette is provided below.
|
||||
|
||||
### Directory of MS MASM 3.01
|
||||
|
||||
Volume in drive A has no label
|
||||
|
||||
Directory of A:\
|
||||
|
||||
MASM EXE 77362 11-21-84 2:49p
|
||||
LINK EXE 41114 11-14-84 2:48p
|
||||
SYMDEB EXE 36538 06-07-85 4:26p
|
||||
MAPSYM EXE 51904 06-21-85 10:21a
|
||||
CREF EXE 10544 11-21-84 2:51p
|
||||
LIB EXE 24138 10-31-84 4:57p
|
||||
MAKE EXE 18675 08-13-84 1:24a
|
||||
README DOC 22986 06-21-85 10:03a
|
||||
8 file(s) 283261 bytes
|
||||
|
||||
Total files listed:
|
||||
8 file(s) 283261 bytes
|
||||
74752 bytes free
|
||||
12
disks/pc/tools/microsoft/masm/3.01/manifest.xml
Normal file
12
disks/pc/tools/microsoft/masm/3.01/manifest.xml
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<?xml-stylesheet type="text/xsl" href="/versions/pcjs/1.21.2/manifest.xsl"?>
|
||||
<manifest type="software">
|
||||
<title>Microsoft Macro Assembler</title>
|
||||
<version>3.01</version>
|
||||
<type>Tool</type>
|
||||
<category>Assembler</category>
|
||||
<author>Microsoft</author>
|
||||
<disk id="disk01" size="368640" chs="40:2:9" img="archive/D-206 016014.301 (016-014-011).img" href="/disks/pc/tools/microsoft/masm/3.01/MASM-016014-301.json" md5="735369258e50b1de1240d33789a4d170" md5json="1de4b39574be2c425874f8f16c5e2943">
|
||||
<name>MS MASM 3.01</name>
|
||||
</disk>
|
||||
</manifest>
|
||||
33
disks/pc/tools/microsoft/masm/4.00/README.md
Normal file
33
disks/pc/tools/microsoft/masm/4.00/README.md
Normal file
|
|
@ -0,0 +1,33 @@
|
|||
---
|
||||
layout: page
|
||||
title: Microsoft Macro Assembler 4.00
|
||||
permalink: /disks/pc/tools/microsoft/masm/4.00/
|
||||
---
|
||||
|
||||
Microsoft Macro Assembler 4.00
|
||||
---
|
||||
|
||||
Directory listing of the 360Kb distribution diskette is provided below.
|
||||
|
||||
### Directory of MS MASM 4.00
|
||||
|
||||
Volume in drive A has no label
|
||||
|
||||
Directory of A:\
|
||||
|
||||
MASM EXE 85566 10-16-85 4:00a
|
||||
LINK EXE 43988 10-16-85 4:00a
|
||||
SYMDEB EXE 37021 10-16-85 4:00a
|
||||
MAPSYM EXE 18026 10-16-85 4:00a
|
||||
CREF EXE 15028 10-16-85 4:00a
|
||||
LIB EXE 28716 10-16-85 4:00a
|
||||
MAKE EXE 24300 10-16-85 4:00a
|
||||
EXEPACK EXE 10848 10-16-85 4:00a
|
||||
EXEMOD EXE 11034 10-16-85 4:00a
|
||||
COUNT ASM 5965 10-16-85 4:00a
|
||||
README DOC 7630 10-16-85 4:00a
|
||||
11 file(s) 288122 bytes
|
||||
|
||||
Total files listed:
|
||||
11 file(s) 288122 bytes
|
||||
69632 bytes free
|
||||
|
|
@ -1,7 +1,8 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<?xml-stylesheet type="text/xsl" href="/versions/pcjs/1.21.2/manifest.xsl"?>
|
||||
<manifest type="software">
|
||||
<title>Microsoft Macro Assember</title>
|
||||
<title>Microsoft Macro Assembler</title>
|
||||
<version>4.00</version>
|
||||
<type>Tool</type>
|
||||
<category>Assembler</category>
|
||||
<author>Microsoft</author>
|
||||
|
|
|
|||
1
disks/pc/tools/microsoft/masm/5.00/MASM500-DISK1.json
Normal file
1
disks/pc/tools/microsoft/masm/5.00/MASM500-DISK1.json
Normal file
File diff suppressed because one or more lines are too long
1
disks/pc/tools/microsoft/masm/5.00/MASM500-DISK2.json
Normal file
1
disks/pc/tools/microsoft/masm/5.00/MASM500-DISK2.json
Normal file
File diff suppressed because one or more lines are too long
86
disks/pc/tools/microsoft/masm/5.00/README.md
Normal file
86
disks/pc/tools/microsoft/masm/5.00/README.md
Normal file
|
|
@ -0,0 +1,86 @@
|
|||
---
|
||||
layout: page
|
||||
title: Microsoft Macro Assembler 5.00
|
||||
permalink: /disks/pc/tools/microsoft/masm/5.00/
|
||||
---
|
||||
|
||||
Microsoft Macro Assembler 5.00
|
||||
---
|
||||
|
||||
Directory listings of the two 360Kb distribution diskettes are provided below.
|
||||
|
||||
### Directory of MS MASM 5.00 (Disk 1)
|
||||
|
||||
Volume in drive A is MASM 500 #1
|
||||
|
||||
Directory of A:\
|
||||
|
||||
MIXED <DIR> 07-31-87 12:04a
|
||||
RUNME BAT 2975 07-31-87 12:00a
|
||||
SETUP BAT 7287 07-31-87 12:00a
|
||||
SETUP2 BAT 2130 07-31-87 12:00a
|
||||
README DOC 9103 07-31-87 12:00a
|
||||
PACKING LST 1045 07-31-87 12:00a
|
||||
WHAT ASM 23280 07-31-87 12:00a
|
||||
SHOW EXE 2040 07-31-87 12:00a
|
||||
WHAT EXE 3170 07-31-87 12:00a
|
||||
CREF EXE 15830 07-31-87 12:00a
|
||||
ERROUT EXE 9499 07-31-87 12:00a
|
||||
EXEMOD EXE 12149 07-31-87 12:00a
|
||||
LIB EXE 32150 07-31-87 12:00a
|
||||
LINK EXE 64982 07-31-87 12:00a
|
||||
MASM EXE 103175 07-31-87 12:00a
|
||||
SETENV EXE 10601 07-31-87 12:00a
|
||||
MAKE EXE 24199 07-31-87 12:00a
|
||||
17 file(s) 323615 bytes
|
||||
|
||||
Directory of A:\MIXED
|
||||
|
||||
. <DIR> 07-31-87 12:04a
|
||||
.. <DIR> 07-31-87 12:04a
|
||||
BA ASM 1138 07-31-87 12:00a
|
||||
CA ASM 298 07-31-87 12:00a
|
||||
FA ASM 426 07-31-87 12:00a
|
||||
PA ASM 388 07-31-87 12:00a
|
||||
MIXED INC 6238 07-31-87 12:00a
|
||||
MIXED DOC 9085 07-31-87 12:00a
|
||||
POWER2 ASM 1982 07-31-87 12:00a
|
||||
BAMAIN BAS 545 07-31-87 12:00a
|
||||
CAMAIN C 111 07-31-87 12:00a
|
||||
FAMAIN FOR 190 07-31-87 12:00a
|
||||
PAMAIN PAS 164 07-31-87 12:00a
|
||||
13 file(s) 20565 bytes
|
||||
|
||||
Total files listed:
|
||||
30 file(s) 344180 bytes
|
||||
2048 bytes free
|
||||
|
||||
### Directory of MS MASM 5.00 (Disk 2)
|
||||
|
||||
Volume in drive A is MASM 500 #2
|
||||
|
||||
Directory of A:\
|
||||
|
||||
PAGER ASM 11192 07-31-87 12:00a
|
||||
SHOW ASM 8944 07-31-87 12:00a
|
||||
DEMO BAT 4851 07-31-87 12:00a
|
||||
RUNME BAT 2975 07-31-87 12:00a
|
||||
E_AUTO CV 7407 07-31-87 12:00a
|
||||
M_AUTO CV 570 07-31-87 12:00a
|
||||
Q_AUTO CV 16 07-31-87 12:00a
|
||||
U_AUTO CV 5152 07-31-87 12:00a
|
||||
W_AUTO CV 9639 07-31-87 12:00a
|
||||
CV HLP 18348 07-31-87 12:00a
|
||||
CV EXE 218018 07-31-87 12:00a
|
||||
EXEPACK EXE 14723 07-31-87 12:00a
|
||||
SHOW EXE 5511 07-31-87 12:00a
|
||||
WHAT EXE 3170 07-31-87 12:00a
|
||||
BIOS INC 2302 07-31-87 12:00a
|
||||
MACRO DOC 17983 07-31-87 12:00a
|
||||
MOUSE SYS 13793 07-31-87 12:00a
|
||||
DOS INC 7516 07-31-87 12:00a
|
||||
18 file(s) 352110 bytes
|
||||
|
||||
Total files listed:
|
||||
18 file(s) 352110 bytes
|
||||
1024 bytes free
|
||||
15
disks/pc/tools/microsoft/masm/5.00/manifest.xml
Normal file
15
disks/pc/tools/microsoft/masm/5.00/manifest.xml
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<?xml-stylesheet type="text/xsl" href="/versions/pcjs/1.21.2/manifest.xsl"?>
|
||||
<manifest type="software">
|
||||
<title>Microsoft Macro Assembler</title>
|
||||
<version>5.00</version>
|
||||
<type>Tool</type>
|
||||
<category>Assembler</category>
|
||||
<author>Microsoft</author>
|
||||
<disk id="disk01" size="368640" chs="40:2:9" img="archive/disk01.img" href="/disks/pc/tools/microsoft/masm/5.00/MASM500-DISK1.json" md5="d7b9d6fec1ae8f2b75ae2a174dd5e9b4" md5json="7d1985d28e48a51b2f8cf34f9d4586f0">
|
||||
<name>MS MASM 5.00 (Disk 1)</name>
|
||||
</disk>
|
||||
<disk id="disk02" size="368640" chs="40:2:9" img="archive/disk02.img" href="/disks/pc/tools/microsoft/masm/5.00/MASM500-DISK2.json" md5="a8e7f967353b27d732727ce3fde6cca2" md5json="045e55d45ee9d46940a6efc41371dcbc">
|
||||
<name>MS MASM 5.00 (Disk 2)</name>
|
||||
</disk>
|
||||
</manifest>
|
||||
1
disks/pc/tools/microsoft/masm/5.10/MASM510-DISK1.json
Normal file
1
disks/pc/tools/microsoft/masm/5.10/MASM510-DISK1.json
Normal file
File diff suppressed because one or more lines are too long
1
disks/pc/tools/microsoft/masm/5.10/MASM510-DISK2.json
Normal file
1
disks/pc/tools/microsoft/masm/5.10/MASM510-DISK2.json
Normal file
File diff suppressed because one or more lines are too long
1
disks/pc/tools/microsoft/masm/5.10/MASM510-DISK3.json
Normal file
1
disks/pc/tools/microsoft/masm/5.10/MASM510-DISK3.json
Normal file
File diff suppressed because one or more lines are too long
1
disks/pc/tools/microsoft/masm/5.10/MASM510-DISK4.json
Normal file
1
disks/pc/tools/microsoft/masm/5.10/MASM510-DISK4.json
Normal file
File diff suppressed because one or more lines are too long
1
disks/pc/tools/microsoft/masm/5.10/MASM510-DISK5.json
Normal file
1
disks/pc/tools/microsoft/masm/5.10/MASM510-DISK5.json
Normal file
File diff suppressed because one or more lines are too long
1
disks/pc/tools/microsoft/masm/5.10/MASM510-DISK6.json
Normal file
1
disks/pc/tools/microsoft/masm/5.10/MASM510-DISK6.json
Normal file
File diff suppressed because one or more lines are too long
222
disks/pc/tools/microsoft/masm/5.10/README.md
Normal file
222
disks/pc/tools/microsoft/masm/5.10/README.md
Normal file
|
|
@ -0,0 +1,222 @@
|
|||
---
|
||||
layout: page
|
||||
title: Microsoft Macro Assembler 5.10
|
||||
permalink: /disks/pc/tools/microsoft/masm/5.10/
|
||||
---
|
||||
|
||||
Microsoft Macro Assembler 5.10
|
||||
---
|
||||
|
||||
Directory listings of the six distribution diskettes are provided below.
|
||||
|
||||
### Directory of MS MASM 5.10 (Disk 1)
|
||||
|
||||
Volume in drive A is MASM
|
||||
|
||||
Directory of A:\
|
||||
|
||||
SETUP BAT 33 01-31-88 11:00p
|
||||
README DOC 39353 01-31-88 11:00p
|
||||
PACKING LST 5212 01-31-88 11:00p
|
||||
SETUP SUS 5157 01-31-88 11:00p
|
||||
CREF EXE 28427 01-31-88 11:00p
|
||||
MASM EXE 110703 01-31-88 11:00p
|
||||
RUNME EXE 29497 01-31-88 11:00p
|
||||
SHOW EXE 4964 01-31-88 11:00p
|
||||
MIXED <DIR> 01-31-88 11:00p
|
||||
9 file(s) 223346 bytes
|
||||
|
||||
Directory of A:\MIXED
|
||||
|
||||
. <DIR> 01-31-88 11:00p
|
||||
.. <DIR> 01-31-88 11:00p
|
||||
MIXED INC 3179 01-31-88 11:00p
|
||||
CAMAIN C 111 01-31-88 11:00p
|
||||
PAMAIN PAS 164 01-31-88 11:00p
|
||||
BAMAIN BAS 567 01-31-88 11:00p
|
||||
BA ASM 1138 01-31-88 11:00p
|
||||
CA ASM 298 01-31-88 11:00p
|
||||
FA ASM 426 01-31-88 11:00p
|
||||
PA ASM 388 01-31-88 11:00p
|
||||
POWER2 ASM 2065 01-31-88 11:00p
|
||||
MIXED DOC 9107 01-31-88 11:00p
|
||||
FAMAIN FOR 190 01-31-88 11:00p
|
||||
13 file(s) 17633 bytes
|
||||
|
||||
Total files listed:
|
||||
22 file(s) 240979 bytes
|
||||
107520 bytes free
|
||||
|
||||
### Directory of MS MASM 5.10 (Disk 2)
|
||||
|
||||
Volume in drive A is UTILITIES
|
||||
|
||||
Directory of A:\
|
||||
|
||||
MOUSE COM 14455 01-31-88 11:00p
|
||||
CVPACK EXE 57437 01-31-88 11:00p
|
||||
ERROUT EXE 10729 01-31-88 11:00p
|
||||
EXEHDR EXE 29942 01-31-88 11:00p
|
||||
EXEMOD EXE 11765 01-31-88 11:00p
|
||||
EXEPACK EXE 14803 01-31-88 11:00p
|
||||
LIB EXE 49661 01-31-88 11:00p
|
||||
LINK EXE 65475 01-31-88 11:00p
|
||||
MAKE EXE 38613 01-31-88 11:00p
|
||||
SETENV EXE 10313 01-31-88 11:00p
|
||||
10 file(s) 303193 bytes
|
||||
|
||||
Total files listed:
|
||||
10 file(s) 303193 bytes
|
||||
53248 bytes free
|
||||
|
||||
### Directory of MS MASM 5.10 (Disk 3)
|
||||
|
||||
Volume in drive A is CODEVIEW
|
||||
|
||||
Directory of A:\
|
||||
|
||||
BIOS INC 2302 01-31-88 11:00p
|
||||
DOS INC 9862 01-31-88 11:00p
|
||||
PAGERR ASM 11192 01-31-88 11:00p
|
||||
SHOWR ASM 8944 01-31-88 11:00p
|
||||
MACRO DOC 17983 01-31-88 11:00p
|
||||
CV HLP 21552 01-31-88 11:00p
|
||||
E_AUTO CV 7409 01-31-88 11:00p
|
||||
M_AUTO CV 570 01-31-88 11:00p
|
||||
Q_AUTO CV 16 01-31-88 11:00p
|
||||
U_AUTO CV 5153 01-31-88 11:00p
|
||||
W_AUTO CV 9641 01-31-88 11:00p
|
||||
SETUP SUS 3680 01-31-88 11:00p
|
||||
CV EXE 232896 01-31-88 11:00p
|
||||
DEMO EXE 14725 01-31-88 11:00p
|
||||
SHOWR EXE 5419 01-31-88 11:00p
|
||||
15 file(s) 351344 bytes
|
||||
|
||||
Total files listed:
|
||||
15 file(s) 351344 bytes
|
||||
2048 bytes free
|
||||
|
||||
### Directory of MS MASM 5.10 (Disk 4)
|
||||
|
||||
Volume in drive A is EDITOR
|
||||
|
||||
Directory of A:\
|
||||
|
||||
FIXSHIFT COM 690 01-31-88 11:00p
|
||||
EDITOR SUS 2123 01-31-88 11:00p
|
||||
CALLTREE EXE 31233 01-31-88 11:00p
|
||||
ECH EXE 19351 01-31-88 11:00p
|
||||
EXP EXE 32220 01-31-88 11:00p
|
||||
M EXE 94821 01-31-88 11:00p
|
||||
MEGREP EXE 31915 01-31-88 11:00p
|
||||
RM EXE 24884 01-31-88 11:00p
|
||||
UNDEL EXE 30046 01-31-88 11:00p
|
||||
EXT <DIR> 01-31-88 11:00p
|
||||
INI <DIR> 01-31-88 11:00p
|
||||
11 file(s) 267283 bytes
|
||||
|
||||
Directory of A:\EXT
|
||||
|
||||
. <DIR> 01-31-88 11:00p
|
||||
.. <DIR> 01-31-88 11:00p
|
||||
EXT H 8730 01-31-88 11:00p
|
||||
SKEL C 2457 01-31-88 11:00p
|
||||
SKEL DEF 211 01-31-88 11:00p
|
||||
EXT DOC 15877 01-31-88 11:00p
|
||||
EXTHDR OBJ 1893 01-31-88 11:00p
|
||||
EXTHDRP OBJ 2021 01-31-88 11:00p
|
||||
8 file(s) 31189 bytes
|
||||
|
||||
Directory of A:\INI
|
||||
|
||||
. <DIR> 01-31-88 11:00p
|
||||
.. <DIR> 01-31-88 11:00p
|
||||
BRIEF INI 2094 01-31-88 11:00p
|
||||
EPSILON INI 978 01-31-88 11:00p
|
||||
QUICK INI 1058 01-31-88 11:00p
|
||||
WS ZXT 2084 01-31-88 11:00p
|
||||
WS DLL 2609 01-31-88 11:00p
|
||||
7 file(s) 8823 bytes
|
||||
|
||||
Total files listed:
|
||||
26 file(s) 307295 bytes
|
||||
41984 bytes free
|
||||
|
||||
### Directory of MS MASM 5.10 (Disk 5)
|
||||
|
||||
Volume in drive A is OS2 PROGRAM
|
||||
|
||||
Directory of A:\
|
||||
|
||||
SHOW 379 01-31-88 11:00p
|
||||
BSE INC 768 01-31-88 11:00p
|
||||
BSEDOS INC 17479 01-31-88 11:00p
|
||||
BSEERR INC 6723 01-31-88 11:00p
|
||||
BSESUB INC 10693 01-31-88 11:00p
|
||||
OS2 INC 391 01-31-88 11:00p
|
||||
OS2DEF INC 5119 01-31-88 11:00p
|
||||
SHOWS DEF 18 01-31-88 11:00p
|
||||
PAGERP ASM 11504 01-31-88 11:00p
|
||||
SHOWP ASM 15079 01-31-88 11:00p
|
||||
MAKESHOW BAT 2054 01-31-88 11:00p
|
||||
MAKESHOW CMD 1991 01-31-88 11:00p
|
||||
OS2 DOC 33751 01-31-88 11:00p
|
||||
CVP HLP 21552 01-31-88 11:00p
|
||||
APILMR OBJ 105 01-31-88 11:00p
|
||||
API LIB 81408 01-31-88 11:00p
|
||||
DOSCALLS LIB 29184 01-31-88 11:00p
|
||||
PTRACE87 PAT 188 01-31-88 11:00p
|
||||
BIND EXE 36946 01-31-88 11:00p
|
||||
CVP EXE 222505 01-31-88 11:00p
|
||||
EXEC EXE 9299 01-31-88 11:00p
|
||||
ILINK EXE 88929 01-31-88 11:00p
|
||||
IMPLIB EXE 30166 01-31-88 11:00p
|
||||
LINK EXE 117001 01-31-88 11:00p
|
||||
MASM EXE 124712 01-31-88 11:00p
|
||||
MEP EXE 97063 01-31-88 11:00p
|
||||
OS2PATCH EXE 1069 01-31-88 11:00p
|
||||
27 file(s) 966076 bytes
|
||||
|
||||
Total files listed:
|
||||
27 file(s) 966076 bytes
|
||||
241152 bytes free
|
||||
|
||||
### Directory of MS MASM 5.10 (Disk 6)
|
||||
|
||||
Volume in drive A has no label
|
||||
|
||||
Directory of A:\
|
||||
|
||||
OS2 DOC 33751 03-10-88 3:10p
|
||||
README MSM 35744 03-10-88 3:10p
|
||||
CREF EXE 28427 03-10-88 3:10p
|
||||
MASM EXE 124712 03-10-88 3:10p
|
||||
EXAMPLE <DIR> 03-10-88 3:10p
|
||||
INCLUDE <DIR> 03-10-88 3:10p
|
||||
6 file(s) 222634 bytes
|
||||
|
||||
Directory of A:\EXAMPLE
|
||||
|
||||
. <DIR> 03-10-88 3:10p
|
||||
.. <DIR> 03-10-88 3:10p
|
||||
SHOW 338 03-10-88 3:10p
|
||||
PAGERP ASM 11504 03-10-88 3:10p
|
||||
SHOWP ASM 15079 03-10-88 3:10p
|
||||
SHOW EXE 2916 03-10-88 3:10p
|
||||
6 file(s) 29837 bytes
|
||||
|
||||
Directory of A:\INCLUDE
|
||||
|
||||
. <DIR> 03-10-88 3:10p
|
||||
.. <DIR> 03-10-88 3:10p
|
||||
BSE INC 768 03-10-88 3:10p
|
||||
BSEDOS INC 17479 03-10-88 3:10p
|
||||
BSEERR INC 6723 03-10-88 3:10p
|
||||
BSESUB INC 10693 03-10-88 3:10p
|
||||
OS2 INC 391 03-10-88 3:10p
|
||||
OS2DEF INC 5109 03-10-88 3:10p
|
||||
8 file(s) 41163 bytes
|
||||
|
||||
Total files listed:
|
||||
20 file(s) 293634 bytes
|
||||
61440 bytes free
|
||||
27
disks/pc/tools/microsoft/masm/5.10/manifest.xml
Normal file
27
disks/pc/tools/microsoft/masm/5.10/manifest.xml
Normal file
|
|
@ -0,0 +1,27 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<?xml-stylesheet type="text/xsl" href="/versions/pcjs/1.21.2/manifest.xsl"?>
|
||||
<manifest type="software">
|
||||
<title>Microsoft Macro Assembler</title>
|
||||
<version>5.10</version>
|
||||
<type>Tool</type>
|
||||
<category>Assembler</category>
|
||||
<author>Microsoft</author>
|
||||
<disk id="disk01" size="368640" chs="40:2:9" img="archive/disk1.img" href="/disks/pc/tools/microsoft/masm/5.10/MASM510-DISK1.json" md5="340fae77a5ea5a5dfd52534226941526" md5json="b2940662c1d2b9b5eaac73bfde1cba23">
|
||||
<name>MS MASM 5.10 (Disk 1)</name>
|
||||
</disk>
|
||||
<disk id="disk02" size="368640" chs="40:2:9" img="archive/disk2.img" href="/disks/pc/tools/microsoft/masm/5.10/MASM510-DISK2.json" md5="1a41e7ecd941da02f8de7503cedab7a9" md5json="b40ee9490fcd6ebbfce412543b7d8450">
|
||||
<name>MS MASM 5.10 (Disk 2)</name>
|
||||
</disk>
|
||||
<disk id="disk03" size="368640" chs="40:2:9" img="archive/disk3.img" href="/disks/pc/tools/microsoft/masm/5.10/MASM510-DISK3.json" md5="6ee407452e2138eb844d1a19a2431852" md5json="3e332447b4868de32b61636ffdf3f185">
|
||||
<name>MS MASM 5.10 (Disk 3)</name>
|
||||
</disk>
|
||||
<disk id="disk04" size="368640" chs="40:2:9" img="archive/disk4.img" href="/disks/pc/tools/microsoft/masm/5.10/MASM510-DISK4.json" md5="15a5da4c89fa5af993112bb31cd4772b" md5json="755ab1a4d914a35d9ecf6f74533d3631">
|
||||
<name>MS MASM 5.10 (Disk 4)</name>
|
||||
</disk>
|
||||
<disk id="disk05" size="1228800" chs="80:2:15" img="archive/disk5.img" href="/disks/pc/tools/microsoft/masm/5.10/MASM510-DISK5.json" md5="4c859bcc62806d3371f22b909803edfc" md5json="ea30fe942df231e348a93b7e0201f1ac">
|
||||
<name>MS MASM 5.10 (Disk 5)</name>
|
||||
</disk>
|
||||
<disk id="disk06" size="368640" chs="40:2:9" img="archive/disk6.img" href="/disks/pc/tools/microsoft/masm/5.10/MASM510-DISK6.json" md5="3aafd51461e486722c8ead384ff56204" md5json="316e89e9157e26bcc3f94e5487aa3399">
|
||||
<name>MS MASM 5.10 (Disk 6)</name>
|
||||
</disk>
|
||||
</manifest>
|
||||
1
disks/pc/tools/microsoft/masm/6.00/MASM600-DISK1.json
Normal file
1
disks/pc/tools/microsoft/masm/6.00/MASM600-DISK1.json
Normal file
File diff suppressed because one or more lines are too long
1
disks/pc/tools/microsoft/masm/6.00/MASM600-DISK2.json
Normal file
1
disks/pc/tools/microsoft/masm/6.00/MASM600-DISK2.json
Normal file
File diff suppressed because one or more lines are too long
1
disks/pc/tools/microsoft/masm/6.00/MASM600-DISK3.json
Normal file
1
disks/pc/tools/microsoft/masm/6.00/MASM600-DISK3.json
Normal file
File diff suppressed because one or more lines are too long
1
disks/pc/tools/microsoft/masm/6.00/MASM600-DISK4.json
Normal file
1
disks/pc/tools/microsoft/masm/6.00/MASM600-DISK4.json
Normal file
File diff suppressed because one or more lines are too long
1
disks/pc/tools/microsoft/masm/6.00/MASM600-DISK5.json
Normal file
1
disks/pc/tools/microsoft/masm/6.00/MASM600-DISK5.json
Normal file
File diff suppressed because one or more lines are too long
277
disks/pc/tools/microsoft/masm/6.00/README.md
Normal file
277
disks/pc/tools/microsoft/masm/6.00/README.md
Normal file
|
|
@ -0,0 +1,277 @@
|
|||
---
|
||||
layout: page
|
||||
title: Microsoft Macro Assembler 6.00
|
||||
permalink: /disks/pc/tools/microsoft/masm/6.00/
|
||||
---
|
||||
|
||||
Microsoft Macro Assembler 6.00
|
||||
---
|
||||
|
||||
Directory listings of the five 1.44Mb distribution diskettes are provided below.
|
||||
|
||||
### Directory of MS MASM 6.00 (Disk 1)
|
||||
|
||||
Volume in drive A is AR
|
||||
Volume Serial Number is 1465-5DC2
|
||||
|
||||
Directory of A:\
|
||||
|
||||
BINB <DIR> 12-13-99 4:11p
|
||||
BRIEF IN$ 3823 06-01-90 2:01p
|
||||
DECOMP EXE 35921 12-03-90 6:13p
|
||||
MASM600 INF 50294 04-05-91 2:57p
|
||||
PACKING LST 7307 04-03-91 8:51a
|
||||
README TXT 18070 04-03-91 9:01a
|
||||
SETUP EXE 95155 04-03-91 8:53a
|
||||
TOOLS PR$ 1485 08-07-90 12:01p
|
||||
8 file(s) 212055 bytes
|
||||
|
||||
Directory of A:\BINB
|
||||
|
||||
. <DIR> 12-13-99 4:11p
|
||||
.. <DIR> 12-13-99 4:11p
|
||||
BIND EX$ 25614 02-20-90 5:21a
|
||||
CVPACK EX$ 30769 02-13-90 8:59a
|
||||
EXEHDR EX$ 28904 02-20-90 5:12p
|
||||
EXP EX$ 27044 02-20-90 5:22a
|
||||
HELPMAKE EX$ 42033 01-24-91 2:18p
|
||||
IMPLIB EX$ 23066 02-20-90 5:09p
|
||||
LIB EX$ 35464 02-26-91 2:16p
|
||||
LINK EX$ 89879 03-08-91 12:07p
|
||||
PWBRMAKE EX$ 36148 06-14-90 8:36a
|
||||
RM EX$ 21677 02-20-90 5:22a
|
||||
UNDEL EX$ 27576 02-20-90 5:23a
|
||||
13 file(s) 388174 bytes
|
||||
|
||||
Total files listed:
|
||||
21 file(s) 600229 bytes
|
||||
851456 bytes free
|
||||
|
||||
### Directory of MS MASM 6.00 (Disk 2)
|
||||
|
||||
Volume in drive A is DISK 2
|
||||
Volume Serial Number is 14BA-2164
|
||||
|
||||
Directory of A:\
|
||||
|
||||
BINB <DIR> 12-13-99 4:12p
|
||||
CV EX$ 276698 03-19-91 2:00p
|
||||
ML ER$ 3338 04-03-91 2:28p
|
||||
ML EX$ 151197 04-03-91 2:59p
|
||||
MLX EX$ 18799 04-03-91 9:53a
|
||||
NMAKE EX$ 48860 03-22-91 3:55p
|
||||
QH EX$ 44590 02-07-91 10:49a
|
||||
7 file(s) 543482 bytes
|
||||
|
||||
Directory of A:\BINB
|
||||
|
||||
. <DIR> 12-13-99 4:12p
|
||||
.. <DIR> 12-13-99 4:12p
|
||||
H2INC ER$ 7025 01-31-91 3:20a
|
||||
H2INC EX$ 87543 04-03-91 8:38a
|
||||
MASM EX$ 13774 04-02-91 1:52p
|
||||
5 file(s) 108342 bytes
|
||||
|
||||
Total files listed:
|
||||
12 file(s) 651824 bytes
|
||||
803328 bytes free
|
||||
|
||||
### Directory of MS MASM 6.00 (Disk 3)
|
||||
|
||||
Volume in drive A is DISK 3
|
||||
Volume Serial Number is 14FB-691D
|
||||
|
||||
Directory of A:\
|
||||
|
||||
INCLUDE <DIR> 12-13-99 4:12p
|
||||
API LI$ 49727 05-04-90 6:51p
|
||||
APILMR OB$ 122 03-16-89 1:25p
|
||||
CVP EX$ 237321 02-20-91 1:06a
|
||||
ML ER$ 3338 04-03-91 2:28p
|
||||
ML EX$ 144441 04-03-91 2:58p
|
||||
MSHELP DL$ 5587 10-02-90 4:39p
|
||||
NMAKE EX$ 52224 03-22-91 3:53p
|
||||
OS2 LI$ 51492 03-29-90 3:41p
|
||||
QH EX$ 39474 02-07-91 10:48a
|
||||
10 file(s) 583726 bytes
|
||||
|
||||
Directory of A:\INCLUDE
|
||||
|
||||
. <DIR> 12-13-99 4:12p
|
||||
.. <DIR> 12-13-99 4:12p
|
||||
BSE IN$ 583 02-28-91 4:06p
|
||||
BSEDEV IN$ 4330 02-28-91 4:06p
|
||||
BSEDOS IN$ 15717 02-28-91 4:06p
|
||||
BSEERR IN$ 9125 02-28-91 4:06p
|
||||
BSESUB IN$ 5590 02-28-91 4:06p
|
||||
OS2 IN$ 468 02-28-91 4:07p
|
||||
OS2DEF IN$ 1730 02-28-91 4:07p
|
||||
9 file(s) 37543 bytes
|
||||
|
||||
Total files listed:
|
||||
19 file(s) 621269 bytes
|
||||
832000 bytes free
|
||||
|
||||
### Directory of MS MASM 6.00 (Disk 4)
|
||||
|
||||
Volume in drive A is DISK 4
|
||||
Volume Serial Number is 1553-56BC
|
||||
|
||||
Directory of A:\
|
||||
|
||||
BINP <DIR> 12-13-99 4:12p
|
||||
BINR <DIR> 12-13-99 4:12p
|
||||
HELP <DIR> 12-13-99 4:12p
|
||||
SAMPLES <DIR> 12-13-99 4:12p
|
||||
4 file(s) 0 bytes
|
||||
|
||||
Directory of A:\BINP
|
||||
|
||||
. <DIR> 12-13-99 4:12p
|
||||
.. <DIR> 12-13-99 4:12p
|
||||
PWB EX$ 204495 06-14-90 8:40a
|
||||
PWBC PX$ 11024 08-17-90 8:43a
|
||||
PWBHELP PX$ 10921 06-14-90 8:43a
|
||||
PWBMASM PX$ 6981 02-19-91 3:49p
|
||||
PWBROWSE PX$ 19929 06-14-90 8:42a
|
||||
PWBUTILS PX$ 8419 06-14-90 8:43a
|
||||
8 file(s) 261769 bytes
|
||||
|
||||
Directory of A:\BINR
|
||||
|
||||
. <DIR> 12-13-99 4:12p
|
||||
.. <DIR> 12-13-99 4:12p
|
||||
FIXSHIFT CO$ 588 10-06-87 10:49a
|
||||
HIMEM SY$ 5690 04-06-90 10:24a
|
||||
MOUSE CO$ 17103 02-16-90 8:25a
|
||||
NMK CO$ 2509 06-14-90 8:52a
|
||||
PWB CO$ 2546 06-14-90 8:51a
|
||||
PWBC MX$ 11588 08-17-90 8:42a
|
||||
PWBED EX$ 220938 12-10-90 3:19p
|
||||
PWBHELP MX$ 16556 06-14-90 8:49a
|
||||
PWBMASM MX$ 7307 02-19-91 3:29p
|
||||
PWBROWSE MX$ 20062 06-14-90 8:49a
|
||||
PWBUTILS MX$ 8981 06-14-90 8:50a
|
||||
RAMDRIVE SY$ 3180 02-05-90 2:16p
|
||||
SMARTDRV SY$ 5213 10-31-90 3:00a
|
||||
15 file(s) 322261 bytes
|
||||
|
||||
Directory of A:\HELP
|
||||
|
||||
. <DIR> 12-13-99 4:12p
|
||||
.. <DIR> 12-13-99 4:12p
|
||||
CV HL$ 214027 02-14-91 3:53p
|
||||
LINK HL$ 83284 02-14-91 5:45p
|
||||
QH HL$ 22301 07-22-90 9:22a
|
||||
UTILS HL$ 137783 02-20-91 11:56a
|
||||
6 file(s) 457395 bytes
|
||||
|
||||
Directory of A:\SAMPLES
|
||||
|
||||
. <DIR> 12-13-99 4:12p
|
||||
.. <DIR> 12-13-99 4:12p
|
||||
DEMOS <DIR> 12-13-99 4:12p
|
||||
INCLUDE <DIR> 12-13-99 4:12p
|
||||
MIXED <DIR> 12-13-99 4:12p
|
||||
SHOW <DIR> 12-13-99 4:12p
|
||||
TSR <DIR> 12-13-99 4:12p
|
||||
7 file(s) 0 bytes
|
||||
|
||||
Directory of A:\SAMPLES\DEMOS
|
||||
|
||||
. <DIR> 12-13-99 4:12p
|
||||
.. <DIR> 12-13-99 4:12p
|
||||
COMMON AS$ 4519 03-13-91 3:08p
|
||||
DEMO H$ 1812 02-14-91 8:59a
|
||||
DEMO IN$ 3304 02-14-91 8:59a
|
||||
FILE AS$ 9797 02-14-91 8:59a
|
||||
FILEDEMO C$ 5617 02-14-91 8:59a
|
||||
FILEDEMO MA$ 769 01-15-91 10:50a
|
||||
MATH AS$ 3685 02-14-91 9:00a
|
||||
MATHDEMO C$ 4244 02-14-91 2:14p
|
||||
MATHDEMO MA$ 849 03-15-91 10:41a
|
||||
MISC AS$ 11711 02-14-91 2:14p
|
||||
MISCDEMO AS$ 11432 02-14-91 2:14p
|
||||
MISCDEMO MA$ 718 01-15-91 10:50a
|
||||
14 file(s) 58457 bytes
|
||||
|
||||
Directory of A:\SAMPLES\INCLUDE
|
||||
|
||||
. <DIR> 12-13-99 4:12p
|
||||
.. <DIR> 12-13-99 4:12p
|
||||
BIOS IN$ 836 02-28-91 4:06p
|
||||
CMACROS IN$ 5712 04-01-91 3:18p
|
||||
DOS IN$ 2780 02-28-91 4:07p
|
||||
MACROS IN$ 2266 02-28-91 4:07p
|
||||
PROLOGUE IN$ 2342 02-28-91 4:07p
|
||||
7 file(s) 13936 bytes
|
||||
|
||||
Directory of A:\SAMPLES\MIXED
|
||||
|
||||
. <DIR> 12-13-99 4:12p
|
||||
.. <DIR> 12-13-99 4:12p
|
||||
BASIC AS$ 295 02-14-91 11:18a
|
||||
BASMAIN BA$ 205 02-14-91 11:18a
|
||||
C AS$ 292 02-14-91 11:18a
|
||||
CMAIN C$ 224 02-14-91 11:18a
|
||||
FMAIN FO$ 228 02-14-91 11:18a
|
||||
FORTRAN AS$ 250 02-14-91 11:18a
|
||||
PASCAL AS$ 288 02-14-91 11:18a
|
||||
PASMAIN PA$ 263 02-14-91 11:20a
|
||||
QPEX AS$ 280 02-14-91 11:18a
|
||||
QPMAIN PA$ 239 02-14-91 11:18a
|
||||
12 file(s) 2564 bytes
|
||||
|
||||
Directory of A:\SAMPLES\SHOW
|
||||
|
||||
. <DIR> 12-13-99 4:12p
|
||||
.. <DIR> 12-13-99 4:12p
|
||||
MAKESHOS BA$ 632 02-15-91 6:27a
|
||||
MAKESHOS CM$ 629 02-14-91 2:15p
|
||||
PAGERP AS$ 2126 02-14-91 2:15p
|
||||
PAGERR AS$ 3535 02-14-91 2:15p
|
||||
SHOW DE$ 37 02-14-91 2:15p
|
||||
SHOW IN$ 876 02-14-91 2:15p
|
||||
SHOWP AS$ 4741 02-14-91 2:15p
|
||||
SHOWP MA$ 721 02-14-91 2:15p
|
||||
SHOWR AS$ 5074 02-14-91 2:15p
|
||||
SHOWR MA$ 715 02-14-91 2:15p
|
||||
SHOWUTIL AS$ 2296 02-15-91 6:27a
|
||||
13 file(s) 21382 bytes
|
||||
|
||||
Directory of A:\SAMPLES\TSR
|
||||
|
||||
. <DIR> 12-13-99 4:12p
|
||||
.. <DIR> 12-13-99 4:12p
|
||||
ALARM AS$ 3257 02-14-91 11:15a
|
||||
ALARM MA$ 637 02-06-91 3:33p
|
||||
BELL C$ 3090 02-14-91 11:15a
|
||||
BELL MA$ 741 02-06-91 3:34p
|
||||
HANDLERS AS$ 16002 03-09-91 4:58p
|
||||
INSTALL AS$ 3404 03-09-91 5:00p
|
||||
SNAP AS$ 6373 03-13-91 3:12p
|
||||
SNAP MA$ 763 02-06-91 3:34p
|
||||
TSR H$ 731 02-06-91 3:34p
|
||||
TSR IN$ 1481 02-15-91 6:29a
|
||||
12 file(s) 36479 bytes
|
||||
|
||||
Total files listed:
|
||||
98 file(s) 1174243 bytes
|
||||
259072 bytes free
|
||||
|
||||
### Directory of MS MASM 6.00 (Disk 5)
|
||||
|
||||
Volume in drive A is DISK 5
|
||||
Volume Serial Number is 1594-1E74
|
||||
|
||||
Directory of A:\
|
||||
|
||||
ALANG HL$ 574602 03-15-91 12:11p
|
||||
ML HL$ 107458 04-03-91 9:22a
|
||||
PWB HL$ 304963 02-14-91 6:27p
|
||||
UTILERR HL$ 79695 02-14-91 11:22a
|
||||
4 file(s) 1066718 bytes
|
||||
|
||||
Total files listed:
|
||||
4 file(s) 1066718 bytes
|
||||
390144 bytes free
|
||||
24
disks/pc/tools/microsoft/masm/6.00/manifest.xml
Normal file
24
disks/pc/tools/microsoft/masm/6.00/manifest.xml
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<?xml-stylesheet type="text/xsl" href="/versions/pcjs/1.21.2/manifest.xsl"?>
|
||||
<manifest type="software">
|
||||
<title>Microsoft Macro Assembler</title>
|
||||
<version>6.00</version>
|
||||
<type>Tool</type>
|
||||
<category>Assembler</category>
|
||||
<author>Microsoft</author>
|
||||
<disk id="disk01" size="1474560" chs="80:2:18" img="archive/disk1.img" href="/disks/pc/tools/microsoft/masm/6.00/MASM600-DISK1.json" md5="fc60170b0c58105a0598e5c27374e004" md5json="e0baf619e81a0bddd9e7da4feab5890b">
|
||||
<name>MS MASM 6.00 (Disk 1)</name>
|
||||
</disk>
|
||||
<disk id="disk02" size="1474560" chs="80:2:18" img="archive/disk2.img" href="/disks/pc/tools/microsoft/masm/6.00/MASM600-DISK2.json" md5="d7ce3add92c2615ea548459c39c0d553" md5json="bd6a915d886599e531299764cacee1d6">
|
||||
<name>MS MASM 6.00 (Disk 2)</name>
|
||||
</disk>
|
||||
<disk id="disk03" size="1474560" chs="80:2:18" img="archive/disk3.img" href="/disks/pc/tools/microsoft/masm/6.00/MASM600-DISK3.json" md5="dbd95d43681adb9093358852a0f27c88" md5json="23f337726ab7dfc8bb40269885cc7529">
|
||||
<name>MS MASM 6.00 (Disk 3)</name>
|
||||
</disk>
|
||||
<disk id="disk04" size="1474560" chs="80:2:18" img="archive/disk4.img" href="/disks/pc/tools/microsoft/masm/6.00/MASM600-DISK4.json" md5="b0035c325e2e7b0b6320f6f8b25180b7" md5json="2ab5f8e5aee697e4d312cab78841bef9">
|
||||
<name>MS MASM 6.00 (Disk 4)</name>
|
||||
</disk>
|
||||
<disk id="disk05" size="1474560" chs="80:2:18" img="archive/disk5.img" href="/disks/pc/tools/microsoft/masm/6.00/MASM600-DISK5.json" md5="343dd191ee7683fb4850f1dd76557fc5" md5json="b2093cc9d5533c449eca5323d11d51c2">
|
||||
<name>MS MASM 6.00 (Disk 5)</name>
|
||||
</disk>
|
||||
</manifest>
|
||||
1
disks/pc/tools/microsoft/masm/6.11/MASM610-DISK1.json
Normal file
1
disks/pc/tools/microsoft/masm/6.11/MASM610-DISK1.json
Normal file
File diff suppressed because one or more lines are too long
1
disks/pc/tools/microsoft/masm/6.11/MASM610-DISK2.json
Normal file
1
disks/pc/tools/microsoft/masm/6.11/MASM610-DISK2.json
Normal file
File diff suppressed because one or more lines are too long
1
disks/pc/tools/microsoft/masm/6.11/MASM610-DISK3.json
Normal file
1
disks/pc/tools/microsoft/masm/6.11/MASM610-DISK3.json
Normal file
File diff suppressed because one or more lines are too long
1
disks/pc/tools/microsoft/masm/6.11/MASM610-DISK4.json
Normal file
1
disks/pc/tools/microsoft/masm/6.11/MASM610-DISK4.json
Normal file
File diff suppressed because one or more lines are too long
1
disks/pc/tools/microsoft/masm/6.11/MASM610-DISK5.json
Normal file
1
disks/pc/tools/microsoft/masm/6.11/MASM610-DISK5.json
Normal file
File diff suppressed because one or more lines are too long
416
disks/pc/tools/microsoft/masm/6.11/README.md
Normal file
416
disks/pc/tools/microsoft/masm/6.11/README.md
Normal file
|
|
@ -0,0 +1,416 @@
|
|||
---
|
||||
layout: page
|
||||
title: Microsoft Macro Assembler 6.11
|
||||
permalink: /disks/pc/tools/microsoft/masm/6.11/
|
||||
---
|
||||
|
||||
Microsoft Macro Assembler 6.11
|
||||
---
|
||||
|
||||
Directory listings of the five 1.44Mb distribution diskettes are provided below.
|
||||
|
||||
### Directory of MS MASM 6.11 (Disk 1)
|
||||
|
||||
Volume in drive A is MASM611_01
|
||||
Volume Serial Number is 1346-12FA
|
||||
|
||||
Directory of A:\
|
||||
|
||||
CV TX$ 4804 09-29-93 8:37a
|
||||
DECOMP EXE 35921 12-11-90 10:27a
|
||||
ERRMSG TX$ 3460 09-29-93 8:55a
|
||||
PACKING TXT 11167 10-19-93 11:32a
|
||||
PENTIUM TX$ 9326 09-28-93 4:28p
|
||||
README TXT 28692 09-29-93 9:31a
|
||||
SETUP EXE 82209 09-29-93 9:49a
|
||||
SETUP INF 60068 09-29-93 9:59a
|
||||
SUPPORT TX$ 2632 09-21-93 10:22a
|
||||
BIN <DIR> 10-19-93 11:49a
|
||||
10 file(s) 238279 bytes
|
||||
|
||||
Directory of A:\BIN
|
||||
|
||||
. <DIR> 10-19-93 11:49a
|
||||
.. <DIR> 10-19-93 11:49a
|
||||
CV EX$ 270756 07-16-92 4:43p
|
||||
CV IC$ 629 01-15-92 6:16p
|
||||
CVPACK EX$ 70136 07-07-92 2:29p
|
||||
CVW EX$ 10297 03-19-92 4:00a
|
||||
CVW1 38$ 1219 03-19-92 4:00a
|
||||
CVW4 EX$ 238810 07-16-92 5:35p
|
||||
DMW0 DL$ 22702 07-17-92 10:16a
|
||||
DOSXNT 38$ 2831 06-16-93 3:05p
|
||||
DOSXNT EX$ 197324 06-16-93 3:05p
|
||||
EED1CXX DL$ 58814 07-16-92 4:17p
|
||||
EEW0CXX DL$ 60171 07-16-92 5:10p
|
||||
EMD1D1 DL$ 36188 07-16-92 4:50p
|
||||
ML ER$ 3496 09-23-93 11:21p
|
||||
ML EX$ 216138 09-23-93 11:25p
|
||||
16 file(s) 1189511 bytes
|
||||
|
||||
Total files listed:
|
||||
26 file(s) 1427790 bytes
|
||||
23040 bytes free
|
||||
|
||||
### Directory of MS MASM 6.11 (Disk 2)
|
||||
|
||||
Volume in drive A is MASM611_02
|
||||
Volume Serial Number is 3856-14E2
|
||||
|
||||
Directory of A:\
|
||||
|
||||
BIN <DIR> 10-18-93 1:26p
|
||||
1 file(s) 0 bytes
|
||||
|
||||
Directory of A:\BIN
|
||||
|
||||
. <DIR> 10-18-93 1:26p
|
||||
.. <DIR> 10-18-93 1:26p
|
||||
BSCMAKE EX$ 53029 03-07-92 8:39a
|
||||
BSCMAKEV EX$ 55260 03-07-92 8:39a
|
||||
CREF DO$ 3374 01-27-92 1:45p
|
||||
CREF EX$ 37926 09-02-93 10:30a
|
||||
EMD1W0 DL$ 38667 07-17-92 10:23a
|
||||
EMM386 EX$ 45615 03-10-92 3:10a
|
||||
EMW0W0 DL$ 39955 07-16-92 5:41p
|
||||
EXEHDR EX$ 24005 02-03-92 10:39a
|
||||
EXP EX$ 12538 01-21-92 10:56a
|
||||
H2INC ER$ 7263 09-27-93 8:14a
|
||||
H2INC EX$ 124268 09-27-93 8:28a
|
||||
HELPMAKE EX$ 33949 12-30-91 1:43p
|
||||
HIMEM SY$ 8191 03-05-92 9:04p
|
||||
IMPLIB EX$ 21895 06-26-92 1:29p
|
||||
LIB EX$ 35930 04-15-92 3:07p
|
||||
LINK EX$ 121806 07-13-92 10:06a
|
||||
18 file(s) 663671 bytes
|
||||
|
||||
Total files listed:
|
||||
19 file(s) 663671 bytes
|
||||
788992 bytes free
|
||||
|
||||
### Directory of MS MASM 6.11 (Disk 3)
|
||||
|
||||
Volume in drive A is MASM611_03
|
||||
Volume Serial Number is 1E53-14E7
|
||||
|
||||
Directory of A:\
|
||||
|
||||
BIN <DIR> 10-18-93 1:30p
|
||||
1 file(s) 0 bytes
|
||||
|
||||
Directory of A:\BIN
|
||||
|
||||
. <DIR> 10-18-93 1:30p
|
||||
.. <DIR> 10-18-93 1:30p
|
||||
MASM EX$ 28230 08-19-93 9:50a
|
||||
MASM GR$ 1639 08-19-92 7:26p
|
||||
MOUSE CO$ 27407 03-10-92 8:20a
|
||||
MSD EX$ 154866 03-05-92 9:04p
|
||||
MSD TX$ 3537 11-16-90 3:14p
|
||||
NEW-SYS IN$ 399 11-09-92 3:22p
|
||||
NMAKE EX$ 26161 08-18-93 3:52p
|
||||
NMAKER EX$ 53167 03-10-92 12:00p
|
||||
OEM08 FO$ 2339 03-19-92 4:00a
|
||||
OEM10 FO$ 2568 03-19-92 4:00a
|
||||
PWB EX$ 300492 06-14-92 9:18a
|
||||
PWB IC$ 591 02-03-92 1:00p
|
||||
PWB PI$ 184 10-15-92 5:20p
|
||||
PWBBASIC XX$ 8258 03-07-92 8:39a
|
||||
PWBC XX$ 22028 03-02-93 4:45p
|
||||
PWBFORT XX$ 13425 03-07-92 8:39a
|
||||
PWBHELP MX$ 23935 03-07-92 8:39a
|
||||
PWBMASM MX$ 8157 11-12-92 3:10a
|
||||
PWBPROF XX$ 26255 01-23-92 9:41a
|
||||
PWBRMAKE EX$ 5644 03-07-92 5:14a
|
||||
PWBROWSE MX$ 47773 03-07-92 8:39a
|
||||
PWBUTILS MX$ 12310 03-02-93 4:09p
|
||||
QH EX$ 44593 07-09-92 2:52p
|
||||
QH IC$ 503 01-15-92 6:16p
|
||||
RAMDRIVE SY$ 3287 03-05-92 9:04p
|
||||
RC BA$ 306 10-01-92 5:46p
|
||||
RCVCOM EX$ 42657 07-17-92 10:27a
|
||||
RCVWCOM EX$ 16665 07-17-92 10:17a
|
||||
RM EX$ 10019 01-21-92 10:57a
|
||||
SBRPACK EX$ 10748 03-07-92 8:39a
|
||||
SHD1 DL$ 21567 07-17-92 10:13a
|
||||
SHW0 DL$ 22551 07-17-92 10:10a
|
||||
SMARTDRV DO$ 5402 03-18-92 5:21p
|
||||
SMARTDRV EX$ 14009 03-05-92 9:04p
|
||||
TLD1COM DL$ 5647 07-17-92 10:26a
|
||||
37 file(s) 967319 bytes
|
||||
|
||||
Total files listed:
|
||||
38 file(s) 967319 bytes
|
||||
478208 bytes free
|
||||
|
||||
### Directory of MS MASM 6.11 (Disk 4)
|
||||
|
||||
Volume in drive A is MASM611_04
|
||||
Volume Serial Number is 3A65-14EC
|
||||
|
||||
Directory of A:\
|
||||
|
||||
BIN <DIR> 10-18-93 1:36p
|
||||
HELP <DIR> 10-18-93 1:36p
|
||||
INCLUDE <DIR> 10-18-93 1:36p
|
||||
INIT <DIR> 10-18-93 1:37p
|
||||
LIB <DIR> 10-18-93 1:37p
|
||||
SAMPLES <DIR> 10-18-93 1:37p
|
||||
6 file(s) 0 bytes
|
||||
|
||||
Directory of A:\BIN
|
||||
|
||||
. <DIR> 10-18-93 1:36p
|
||||
.. <DIR> 10-18-93 1:36p
|
||||
TLD1LOC DL$ 9926 07-16-92 4:52p
|
||||
TLW0LOC DL$ 23148 07-16-92 5:42p
|
||||
TOOLHELP DL$ 9222 03-10-92 3:10a
|
||||
UNDEL EX$ 12930 01-21-92 10:55a
|
||||
VMB 38$ 1830 06-28-92 4:49p
|
||||
WX EX$ 8406 07-14-92 4:51p
|
||||
WXSRVR EX$ 9005 07-14-92 4:51p
|
||||
9 file(s) 74467 bytes
|
||||
|
||||
Directory of A:\HELP
|
||||
|
||||
. <DIR> 10-18-93 1:36p
|
||||
.. <DIR> 10-18-93 1:36p
|
||||
CV HL$ 136573 03-04-92 7:15p
|
||||
ML HL$ 107008 11-15-92 10:23a
|
||||
4 file(s) 243581 bytes
|
||||
|
||||
Directory of A:\INCLUDE
|
||||
|
||||
. <DIR> 10-18-93 1:36p
|
||||
.. <DIR> 10-18-93 1:36p
|
||||
ASMTHRED IN$ 562 07-26-93 4:19p
|
||||
BIOS IN$ 2287 09-28-92 2:25p
|
||||
CMACROS IN$ 14773 09-16-93 11:31a
|
||||
CMACROS NE$ 12730 03-03-92 6:21p
|
||||
DOS IN$ 9610 08-19-93 11:59a
|
||||
MACROS IN$ 2273 09-24-92 5:28p
|
||||
PROLOGUE IN$ 2831 10-01-92 11:55a
|
||||
THREADS H$ 201 07-26-93 4:08p
|
||||
WIN IN$ 36948 09-08-92 7:55p
|
||||
11 file(s) 82215 bytes
|
||||
|
||||
Directory of A:\INIT
|
||||
|
||||
. <DIR> 10-18-93 1:37p
|
||||
.. <DIR> 10-18-93 1:37p
|
||||
BRIEF IN$ 3805 08-09-92 2:02a
|
||||
TOOLS PR$ 8500 09-17-92 5:44p
|
||||
4 file(s) 12305 bytes
|
||||
|
||||
Directory of A:\LIB
|
||||
|
||||
. <DIR> 10-18-93 1:37p
|
||||
.. <DIR> 10-18-93 1:37p
|
||||
APPENTRY AS$ 1667 09-08-92 7:55p
|
||||
CNOCRTDW LI$ 917 06-13-91 12:47p
|
||||
DLLENTRY AS$ 867 09-08-92 9:01p
|
||||
LIBW LI$ 33758 03-23-92 3:10a
|
||||
LNOCRTDW LI$ 915 06-13-91 12:47p
|
||||
MNOCRTDW LI$ 917 06-13-91 12:47p
|
||||
SNOCRTDW LI$ 916 06-13-91 12:47p
|
||||
9 file(s) 39957 bytes
|
||||
|
||||
Directory of A:\SAMPLES
|
||||
|
||||
. <DIR> 10-18-93 1:37p
|
||||
.. <DIR> 10-18-93 1:37p
|
||||
SAMPLES TX$ 1648 09-29-93 8:43a
|
||||
DEMOS <DIR> 10-18-93 1:37p
|
||||
DOSDEV <DIR> 10-18-93 1:38p
|
||||
MIXED <DIR> 10-18-93 1:38p
|
||||
NTSAMPLE <DIR> 10-18-93 1:38p
|
||||
PWBTUTOR <DIR> 10-18-93 1:38p
|
||||
SHOW <DIR> 10-18-93 1:38p
|
||||
TSR <DIR> 10-18-93 1:39p
|
||||
WINCLOCK <DIR> 10-18-93 1:39p
|
||||
WINDLL <DIR> 10-18-93 1:39p
|
||||
12 file(s) 1648 bytes
|
||||
|
||||
Directory of A:\SAMPLES\DEMOS
|
||||
|
||||
. <DIR> 10-18-93 1:37p
|
||||
.. <DIR> 10-18-93 1:37p
|
||||
COMMON AS$ 4991 11-12-92 2:08p
|
||||
DEMO H$ 1841 11-12-92 2:08p
|
||||
DEMO IN$ 3306 11-12-92 2:08p
|
||||
FILE AS$ 9849 11-12-92 2:08p
|
||||
FILEDEMO C$ 5626 11-12-92 2:08p
|
||||
FILEDEMO MA$ 755 11-12-92 2:08p
|
||||
MATH AS$ 3691 11-12-92 2:08p
|
||||
MATHDEMO C$ 4272 09-03-93 12:07p
|
||||
MATHDEMO MA$ 830 11-12-92 2:08p
|
||||
MISC AS$ 11716 11-12-92 2:08p
|
||||
MISCDEMO AS$ 11437 07-26-93 2:06p
|
||||
MISCDEMO MA$ 725 11-12-92 2:08p
|
||||
14 file(s) 59039 bytes
|
||||
|
||||
Directory of A:\SAMPLES\DOSDEV
|
||||
|
||||
. <DIR> 10-18-93 1:38p
|
||||
.. <DIR> 10-18-93 1:38p
|
||||
ATOMS AS$ 10758 11-12-92 2:08p
|
||||
ATOMS TX$ 3481 11-12-92 2:08p
|
||||
ATOMTEST AS$ 2784 11-12-92 2:08p
|
||||
CTEST C$ 2657 11-12-92 2:08p
|
||||
MAKEATOM BA$ 131 11-12-92 2:08p
|
||||
7 file(s) 19811 bytes
|
||||
|
||||
Directory of A:\SAMPLES\MIXED
|
||||
|
||||
. <DIR> 10-18-93 1:38p
|
||||
.. <DIR> 10-18-93 1:38p
|
||||
BASIC AS$ 301 11-12-92 2:08p
|
||||
BASMAIN BA$ 213 11-12-92 2:08p
|
||||
C AS$ 294 11-12-92 2:08p
|
||||
CMAIN C$ 230 11-12-92 2:08p
|
||||
FMAIN FO$ 234 11-12-92 2:08p
|
||||
FORTRAN AS$ 258 11-12-92 2:08p
|
||||
8 file(s) 1530 bytes
|
||||
|
||||
Directory of A:\SAMPLES\NTSAMPLE
|
||||
|
||||
. <DIR> 10-18-93 1:38p
|
||||
.. <DIR> 10-18-93 1:38p
|
||||
NTSAMPLE TX$ 1624 09-29-93 9:02a
|
||||
HELLO <DIR> 10-18-93 1:38p
|
||||
NTDLL <DIR> 10-18-93 1:38p
|
||||
SZSEARCH <DIR> 10-18-93 1:38p
|
||||
THREADS <DIR> 10-18-93 1:38p
|
||||
7 file(s) 1624 bytes
|
||||
|
||||
Directory of A:\SAMPLES\NTSAMPLE\HELLO
|
||||
|
||||
. <DIR> 10-18-93 1:38p
|
||||
.. <DIR> 10-18-93 1:38p
|
||||
HELLO AS$ 505 08-23-93 3:32p
|
||||
HELLO MA$ 293 09-16-93 6:00p
|
||||
4 file(s) 798 bytes
|
||||
|
||||
Directory of A:\SAMPLES\NTSAMPLE\NTDLL
|
||||
|
||||
. <DIR> 10-18-93 1:38p
|
||||
.. <DIR> 10-18-93 1:38p
|
||||
ASMDLL AS$ 1001 08-17-93 4:50p
|
||||
ASMDLL DE$ 55 08-17-93 5:17p
|
||||
CASMDLL MA$ 499 09-16-93 6:00p
|
||||
CMAIN C$ 876 08-17-93 5:16p
|
||||
6 file(s) 2431 bytes
|
||||
|
||||
Directory of A:\SAMPLES\NTSAMPLE\SZSEARCH
|
||||
|
||||
. <DIR> 10-18-93 1:38p
|
||||
.. <DIR> 10-18-93 1:38p
|
||||
MAIN C$ 403 08-30-93 1:09p
|
||||
MAIN MA$ 386 09-16-93 12:06p
|
||||
SZSEARCH AS$ 1492 07-16-93 2:15p
|
||||
5 file(s) 2281 bytes
|
||||
|
||||
Directory of A:\SAMPLES\NTSAMPLE\THREADS
|
||||
|
||||
. <DIR> 10-18-93 1:38p
|
||||
.. <DIR> 10-18-93 1:38p
|
||||
ASMTHRED AS$ 1765 09-21-93 2:37p
|
||||
THREADS C$ 3577 07-26-93 4:13p
|
||||
THREADS MA$ 251 09-16-93 12:06p
|
||||
5 file(s) 5593 bytes
|
||||
|
||||
Directory of A:\SAMPLES\PWBTUTOR
|
||||
|
||||
. <DIR> 10-18-93 1:38p
|
||||
.. <DIR> 10-18-93 1:38p
|
||||
EXTRA TX$ 567 11-12-92 2:08p
|
||||
RND AS$ 3682 11-12-92 2:08p
|
||||
4 file(s) 4249 bytes
|
||||
|
||||
Directory of A:\SAMPLES\SHOW
|
||||
|
||||
. <DIR> 10-18-93 1:38p
|
||||
.. <DIR> 10-18-93 1:38p
|
||||
PAGER AS$ 3412 11-12-92 2:08p
|
||||
SHOW AS$ 5060 07-16-93 2:15p
|
||||
SHOW IN$ 729 11-12-92 2:08p
|
||||
SHOW MA$ 947 11-12-92 2:08p
|
||||
SHOWUTIL AS$ 2231 11-12-92 2:08p
|
||||
7 file(s) 12379 bytes
|
||||
|
||||
Directory of A:\SAMPLES\TSR
|
||||
|
||||
. <DIR> 10-18-93 1:39p
|
||||
.. <DIR> 10-18-93 1:39p
|
||||
ALARM AS$ 3450 08-19-93 2:28p
|
||||
ALARM MA$ 758 11-12-92 2:08p
|
||||
BELL C$ 3143 11-12-92 2:08p
|
||||
BELL MA$ 750 11-12-92 2:08p
|
||||
HANDLERS AS$ 16001 07-16-93 2:16p
|
||||
INSTALL AS$ 3463 11-12-92 2:08p
|
||||
SNAP AS$ 6383 11-12-92 2:08p
|
||||
SNAP MA$ 1056 11-12-92 2:08p
|
||||
TSR H$ 735 11-12-92 2:08p
|
||||
TSR IN$ 1523 11-12-92 2:08p
|
||||
12 file(s) 37262 bytes
|
||||
|
||||
Directory of A:\SAMPLES\WINCLOCK
|
||||
|
||||
. <DIR> 10-18-93 1:39p
|
||||
.. <DIR> 10-18-93 1:39p
|
||||
APPENTRY AS$ 1667 09-08-92 7:55p
|
||||
WINCLOCK AS$ 12871 11-12-92 2:08p
|
||||
WINCLOCK DE$ 186 11-12-92 2:08p
|
||||
WINCLOCK IC$ 282 11-12-92 2:08p
|
||||
WINCLOCK MA$ 805 09-03-93 11:01a
|
||||
WINCLOCK RC$ 57 11-12-92 2:08p
|
||||
8 file(s) 15868 bytes
|
||||
|
||||
Directory of A:\SAMPLES\WINDLL
|
||||
|
||||
. <DIR> 10-18-93 1:39p
|
||||
.. <DIR> 10-18-93 1:39p
|
||||
APPENTRY AS$ 1667 09-08-92 7:55p
|
||||
DLL IN$ 1179 11-12-92 1:54p
|
||||
DLLENTRY AS$ 867 09-08-92 9:01p
|
||||
SYSDATA AS$ 4370 11-12-92 1:54p
|
||||
SYSDATA DE$ 183 11-12-92 2:08p
|
||||
SYSDATA EX$ 2070 07-16-93 2:14p
|
||||
SYSDATA H$ 242 11-12-92 2:08p
|
||||
SYSDATA IC$ 237 11-12-92 2:08p
|
||||
SYSDATA MA$ 916 09-03-93 11:00a
|
||||
SYSDATA RC$ 710 11-12-92 2:08p
|
||||
SYSINFO AS$ 5233 11-12-92 1:30p
|
||||
SYSINFO DE$ 279 11-12-92 2:08p
|
||||
SYSINFO MA$ 726 09-03-93 11:01a
|
||||
15 file(s) 18679 bytes
|
||||
|
||||
Total files listed:
|
||||
157 file(s) 635717 bytes
|
||||
786944 bytes free
|
||||
|
||||
### Directory of MS MASM 6.11 (Disk 5)
|
||||
|
||||
Volume in drive A is MASM611_05
|
||||
Volume Serial Number is 1317-14F4
|
||||
|
||||
Directory of A:\
|
||||
|
||||
HELP <DIR> 10-18-93 1:43p
|
||||
1 file(s) 0 bytes
|
||||
|
||||
Directory of A:\HELP
|
||||
|
||||
. <DIR> 10-18-93 1:43p
|
||||
.. <DIR> 10-18-93 1:43p
|
||||
ADVISOR HL$ 23363 03-03-92 9:52p
|
||||
ALANG HL$ 575809 11-15-92 7:57p
|
||||
LINK HL$ 119842 03-04-92 12:16a
|
||||
PWB HL$ 463274 03-16-92 6:06p
|
||||
QH HL$ 22304 07-09-92 2:52p
|
||||
UTILS HL$ 136320 03-03-92 10:44p
|
||||
8 file(s) 1340912 bytes
|
||||
|
||||
Total files listed:
|
||||
9 file(s) 1340912 bytes
|
||||
114688 bytes free
|
||||
24
disks/pc/tools/microsoft/masm/6.11/manifest.xml
Normal file
24
disks/pc/tools/microsoft/masm/6.11/manifest.xml
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<?xml-stylesheet type="text/xsl" href="/versions/pcjs/1.21.2/manifest.xsl"?>
|
||||
<manifest type="software">
|
||||
<title>Microsoft Macro Assembler</title>
|
||||
<version>6.11</version>
|
||||
<type>Tool</type>
|
||||
<category>Assembler</category>
|
||||
<author>Microsoft</author>
|
||||
<disk id="disk01" size="1474560" chs="80:2:18" img="archive/Disk1.img" href="/disks/pc/tools/microsoft/masm/6.11/MASM610-DISK1.json" md5="02497c7dadcf4f98b0c487df8aaff995" md5json="bc50632cc41cf7e285f9cbd37c86cf57">
|
||||
<name>MS MASM 6.11 (Disk 1)</name>
|
||||
</disk>
|
||||
<disk id="disk02" size="1474560" chs="80:2:18" img="archive/Disk2.img" href="/disks/pc/tools/microsoft/masm/6.11/MASM610-DISK2.json" md5="25e9019200cb582b4c58e1524e50f1e5" md5json="bae15f1ecd8808f3ef607df987b1ed95">
|
||||
<name>MS MASM 6.11 (Disk 2)</name>
|
||||
</disk>
|
||||
<disk id="disk03" size="1474560" chs="80:2:18" img="archive/Disk3.img" href="/disks/pc/tools/microsoft/masm/6.11/MASM610-DISK3.json" md5="b858fa6984deadb1b2c2d563e71c8642" md5json="331d280dd67f671e2d1de2bba63207b8">
|
||||
<name>MS MASM 6.11 (Disk 3)</name>
|
||||
</disk>
|
||||
<disk id="disk04" size="1474560" chs="80:2:18" img="archive/Disk4.img" href="/disks/pc/tools/microsoft/masm/6.11/MASM610-DISK4.json" md5="d51146901177fa36da05e932496ca019" md5json="b63963c9d2e34e286b78eddab7c5004b">
|
||||
<name>MS MASM 6.11 (Disk 4)</name>
|
||||
</disk>
|
||||
<disk id="disk05" size="1474560" chs="80:2:18" img="archive/Disk5.img" href="/disks/pc/tools/microsoft/masm/6.11/MASM610-DISK5.json" md5="b299066883181a36ba0d918165b75bd9" md5json="f2a84af3f5568ed846874c048aa9acb7">
|
||||
<name>MS MASM 6.11 (Disk 5)</name>
|
||||
</disk>
|
||||
</manifest>
|
||||
116
disks/pc/tools/microsoft/mouse/5.00/README.md
Normal file
116
disks/pc/tools/microsoft/mouse/5.00/README.md
Normal file
|
|
@ -0,0 +1,116 @@
|
|||
---
|
||||
layout: page
|
||||
title: Microsoft Mouse 5.00
|
||||
permalink: /disks/pc/tools/microsoft/mouse/5.00/
|
||||
---
|
||||
|
||||
Microsoft Mouse 5.00
|
||||
---
|
||||
|
||||
Directory listings of the two 360Kb distribution diskettes are provided below.
|
||||
|
||||
### Directory of MS Mouse 5.00 (System)
|
||||
|
||||
Volume in drive A has no label
|
||||
|
||||
Directory of A:\
|
||||
|
||||
README DOC 15726 09-15-85 8:42p
|
||||
SETUP COM 32990 09-15-85 7:20p
|
||||
123 DEF 3356 05-01-85 12:00p
|
||||
123 MNU 1024 05-01-85 12:00p
|
||||
AUTOEXEC BAT 17 05-01-85 12:00p
|
||||
LIFE EXE 2095 05-01-85 12:00p
|
||||
MAKEMENU EXE 25180 05-01-85 12:00p
|
||||
MENU COM 2434 05-01-85 12:00p
|
||||
MOUSE COM 7067 08-27-85 12:03p
|
||||
MOUSE LIB 2560 05-01-85 12:00p
|
||||
MOUSE SYS 7294 08-27-85 12:01p
|
||||
MPIBM DEF 7712 05-01-85 12:00p
|
||||
MPIBM MNU 1664 05-01-85 12:00p
|
||||
MPMS DEF 7705 05-01-85 12:00p
|
||||
MPMS MNU 1664 05-01-85 12:00p
|
||||
NOTEPAD COM 12270 05-01-85 12:00p
|
||||
NP COD 25960 05-01-85 12:00p
|
||||
NP DAT 8522 05-01-85 12:00p
|
||||
NP HLP 17641 06-14-85 12:00p
|
||||
PIANO BAS 9031 01-04-80 2:27a
|
||||
PIANO EXE 33044 05-01-85 12:00p
|
||||
VC DEF 7977 05-01-85 12:00p
|
||||
VC MNU 2560 05-01-85 12:00p
|
||||
WS DEF 13560 05-01-85 12:00p
|
||||
WS MNU 4608 05-01-85 12:00p
|
||||
DIVISION 62 09-15-85 8:55p
|
||||
EVX DEV 557 09-09-85 6:36p
|
||||
TE1 DEV 875 09-09-85 6:33p
|
||||
TE2 DEV 898 09-14-85 9:46p
|
||||
ATT DEV 954 09-12-85 3:54p
|
||||
PLN DEV 898 09-09-85 6:38p
|
||||
HER DEV 572 09-09-85 6:36p
|
||||
TWO DEV 946 09-14-85 10:19p
|
||||
IBM DEV 570 09-12-85 4:24a
|
||||
EGA DEV 977 09-14-85 11:30p
|
||||
LN2 DEV 407 09-14-85 11:59p
|
||||
SETCOLOR EXE 16518 09-01-85 4:41a
|
||||
DRIVE1 26087 09-14-85 11:30p
|
||||
DRIVE2 27072 09-14-85 10:19p
|
||||
BIT9X14 FNT 7426 04-12-85 2:56p
|
||||
BIT5X7 FNT 1154 04-12-85 2:56p
|
||||
BIT5X8 FNT 1282 04-12-85 2:56p
|
||||
42 file(s) 340916 bytes
|
||||
|
||||
Total files listed:
|
||||
42 file(s) 340916 bytes
|
||||
0 bytes free
|
||||
|
||||
### Directory of MS Mouse 5.00 (Program)
|
||||
|
||||
Volume in drive A has no label
|
||||
|
||||
Directory of A:\
|
||||
|
||||
MOUSE COM 7067 08-27-85 12:03p
|
||||
FRIEZE COM 43762 08-23-86 9:58a
|
||||
FRIEZE TPL 16387 05-05-86 3:35p
|
||||
PCINSTAL EXE 29446 09-14-85 11:47p
|
||||
PBRUSH EXE 123096 02-11-86 5:06p
|
||||
PBRUSH OVL 1225 01-15-86 5:00p
|
||||
DEF16 PAL 1156 04-12-85 2:56p
|
||||
DEF4 PAL 1156 04-15-85 6:22p
|
||||
DEF2 PAL 1156 08-19-85 3:47a
|
||||
ROMAN FNT 8001 04-12-85 2:56p
|
||||
BIT8X8 FNT 2314 08-30-85 1:42p
|
||||
BIT8X14 FNT 3856 08-30-85 1:42p
|
||||
BIT8X16 FNT 4370 08-30-85 1:42p
|
||||
BIT16X14 FNT 7426 08-30-85 1:43p
|
||||
BIT16X16 FNT 8450 08-30-85 1:43p
|
||||
PSETUP DAT 151 08-05-86 8:08p
|
||||
CARDS DAT 2107 09-15-85 8:47p
|
||||
PRINTERS DAT 983 09-15-85 8:54p
|
||||
DDEVICE DAT 191 09-15-85 8:51p
|
||||
AUTOEXEC BAT 5 04-12-85 2:57p
|
||||
PAINT BAT 37 08-05-86 8:08p
|
||||
EURO FNT 3038 04-12-85 2:56p
|
||||
SLIDES BAS 3650 09-15-85 6:56p
|
||||
FRZSUB BAS 58 09-13-85 6:00p
|
||||
OENGLISH FNT 9108 04-12-85 2:56p
|
||||
COMPUTER FNT 3058 04-12-85 2:56p
|
||||
README2 DOC 231 09-15-85 9:28p
|
||||
MOUSE6 <DIR> 09-14-86 12:12a
|
||||
28 file(s) 281485 bytes
|
||||
|
||||
Directory of A:\MOUSE6
|
||||
|
||||
. <DIR> 09-14-86 12:12a
|
||||
.. <DIR> 09-14-86 12:12a
|
||||
MOUSE COM 11541 08-14-86 12:25p
|
||||
MOUSE HLP 2231 08-14-86 10:04a
|
||||
CPANEL COM 7308 08-12-86 9:07a
|
||||
CPANEL HLP 2720 08-14-86 8:36a
|
||||
FUNCTION HLP 1303 08-15-86 7:49a
|
||||
MOUSE LIB 2560 12-02-85 11:50a
|
||||
8 file(s) 27663 bytes
|
||||
|
||||
Total files listed:
|
||||
36 file(s) 309148 bytes
|
||||
31744 bytes free
|
||||
457
disks/pc/tools/microsoft/windows/sdk/1.01/README.md
Normal file
457
disks/pc/tools/microsoft/windows/sdk/1.01/README.md
Normal file
|
|
@ -0,0 +1,457 @@
|
|||
---
|
||||
layout: page
|
||||
title: Microsoft Windows SDK 1.01
|
||||
permalink: /disks/pc/tools/microsoft/windows/sdk/1.01/
|
||||
---
|
||||
|
||||
Microsoft Windows SDK 1.01
|
||||
---
|
||||
|
||||
Directory listings of the eight SDK and four runtime 360Kb distribution diskettes are provided below.
|
||||
|
||||
### Directory of Windows SDK 1.01 (Disk 1)
|
||||
|
||||
Volume in drive A is WINDEV1
|
||||
|
||||
Directory of A:\
|
||||
|
||||
README TXT 9540 12-05-85 2:22p
|
||||
BIN <DIR> 11-15-85 12:49p
|
||||
2 file(s) 9540 bytes
|
||||
|
||||
Directory of A:\BIN
|
||||
|
||||
. <DIR> 11-15-85 12:49p
|
||||
.. <DIR> 11-15-85 12:49p
|
||||
RC EXE 50195 11-05-85 10:50a
|
||||
RCPP EXE 31864 12-20-84 10:54a
|
||||
IMPLIB EXE 16128 03-21-85 12:38p
|
||||
LINK4 EXE 52858 08-06-85 11:14a
|
||||
SYMDEB EXE 37371 07-18-85 9:02a
|
||||
MAPSYM EXE 48186 07-17-85 9:07a
|
||||
EXEHDR EXE 10408 03-08-85 4:07p
|
||||
LIB EXE 28716 10-16-85 4:00a
|
||||
MAKE EXE 24300 10-16-85 4:00a
|
||||
WINSTUB EXE 571 01-21-85 10:05a
|
||||
12 file(s) 300597 bytes
|
||||
|
||||
Total files listed:
|
||||
14 file(s) 310137 bytes
|
||||
44032 bytes free
|
||||
|
||||
### Directory of Windows SDK 1.01 (Disk 2)
|
||||
|
||||
Volume in drive A is WINDEV2
|
||||
|
||||
Directory of A:\
|
||||
|
||||
SLIBW LIB 50176 10-31-85 10:41a
|
||||
SWLIBC LIB 91648 10-04-85 4:09p
|
||||
SLIBFA LIB 39936 07-22-85 8:24p
|
||||
SLIBFP LIB 29696 07-22-85 8:23p
|
||||
SWINLIBC LIB 97792 10-31-85 10:39a
|
||||
5 file(s) 309248 bytes
|
||||
|
||||
Total files listed:
|
||||
5 file(s) 309248 bytes
|
||||
52224 bytes free
|
||||
|
||||
### Directory of Windows SDK 1.01 (Disk 3)
|
||||
|
||||
Volume in drive A is WINDEV3
|
||||
|
||||
Directory of A:\
|
||||
|
||||
MLIBW LIB 50688 10-31-85 10:42a
|
||||
MWLIBC LIB 97280 10-31-85 11:53a
|
||||
MWLIBFA LIB 42496 10-29-85 9:39p
|
||||
MWLIBFP LIB 31232 10-29-85 9:39p
|
||||
MWINLIBC LIB 103424 10-31-85 11:55a
|
||||
5 file(s) 325120 bytes
|
||||
|
||||
Total files listed:
|
||||
5 file(s) 325120 bytes
|
||||
35840 bytes free
|
||||
|
||||
### Directory of Windows SDK 1.01 (Disk 4)
|
||||
|
||||
Volume in drive A is WINDEV4
|
||||
|
||||
Directory of A:\
|
||||
|
||||
LWLIBC LIB 108544 10-22-85 5:44p
|
||||
LWLIBFA LIB 43520 10-29-85 9:42p
|
||||
LWLIBFP LIB 31744 10-29-85 9:41p
|
||||
SYM <DIR> 11-15-85 1:02p
|
||||
DEBUG <DIR> 11-15-85 1:03p
|
||||
5 file(s) 183808 bytes
|
||||
|
||||
Directory of A:\DEBUG
|
||||
|
||||
. <DIR> 11-15-85 1:03p
|
||||
.. <DIR> 11-15-85 1:03p
|
||||
GDI EXE 96318 11-13-85 4:06p
|
||||
GDI SYM 9540 11-13-85 4:06p
|
||||
4 file(s) 105858 bytes
|
||||
|
||||
Directory of A:\SYM
|
||||
|
||||
. <DIR> 11-15-85 1:02p
|
||||
.. <DIR> 11-15-85 1:02p
|
||||
KERNEL SYM 5316 11-12-85 5:42p
|
||||
USER SYM 19060 11-14-85 1:00p
|
||||
GDI SYM 9524 11-13-85 4:10p
|
||||
5 file(s) 33900 bytes
|
||||
|
||||
Total files listed:
|
||||
14 file(s) 323566 bytes
|
||||
32768 bytes free
|
||||
|
||||
### Directory of Windows SDK 1.01 (Disk 5)
|
||||
|
||||
Volume in drive A is WINDEV5
|
||||
|
||||
Directory of A:\
|
||||
|
||||
PASLIBW LIB 52736 12-04-85 11:36a
|
||||
PASCAL LIB 72704 04-17-85 6:49p
|
||||
DEBUG <DIR> 11-15-85 1:06p
|
||||
3 file(s) 125440 bytes
|
||||
|
||||
Directory of A:\DEBUG
|
||||
|
||||
. <DIR> 11-15-85 1:06p
|
||||
.. <DIR> 11-15-85 1:06p
|
||||
USER EXE 122512 11-14-85 12:50p
|
||||
USER SYM 19060 11-14-85 12:50p
|
||||
KERNEL EXE 41312 11-12-85 5:40p
|
||||
KERNEL SYM 5636 11-12-85 5:40p
|
||||
6 file(s) 188520 bytes
|
||||
|
||||
Total files listed:
|
||||
9 file(s) 313960 bytes
|
||||
45056 bytes free
|
||||
|
||||
### Directory of Windows SDK 1.01 (Disk 6)
|
||||
|
||||
Volume in drive A is WINDEV6
|
||||
|
||||
Directory of A:\
|
||||
|
||||
CMACROS INC 13308 06-17-85 11:17a
|
||||
WINDOWS H 79959 10-23-85 10:07a
|
||||
WINEXP H 2325 06-18-85 2:48p
|
||||
WINNAMES INC 17979 12-03-85 1:59p
|
||||
WINDOWS INC 125202 12-04-85 12:49p
|
||||
PIF <DIR> 12-05-85 12:39p
|
||||
TEST <DIR> 12-05-85 12:39p
|
||||
7 file(s) 238773 bytes
|
||||
|
||||
Directory of A:\PIF
|
||||
|
||||
. <DIR> 12-05-85 12:39p
|
||||
.. <DIR> 12-05-85 12:39p
|
||||
MAKE PIF 369 12-05-85 10:14a
|
||||
CC PIF 369 12-05-85 9:48a
|
||||
P0 PIF 369 12-05-85 9:52a
|
||||
P1 PIF 369 12-05-85 9:49a
|
||||
P2 PIF 369 12-05-85 9:50a
|
||||
P3 PIF 369 12-05-85 9:51a
|
||||
RC PIF 369 12-05-85 10:21a
|
||||
RCPP PIF 369 12-05-85 10:11a
|
||||
LINK4 PIF 369 12-05-85 10:16a
|
||||
LINKMC PIF 369 12-05-85 10:17a
|
||||
MASM PIF 369 12-05-85 10:15a
|
||||
MAPSYM PIF 369 12-05-85 10:20a
|
||||
14 file(s) 4428 bytes
|
||||
|
||||
Directory of A:\TEST
|
||||
|
||||
. <DIR> 12-05-85 12:39p
|
||||
.. <DIR> 12-05-85 12:39p
|
||||
FONTEDIT EXE 24704 10-24-85 4:27p
|
||||
ATRM1111 FNT 3514 03-31-85 5:31p
|
||||
ICONEDIT EXE 14048 10-23-85 3:34p
|
||||
DLGEDIT EXE 12160 10-24-85 8:04p
|
||||
HEAPWALK EXE 13312 10-23-85 2:35p
|
||||
SHAKER EXE 5888 10-24-85 11:46p
|
||||
8 file(s) 73626 bytes
|
||||
|
||||
Total files listed:
|
||||
29 file(s) 316827 bytes
|
||||
30720 bytes free
|
||||
|
||||
### Directory of Windows SDK 1.01 (Disk 7)
|
||||
|
||||
Volume in drive A is WINDEV7
|
||||
|
||||
Directory of A:\
|
||||
|
||||
C <DIR> 12-05-85 12:26p
|
||||
PASCAL <DIR> 12-05-85 12:27p
|
||||
CARDFILE <DIR> 12-05-85 12:28p
|
||||
3 file(s) 0 bytes
|
||||
|
||||
Directory of A:\C
|
||||
|
||||
. <DIR> 12-05-85 12:26p
|
||||
.. <DIR> 12-05-85 12:26p
|
||||
TYPE 272 11-05-85 12:22p
|
||||
TYPE H 225 07-18-85 8:42p
|
||||
TYPE C 8565 10-23-85 1:24p
|
||||
TYPE RC 684 10-21-85 12:23p
|
||||
TYPE DEF 242 10-21-85 1:36p
|
||||
TYPE ICO 1038 01-25-85 4:25p
|
||||
HELLO 291 11-05-85 12:21p
|
||||
HELLO H 168 07-18-85 8:49p
|
||||
HELLO C 5158 10-21-85 12:01p
|
||||
HELLO RC 675 08-08-85 9:51p
|
||||
HELLO DEF 228 06-24-85 1:01a
|
||||
HELLO ICO 1038 01-25-85 4:13p
|
||||
TRACK 291 11-05-85 12:23p
|
||||
TRACK H 320 07-18-85 8:29p
|
||||
TRACK C 9570 10-21-85 3:30p
|
||||
TRACK RC 1144 08-08-85 10:13p
|
||||
TRACK DEF 251 10-21-85 3:01p
|
||||
TRACK ICO 1038 01-25-85 4:22p
|
||||
SHAPES 310 11-05-85 12:22p
|
||||
SHAPES H 320 07-18-85 8:40p
|
||||
SHAPES C 7656 10-21-85 2:49p
|
||||
SHAPES RC 1134 08-08-85 10:06p
|
||||
SHAPES DEF 257 10-21-85 1:46p
|
||||
SHAPES ICO 1038 01-27-85 4:40p
|
||||
FONTTEST 327 11-05-85 11:52a
|
||||
FONTTEST H 915 07-18-85 9:31p
|
||||
FONTTEST C 10840 10-23-85 11:19a
|
||||
FONTTEST RC 3505 08-08-85 10:25p
|
||||
FONTTEST DEF 279 10-23-85 10:53a
|
||||
FONTTEST ICO 1038 01-23-85 2:19p
|
||||
TEMPLATE 575 10-24-85 12:42p
|
||||
TEMPLATE H 3950 10-24-85 1:00p
|
||||
TEMPNRES C 19929 10-24-85 1:28p
|
||||
TEMPINIT C 4745 10-24-85 3:03p
|
||||
TEMPRES C 8985 10-24-85 2:31p
|
||||
TEMPLATE RC 3586 10-24-85 12:49p
|
||||
TEMPLATE DEF 703 05-26-85 11:29a
|
||||
TEMPLATE ICO 1038 05-03-85 6:59a
|
||||
WINDWP C 8597 10-18-85 11:09a
|
||||
MAKEFILE 1821 09-06-86 7:44p
|
||||
42 file(s) 112746 bytes
|
||||
|
||||
Directory of A:\CARDFILE
|
||||
|
||||
. <DIR> 12-05-85 12:28p
|
||||
.. <DIR> 12-05-85 12:28p
|
||||
CARDFILE RES 3934 11-04-85 4:41p
|
||||
CARDFILE LNK 319 09-26-85 9:05a
|
||||
CARDFILE DEF 633 07-12-85 9:52a
|
||||
CARDFILE RC 9052 10-09-85 2:51p
|
||||
INDOS2 ASM 1293 07-01-85 11:45a
|
||||
CARDFILE ICO 1038 04-01-85 2:18p
|
||||
CARDFILE 1950 11-08-85 8:03p
|
||||
INDOS ASM 2205 07-01-85 12:00p
|
||||
STAT H 1028 01-24-85 8:35a
|
||||
TYPES H 453 01-24-85 8:35a
|
||||
INDEX H 6325 10-09-85 2:52p
|
||||
INNEW C 7172 11-08-85 11:23a
|
||||
INFILE C 14812 11-07-85 3:52p
|
||||
INPRINT C 9987 11-10-85 12:28p
|
||||
INDIAL C 5141 11-07-85 5:34p
|
||||
DLGOPEN C 11784 06-24-85 9:51p
|
||||
INDEX C 4725 10-10-85 12:41p
|
||||
INPAINT C 7084 10-09-85 2:55p
|
||||
INRES C 1922 09-24-85 9:28a
|
||||
INSCROLL C 4894 08-01-85 1:06p
|
||||
INBITMAP C 5579 07-01-85 4:03p
|
||||
INOPEN C 4456 10-31-85 2:33p
|
||||
ININPUT C 16676 10-31-85 2:55p
|
||||
INDB C 12865 10-22-85 6:04p
|
||||
INCLIP C 3836 10-22-85 1:28p
|
||||
INTEXT C 5439 07-29-85 5:08p
|
||||
INCARD C 5578 10-14-85 4:57p
|
||||
INFIND C 4118 11-14-85 12:46p
|
||||
30 file(s) 154298 bytes
|
||||
|
||||
Directory of A:\PASCAL
|
||||
|
||||
. <DIR> 12-05-85 12:27p
|
||||
.. <DIR> 12-05-85 12:27p
|
||||
MUZZLE 280 12-05-85 9:14a
|
||||
MUZZLE INC 1757 09-27-85 3:34p
|
||||
MUZZLE PAS 28895 12-04-85 1:16p
|
||||
MUZZLE RC 707 12-04-85 11:20a
|
||||
MUZZLE DEF 228 09-27-85 2:47p
|
||||
MUZZLE ICO 1038 09-27-84 2:07p
|
||||
MUZZLE CUR 78 09-27-84 2:07p
|
||||
9 file(s) 32983 bytes
|
||||
|
||||
Total files listed:
|
||||
84 file(s) 300027 bytes
|
||||
11264 bytes free
|
||||
|
||||
### Directory of Windows SDK 1.01 (C UPDATE)
|
||||
|
||||
Volume in drive A is C-UPDATE
|
||||
|
||||
Directory of A:\
|
||||
|
||||
CC EXE 26184 08-21-85 10:13a
|
||||
P1 EXE 123202 08-21-85 10:15a
|
||||
P2 EXE 122348 08-23-85 2:49p
|
||||
P3 EXE 73516 08-21-85 10:13a
|
||||
4 file(s) 345250 bytes
|
||||
|
||||
Total files listed:
|
||||
4 file(s) 345250 bytes
|
||||
15360 bytes free
|
||||
|
||||
### Directory of Windows Runtime 1.01 (SETUP)
|
||||
|
||||
Volume in drive A is SETUP
|
||||
|
||||
Directory of A:\
|
||||
|
||||
PIF <DIR> 11-15-85 1:19p
|
||||
SETUP LBL 7 11-15-85 1:19p
|
||||
SETUP EXE 33974 11-13-85 3:39p
|
||||
KERNEL EXE 33343 11-12-85 5:42p
|
||||
SYSTEM DRV 2594 10-23-85 2:44p
|
||||
KEYBUS DRV 3335 10-23-85 2:45p
|
||||
KEYBUK DRV 3337 10-23-85 2:47p
|
||||
KEYBFR DRV 3967 10-23-85 2:49p
|
||||
KEYBGR DRV 3943 10-23-85 2:50p
|
||||
KEYBSP DRV 3941 10-23-85 2:51p
|
||||
KEYBIT DRV 3349 10-23-85 2:48p
|
||||
KEYBSW DRV 3985 10-23-85 2:53p
|
||||
KEYBNW DRV 3985 10-23-85 2:54p
|
||||
KEYBDN DRV 3985 10-23-85 2:54p
|
||||
NOMOUSE DRV 1592 10-23-85 2:51p
|
||||
MOUSE DRV 3239 10-23-85 2:49p
|
||||
MSMOUSE1 DRV 1966 10-23-85 2:59p
|
||||
MSMOUSE2 DRV 1966 10-23-85 2:59p
|
||||
LMOUSE DRV 2484 10-23-85 3:53p
|
||||
LPC DRV 2438 11-14-85 12:32a
|
||||
FTG DRV 1961 11-14-85 12:01a
|
||||
JOYMOUSE DRV 2114 10-23-85 3:46p
|
||||
CGA DRV 13008 10-24-85 1:22p
|
||||
HERCULES DRV 15776 10-24-85 1:22p
|
||||
EGAMONO DRV 13952 10-24-85 1:21p
|
||||
EGAHIBW DRV 13952 10-24-85 1:21p
|
||||
EGALORES DRV 15648 10-24-85 1:23p
|
||||
EGAHIRES DRV 17536 10-24-85 1:23p
|
||||
SOUND DRV 5853 10-23-85 3:04p
|
||||
COMM DRV 4860 11-12-85 4:55p
|
||||
LOFONTS FON 5552 10-25-85 12:27p
|
||||
HIFONTS FON 7472 10-25-85 12:28p
|
||||
RAMDRIVE SYS 6459 07-12-85 4:42p
|
||||
EMM PC 12898 07-30-85 5:15p
|
||||
EMM AT 12874 07-30-85 5:33p
|
||||
35 file(s) 267345 bytes
|
||||
|
||||
Directory of A:\PIF
|
||||
|
||||
. <DIR> 11-15-85 1:19p
|
||||
.. <DIR> 11-15-85 1:19p
|
||||
PIFEDIT EXE 28464 11-06-85 9:43a
|
||||
3 file(s) 28464 bytes
|
||||
|
||||
Total files listed:
|
||||
38 file(s) 295809 bytes
|
||||
49152 bytes free
|
||||
|
||||
### Directory of Windows Runtime 1.01 (BUILD)
|
||||
|
||||
Volume in drive A is BUILD
|
||||
|
||||
Directory of A:\
|
||||
|
||||
BUILD LBL 7 11-15-85 1:27p
|
||||
GDI EXE 94254 11-13-85 4:10p
|
||||
USER EXE 122400 11-14-85 1:00p
|
||||
MSDOSD EXE 5934 10-23-85 12:50p
|
||||
MSDOS EXE 41904 11-14-85 1:14p
|
||||
CGA GRB 1350 11-06-85 1:03p
|
||||
EGALORES GRB 1213 11-06-85 1:04p
|
||||
EGAHIRES GRB 15 07-24-85 1:55p
|
||||
EGAHIBW GRB 15 07-24-85 1:55p
|
||||
EGAMONO GRB 1061 11-06-85 1:04p
|
||||
HERCULES GRB 1250 11-06-85 1:03p
|
||||
WIN CNF 1936 11-12-85 1:09p
|
||||
EGALORES LGO 9 06-27-85 12:29p
|
||||
EGAHIRES LGO 9 06-27-85 12:29p
|
||||
EGAHIBW LGO 9 06-27-85 12:29p
|
||||
EGAMONO LGO 2930 11-07-85 5:23p
|
||||
HERCULES LGO 3054 11-07-85 5:22p
|
||||
CGA LGO 2931 11-07-85 5:21p
|
||||
WIN INI 2065 11-12-85 5:23p
|
||||
WINOLDAP MOD 19392 11-11-85 12:08p
|
||||
SPOOLER EXE 13216 11-12-85 10:49a
|
||||
21 file(s) 314954 bytes
|
||||
|
||||
Total files listed:
|
||||
21 file(s) 314954 bytes
|
||||
34816 bytes free
|
||||
|
||||
### Directory of Windows Runtime 1.01 (UTILITY)
|
||||
|
||||
Volume in drive A is UTILITY
|
||||
|
||||
Directory of A:\
|
||||
|
||||
UTILITY LBL 9 11-15-85 1:31p
|
||||
README DOC 2922 11-14-85 4:40p
|
||||
EPSON DRV 12688 11-14-85 2:01p
|
||||
NEC3550 DRV 21536 11-12-85 5:54p
|
||||
HPLASER DRV 15600 11-11-85 6:18p
|
||||
HP747XA DRV 21232 11-09-85 8:02p
|
||||
IBMGRX DRV 11392 11-14-85 3:26p
|
||||
OKI92 DRV 11392 11-14-85 4:17p
|
||||
CITOH DRV 10976 11-12-85 11:55a
|
||||
TI850 DRV 10704 11-14-85 2:44p
|
||||
LQ1500 DRV 12992 11-14-85 3:01p
|
||||
TOSH DRV 11520 11-14-85 3:21p
|
||||
NECP2 DRV 11312 11-14-85 3:09p
|
||||
SG10 DRV 13264 11-14-85 3:18p
|
||||
COURA FON 8720 10-24-85 4:44p
|
||||
COURB FON 12304 10-24-85 4:45p
|
||||
COURC FON 8784 10-24-85 4:46p
|
||||
COURD FON 15136 10-24-85 4:46p
|
||||
HELVA FON 8032 10-24-85 4:48p
|
||||
HELVB FON 10480 10-24-85 4:49p
|
||||
HELVC FON 8656 10-24-85 4:49p
|
||||
HELVD FON 12224 10-24-85 4:50p
|
||||
TMSRA FON 8208 10-24-85 4:51p
|
||||
TMSRB FON 10784 10-24-85 4:52p
|
||||
TMSRC FON 8240 10-24-85 4:52p
|
||||
TMSRD FON 12608 10-24-85 4:53p
|
||||
ROMAN FON 27264 10-21-85 7:52p
|
||||
SCRIPT FON 5744 10-21-85 7:52p
|
||||
MODERN FON 9680 10-21-85 7:52p
|
||||
29 file(s) 334403 bytes
|
||||
|
||||
Total files listed:
|
||||
29 file(s) 334403 bytes
|
||||
11264 bytes free
|
||||
|
||||
### Directory of Windows Runtime 1.01 (APPS)
|
||||
|
||||
Volume in drive A is APPS
|
||||
|
||||
Directory of A:\
|
||||
|
||||
CALC EXE 24992 11-01-85 1:54p
|
||||
CALENDAR EXE 37360 11-09-85 2:12p
|
||||
CARDFILE EXE 36528 11-14-85 12:48p
|
||||
CLIPBRD EXE 9696 10-23-85 4:29p
|
||||
CLOCK EXE 7920 11-05-85 11:18a
|
||||
CONTROL EXE 53360 11-14-85 1:18p
|
||||
NOTEPAD EXE 18544 11-14-85 11:52a
|
||||
REVERSI EXE 14816 11-06-85 2:43p
|
||||
TERMINAL EXE 43968 11-08-85 2:26p
|
||||
ABC TXT 42 06-04-85 9:07a
|
||||
DOTHIS TXT 493 10-25-85 1:02p
|
||||
11 file(s) 247719 bytes
|
||||
|
||||
Total files listed:
|
||||
11 file(s) 247719 bytes
|
||||
108544 bytes free
|
||||
|
|
@ -1,41 +1,41 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<?xml-stylesheet type="text/xsl" href="/versions/pcjs/1.21.2/manifest.xsl"?>
|
||||
<manifest type="software">
|
||||
<title>Windows 1.01 SDK</title>
|
||||
<disk id="disk01" size="368640" chs="40:2:9" img="archive/WINRUN101-DISK1-SETUP.img" href="/disks/pc/tools/microsoft/windows/sdk/1.01/WINRUN101-DISK1-SETUP.json" md5="d690737d566f7962276edc087c1e218e" md5json="466410d8f856ce6f2ffff64d57ebf498">
|
||||
<name>Win101 Runtime (SETUP)</name>
|
||||
<title>Windows SDK 1.01</title>
|
||||
<disk id="disk01" size="368640" chs="40:2:9" img="archive/WINSDK101-DISK1-UTILITIES.img" href="/disks/pc/tools/microsoft/windows/sdk/1.01/WINSDK101-DISK1-UTILITIES.json" md5="b0ccb648d986c6a52926eba6da326f2b" md5json="899ac207b47fde369d723a66717c59b5">
|
||||
<name>Windows SDK 1.01 (Disk 1)</name>
|
||||
</disk>
|
||||
<disk id="disk02" size="368640" chs="40:2:9" img="archive/WINRUN101-DISK2-BUILD.img" href="/disks/pc/tools/microsoft/windows/sdk/1.01/WINRUN101-DISK2-BUILD.json" md5="1293183f9c87435162123b05b0e38026" md5json="37d3d8da548ada7a539ea68abd625870">
|
||||
<name>Win101 Runtime (BUILD)</name>
|
||||
<disk id="disk02" size="368640" chs="40:2:9" img="archive/WINSDK101-DISK2-LIBSMALL.img" href="/disks/pc/tools/microsoft/windows/sdk/1.01/WINSDK101-DISK2-LIBSMALL.json" md5="229631920cf3134411f8a2f8349cf5ac" md5json="d2dd333bf8b849c108b61980ca0017dd">
|
||||
<name>Windows SDK 1.01 (Disk 2)</name>
|
||||
</disk>
|
||||
<disk id="disk03" size="368640" chs="40:2:9" img="archive/WINRUN101-DISK3-UTILITIES.img" href="/disks/pc/tools/microsoft/windows/sdk/1.01/WINRUN101-DISK3-UTILITIES.json" md5="80ff6df1e19803127254923571549872" md5json="61f4f2739ee372ade7cdb1e62cd36dec">
|
||||
<name>Win101 Runtime (UTILITIES)</name>
|
||||
<disk id="disk03" size="368640" chs="40:2:9" img="archive/WINSDK101-DISK3-LIBMEDIUM.img" href="/disks/pc/tools/microsoft/windows/sdk/1.01/WINSDK101-DISK3-LIBMEDIUM.json" md5="472e819571164175230012135428a419" md5json="49cb72dba76bf19538b376774284ba7d">
|
||||
<name>Windows SDK 1.01 (Disk 3)</name>
|
||||
</disk>
|
||||
<disk id="disk04" size="368640" chs="40:2:9" img="archive/WINRUN101-DISK4-SAMPLES.img" href="/disks/pc/tools/microsoft/windows/sdk/1.01/WINRUN101-DISK4-SAMPLES.json" md5="bad85c81da196991506e90f874014342" md5json="4bf9ff5ae06fbd121b91f46357fc8684">
|
||||
<name>Win101 Runtime (SAMPLES)</name>
|
||||
<disk id="disk04" size="368640" chs="40:2:9" img="archive/WINSDK101-DISK4-LIBLARGE.img" href="/disks/pc/tools/microsoft/windows/sdk/1.01/WINSDK101-DISK4-LIBLARGE.json" md5="ab38deb2ef861a85ba02e688eb089989" md5json="40f3ed5c86611e27316c36cb9fbf6738">
|
||||
<name>Windows SDK 1.01 (Disk 4)</name>
|
||||
</disk>
|
||||
<disk id="disk05" size="368640" chs="40:2:9" img="archive/WINSDK101-DISK1-UTILITIES.img" href="/disks/pc/tools/microsoft/windows/sdk/1.01/WINSDK101-DISK1-UTILITIES.json" md5="b0ccb648d986c6a52926eba6da326f2b" md5json="899ac207b47fde369d723a66717c59b5">
|
||||
<name>Win101 SDK (UTILITIES)</name>
|
||||
<disk id="disk05" size="368640" chs="40:2:9" img="archive/WINSDK101-DISK5-LIBPASCAL.img" href="/disks/pc/tools/microsoft/windows/sdk/1.01/WINSDK101-DISK5-LIBPASCAL.json" md5="e5daed9b0e622535806bb916776008c9" md5json="cb81d3f9ecfcb43321b2c4490b8a2ae3">
|
||||
<name>Windows SDK 1.01 (Disk 5)</name>
|
||||
</disk>
|
||||
<disk id="disk06" size="368640" chs="40:2:9" img="archive/WINSDK101-DISK2-LIBSMALL.img" href="/disks/pc/tools/microsoft/windows/sdk/1.01/WINSDK101-DISK2-LIBSMALL.json" md5="229631920cf3134411f8a2f8349cf5ac" md5json="d2dd333bf8b849c108b61980ca0017dd">
|
||||
<name>Win101 SDK (LIB SMALL)</name>
|
||||
<disk id="disk06" size="368640" chs="40:2:9" img="archive/WINSDK101-DISK6-INCPIF.img" href="/disks/pc/tools/microsoft/windows/sdk/1.01/WINSDK101-DISK6-INCPIF.json" md5="907757e314ed6a4f8096adaa5687454d" md5json="ad6bc154977644a8b01bf40a134b511a">
|
||||
<name>Windows SDK 1.01 (Disk 6)</name>
|
||||
</disk>
|
||||
<disk id="disk07" size="368640" chs="40:2:9" img="archive/WINSDK101-DISK3-LIBMEDIUM.img" href="/disks/pc/tools/microsoft/windows/sdk/1.01/WINSDK101-DISK3-LIBMEDIUM.json" md5="472e819571164175230012135428a419" md5json="49cb72dba76bf19538b376774284ba7d">
|
||||
<name>Win101 SDK (LIB MEDIUM)</name>
|
||||
<disk id="disk07" size="368640" chs="40:2:9" img="archive/WINSDK101-DISK7-SAMPLES.img" href="/disks/pc/tools/microsoft/windows/sdk/1.01/WINSDK101-DISK7-SAMPLES.json" md5="53df46a758954cde41dca346bd8ae4aa" md5json="dd9ea3896f074e50636ce6794a2b9377">
|
||||
<name>Windows SDK 1.01 (Disk 7)</name>
|
||||
</disk>
|
||||
<disk id="disk08" size="368640" chs="40:2:9" img="archive/WINSDK101-DISK4-LIBLARGE.img" href="/disks/pc/tools/microsoft/windows/sdk/1.01/WINSDK101-DISK4-LIBLARGE.json" md5="ab38deb2ef861a85ba02e688eb089989" md5json="40f3ed5c86611e27316c36cb9fbf6738">
|
||||
<name>Win101 SDK (LIB LARGE)</name>
|
||||
<disk id="disk08" size="368640" chs="40:2:9" img="archive/WINSDK101-CUPDATE.img" href="/disks/pc/tools/microsoft/windows/sdk/1.01/WINSDK101-CUPDATE.json" md5="fa3478b6153fca61163ef96d2cf1a135" md5json="fe7aaf408c5d438ca2e7f65f19a33082">
|
||||
<name>Windows SDK 1.01 (C UPDATE)</name>
|
||||
</disk>
|
||||
<disk id="disk09" size="368640" chs="40:2:9" img="archive/WINSDK101-DISK5-LIBPASCAL.img" href="/disks/pc/tools/microsoft/windows/sdk/1.01/WINSDK101-DISK5-LIBPASCAL.json" md5="e5daed9b0e622535806bb916776008c9" md5json="cb81d3f9ecfcb43321b2c4490b8a2ae3">
|
||||
<name>Win101 SDK (LIB PASCAL)</name>
|
||||
<disk id="disk09" size="368640" chs="40:2:9" img="archive/WINRUN101-DISK1-SETUP.img" href="/disks/pc/tools/microsoft/windows/sdk/1.01/WINRUN101-DISK1-SETUP.json" md5="d690737d566f7962276edc087c1e218e" md5json="466410d8f856ce6f2ffff64d57ebf498">
|
||||
<name>Windows Runtime 1.01 (SETUP)</name>
|
||||
</disk>
|
||||
<disk id="disk10" size="368640" chs="40:2:9" img="archive/WINSDK101-DISK6-INCPIF.img" href="/disks/pc/tools/microsoft/windows/sdk/1.01/WINSDK101-DISK6-INCPIF.json" md5="907757e314ed6a4f8096adaa5687454d" md5json="ad6bc154977644a8b01bf40a134b511a">
|
||||
<name>Win101 SDK (INC PIC)</name>
|
||||
<disk id="disk10" size="368640" chs="40:2:9" img="archive/WINRUN101-DISK2-BUILD.img" href="/disks/pc/tools/microsoft/windows/sdk/1.01/WINRUN101-DISK2-BUILD.json" md5="1293183f9c87435162123b05b0e38026" md5json="37d3d8da548ada7a539ea68abd625870">
|
||||
<name>Windows Runtime 1.01 (BUILD)</name>
|
||||
</disk>
|
||||
<disk id="disk11" size="368640" chs="40:2:9" img="archive/WINSDK101-DISK7-SAMPLES.img" href="/disks/pc/tools/microsoft/windows/sdk/1.01/WINSDK101-DISK7-SAMPLES.json" md5="53df46a758954cde41dca346bd8ae4aa" md5json="dd9ea3896f074e50636ce6794a2b9377">
|
||||
<name>Win101 SDK (SAMPLES)</name>
|
||||
<disk id="disk11" size="368640" chs="40:2:9" img="archive/WINRUN101-DISK3-UTILITIES.img" href="/disks/pc/tools/microsoft/windows/sdk/1.01/WINRUN101-DISK3-UTILITIES.json" md5="80ff6df1e19803127254923571549872" md5json="61f4f2739ee372ade7cdb1e62cd36dec">
|
||||
<name>Windows Runtime 1.01 (UTILITY)</name>
|
||||
</disk>
|
||||
<disk id="disk12" size="368640" chs="40:2:9" img="archive/WINSDK101-CUPDATE.img" href="/disks/pc/tools/microsoft/windows/sdk/1.01/WINSDK101-CUPDATE.json" md5="fa3478b6153fca61163ef96d2cf1a135" md5json="fe7aaf408c5d438ca2e7f65f19a33082">
|
||||
<name>Win101 SDK (C UPDATE)</name>
|
||||
<disk id="disk12" size="368640" chs="40:2:9" img="archive/WINRUN101-DISK4-SAMPLES.img" href="/disks/pc/tools/microsoft/windows/sdk/1.01/WINRUN101-DISK4-SAMPLES.json" md5="bad85c81da196991506e90f874014342" md5json="4bf9ff5ae06fbd121b91f46357fc8684">
|
||||
<name>Windows Runtime 1.01 (APPS)</name>
|
||||
</disk>
|
||||
</manifest>
|
||||
|
|
|
|||
379
disks/pc/tools/microsoft/windows/sdk/1.03/README.md
Normal file
379
disks/pc/tools/microsoft/windows/sdk/1.03/README.md
Normal file
|
|
@ -0,0 +1,379 @@
|
|||
---
|
||||
layout: page
|
||||
title: Microsoft Windows SDK 1.03
|
||||
permalink: /disks/pc/tools/microsoft/windows/sdk/1.03/
|
||||
---
|
||||
|
||||
Microsoft Windows SDK 1.03
|
||||
---
|
||||
|
||||
Directory listings of the seven 360Kb distribution diskettes are provided below.
|
||||
|
||||
### Directory of Windows SDK 1.03 (Disk 1)
|
||||
|
||||
Volume in drive A is WINDEV1
|
||||
|
||||
Directory of A:\
|
||||
|
||||
EXEHDR EXE 32896 06-11-86 8:43a
|
||||
IMPLIB EXE 16128 03-21-85 12:38p
|
||||
LIB EXE 29359 06-27-86 4:00a
|
||||
LINK4 EXE 60006 07-18-86 4:00a
|
||||
MAKE EXE 23418 06-27-86 4:00a
|
||||
MAPSYM EXE 48990 08-27-86 2:10p
|
||||
RC EXE 35304 09-15-86 12:08p
|
||||
RCPP EXE 31864 12-20-84 10:54a
|
||||
SYMDEB EXE 41269 08-27-86 2:14p
|
||||
WINSTUB EXE 570 09-15-86 11:58a
|
||||
10 file(s) 319804 bytes
|
||||
|
||||
Total files listed:
|
||||
10 file(s) 319804 bytes
|
||||
37888 bytes free
|
||||
|
||||
### Directory of Windows SDK 1.03 (Disk 2)
|
||||
|
||||
Volume in drive A is WINDEV2
|
||||
|
||||
Directory of A:\
|
||||
|
||||
ATRM1111 FNT 3515 10-09-86 2:21p
|
||||
SHAKER EXE 6512 09-26-86 5:53p
|
||||
DIALOG EXE 49536 10-02-86 6:53p
|
||||
FONTEDIT EXE 29440 10-03-86 3:33p
|
||||
HEAPWALK EXE 14384 09-26-86 6:42p
|
||||
ICONEDIT EXE 19280 09-24-86 6:16p
|
||||
UPDATE TXT 90439 10-09-86 2:01p
|
||||
INSTALL BAT 3117 10-09-86 1:26p
|
||||
SLAPJR EXE 2832 09-30-86 5:56p
|
||||
MKDEBUG BAT 2116 10-09-86 4:59p
|
||||
README TXT 17647 10-09-86 11:19a
|
||||
FILELIST TXT 2655 10-09-86 4:09p
|
||||
12 file(s) 241473 bytes
|
||||
|
||||
Total files listed:
|
||||
12 file(s) 241473 bytes
|
||||
113664 bytes free
|
||||
|
||||
### Directory of Windows SDK 1.03 (Disk 3)
|
||||
|
||||
Volume in drive A is WINDEV3
|
||||
|
||||
Directory of A:\
|
||||
|
||||
INC <DIR> 10-10-86 3:16p
|
||||
LIB <DIR> 10-10-86 3:17p
|
||||
2 file(s) 0 bytes
|
||||
|
||||
Directory of A:\INC
|
||||
|
||||
. <DIR> 10-10-86 3:16p
|
||||
.. <DIR> 10-10-86 3:16p
|
||||
STYLE H 4905 10-10-86 1:47p
|
||||
WINDOWS H 80508 10-10-86 2:14p
|
||||
4 file(s) 85413 bytes
|
||||
|
||||
Directory of A:\LIB
|
||||
|
||||
. <DIR> 10-10-86 3:17p
|
||||
.. <DIR> 10-10-86 3:17p
|
||||
MLIBW LIB 51200 07-18-86 4:00a
|
||||
MWINLIBC LIB 14848 07-18-86 4:00a
|
||||
SLIBW LIB 51200 07-18-86 4:00a
|
||||
SWINLIBC LIB 14336 07-18-86 4:00a
|
||||
CLIBW LIB 51200 07-18-86 4:00a
|
||||
LLIBW LIB 51200 07-18-86 4:00a
|
||||
CWINLIBC LIB 14336 07-18-86 4:00a
|
||||
LWINLIBC LIB 14848 07-18-86 4:00a
|
||||
10 file(s) 263168 bytes
|
||||
|
||||
Total files listed:
|
||||
16 file(s) 348581 bytes
|
||||
10240 bytes free
|
||||
|
||||
### Directory of Windows SDK 1.03 (Disk 4)
|
||||
|
||||
Volume in drive A is WINDEV4
|
||||
|
||||
Directory of A:\
|
||||
|
||||
CMACROS INC 13308 06-17-85 11:17a
|
||||
PASCAL LIB 72704 08-29-86 11:27a
|
||||
PASLIBW LIB 56832 09-30-86 6:16p
|
||||
MUZZLE <DIR> 10-10-86 3:42p
|
||||
103PATCH BAT 119 10-09-86 2:57p
|
||||
WINDOWS INC 125687 10-09-86 3:43p
|
||||
6 file(s) 268650 bytes
|
||||
|
||||
Directory of A:\MUZZLE
|
||||
|
||||
. <DIR> 10-10-86 3:42p
|
||||
.. <DIR> 10-10-86 3:42p
|
||||
MUZZLE 262 09-30-86 5:13p
|
||||
MUZZLE INC 1757 08-29-86 11:26a
|
||||
MUZZLE RC 707 08-29-86 11:26a
|
||||
MUZZLE DEF 228 08-29-86 11:26a
|
||||
MUZZLE ICO 1038 08-29-86 11:26a
|
||||
MUZZLE CUR 78 08-29-86 11:26a
|
||||
MUZZLE PAS 28947 08-29-86 11:27a
|
||||
9 file(s) 33017 bytes
|
||||
|
||||
Total files listed:
|
||||
15 file(s) 301667 bytes
|
||||
53248 bytes free
|
||||
|
||||
### Directory of Windows SDK 1.03 (Disk 5)
|
||||
|
||||
Volume in drive A is WINDEV5
|
||||
|
||||
Directory of A:\
|
||||
|
||||
NODEBUG <DIR> 10-10-86 3:33p
|
||||
DEBUG <DIR> 10-10-86 3:33p
|
||||
2 file(s) 0 bytes
|
||||
|
||||
Directory of A:\DEBUG
|
||||
|
||||
. <DIR> 10-10-86 3:33p
|
||||
.. <DIR> 10-10-86 3:33p
|
||||
KERNEL SYM 5892 08-06-86 2:39p
|
||||
KERNEL EXE 42016 08-06-86 2:39p
|
||||
GDI SYM 9524 07-11-86 2:05p
|
||||
GDI EXE 94750 07-11-86 2:05p
|
||||
USER SYM 19060 05-22-86 2:22a
|
||||
USER EXE 122528 05-22-86 2:23a
|
||||
8 file(s) 293770 bytes
|
||||
|
||||
Directory of A:\NODEBUG
|
||||
|
||||
. <DIR> 10-10-86 3:33p
|
||||
.. <DIR> 10-10-86 3:33p
|
||||
KERNEL SYM 5572 08-06-86 2:59p
|
||||
USER SYM 19060 05-22-86 3:49a
|
||||
GDI SYM 9508 07-11-86 3:23p
|
||||
5 file(s) 34140 bytes
|
||||
|
||||
Total files listed:
|
||||
15 file(s) 327910 bytes
|
||||
27648 bytes free
|
||||
|
||||
### Directory of Windows SDK 1.03 (Disk 6)
|
||||
|
||||
Volume in drive A is WINDEV6
|
||||
|
||||
Directory of A:\
|
||||
|
||||
TYPE <DIR> 10-10-86 3:26p
|
||||
HELLO <DIR> 10-10-86 3:26p
|
||||
TRACK <DIR> 10-10-86 3:27p
|
||||
SHAPES <DIR> 10-10-86 3:27p
|
||||
FONTTEST <DIR> 10-10-86 3:27p
|
||||
TEMPLATE <DIR> 10-10-86 3:27p
|
||||
CARDFILE <DIR> 10-10-86 3:28p
|
||||
7 file(s) 0 bytes
|
||||
|
||||
Directory of A:\CARDFILE
|
||||
|
||||
. <DIR> 10-10-86 3:28p
|
||||
.. <DIR> 10-10-86 3:28p
|
||||
ASMSUBS ASM 1348 09-30-86 1:09p
|
||||
CARDFILE 1657 09-30-86 1:09p
|
||||
CARDFILE DEF 669 09-30-86 1:09p
|
||||
CARDFILE LNK 335 09-30-86 1:09p
|
||||
CARDFILE RC 9635 09-30-86 1:09p
|
||||
CFDOS ASM 5569 09-30-86 1:10p
|
||||
CFCLIP C 6039 09-30-86 1:09p
|
||||
CFTEXT C 7167 09-30-86 1:12p
|
||||
CFPRINT C 15410 09-30-86 1:12p
|
||||
CFSCROLL C 5943 09-30-86 1:12p
|
||||
CFDB C 19343 09-30-86 1:10p
|
||||
CFDIAL C 7297 09-30-86 1:10p
|
||||
CFNEW C 8028 09-30-86 1:11p
|
||||
CFOPEN C 6497 09-30-86 1:11p
|
||||
CFINPUT C 28612 09-30-86 1:11p
|
||||
CARDFILE ICO 1038 09-30-86 1:09p
|
||||
CFMAIN C 8647 09-30-86 1:11p
|
||||
CFCARD C 9523 09-30-86 1:09p
|
||||
CFBITMAP C 6784 09-30-86 1:09p
|
||||
CFFIND C 5577 09-30-86 1:10p
|
||||
CFRES C 2740 09-30-86 1:12p
|
||||
CFPAINT C 11334 09-30-86 1:12p
|
||||
CFFILE C 23224 09-30-86 1:10p
|
||||
DECLARE H 6057 09-30-86 1:12p
|
||||
CARDFILE H 5511 09-30-86 1:09p
|
||||
CFDATA C 7973 09-30-86 1:10p
|
||||
28 file(s) 211957 bytes
|
||||
|
||||
Directory of A:\FONTTEST
|
||||
|
||||
. <DIR> 10-10-86 3:27p
|
||||
.. <DIR> 10-10-86 3:27p
|
||||
FONTTEST 450 09-11-86 10:48a
|
||||
FONTTEST RC 3506 08-20-86 2:00p
|
||||
FONTTEST H 915 02-26-86 5:35p
|
||||
FONTTEST DEF 279 02-26-86 5:35p
|
||||
FONTTEST C 10848 08-20-86 1:41p
|
||||
FONTTEST ICO 1038 03-18-86 11:13p
|
||||
8 file(s) 17036 bytes
|
||||
|
||||
Directory of A:\HELLO
|
||||
|
||||
. <DIR> 10-10-86 3:26p
|
||||
.. <DIR> 10-10-86 3:26p
|
||||
HELLO 388 09-11-86 4:04p
|
||||
HELLO C 5181 09-11-86 4:04p
|
||||
HELLO H 208 09-11-86 4:04p
|
||||
HELLO RC 682 09-11-86 4:04p
|
||||
HELLO DEF 227 09-11-86 4:07p
|
||||
HELLO ICO 1038 03-18-86 11:54p
|
||||
8 file(s) 7724 bytes
|
||||
|
||||
Directory of A:\SHAPES
|
||||
|
||||
. <DIR> 10-10-86 3:27p
|
||||
.. <DIR> 10-10-86 3:27p
|
||||
SHAPES 417 08-19-86 5:06p
|
||||
SHAPES C 7664 08-19-86 5:06p
|
||||
SHAPES RC 1137 08-20-86 4:08p
|
||||
SHAPES ICO 1038 03-18-86 11:23p
|
||||
SHAPES H 320 02-26-86 5:36p
|
||||
SHAPES DEF 257 02-26-86 5:36p
|
||||
8 file(s) 10833 bytes
|
||||
|
||||
Directory of A:\TEMPLATE
|
||||
|
||||
. <DIR> 10-10-86 3:27p
|
||||
.. <DIR> 10-10-86 3:27p
|
||||
TEMPLATE RC 3593 08-20-86 4:30p
|
||||
TEMPINIT C 4745 08-20-86 4:29p
|
||||
TEMPLATE 667 08-20-86 4:29p
|
||||
TEMPLATE H 3954 08-20-86 4:30p
|
||||
TEMPNRES C 19929 08-20-86 4:30p
|
||||
TEMPRES C 8985 08-20-86 4:30p
|
||||
TEMPLATE ICO 1038 03-18-86 7:07p
|
||||
TEMPLATE DEF 703 02-26-86 5:09p
|
||||
10 file(s) 43614 bytes
|
||||
|
||||
Directory of A:\TRACK
|
||||
|
||||
. <DIR> 10-10-86 3:27p
|
||||
.. <DIR> 10-10-86 3:27p
|
||||
TRACK DEF 251 02-26-86 5:37p
|
||||
TRACK C 9584 08-19-86 5:00p
|
||||
TRACK 411 08-19-86 5:00p
|
||||
TRACK RC 1147 08-20-86 4:04p
|
||||
TRACK ICO 1038 03-18-86 11:33p
|
||||
TRACK H 320 02-26-86 5:37p
|
||||
8 file(s) 12751 bytes
|
||||
|
||||
Directory of A:\TYPE
|
||||
|
||||
. <DIR> 10-10-86 3:26p
|
||||
.. <DIR> 10-10-86 3:26p
|
||||
TYPE 380 09-29-86 9:41a
|
||||
TYPE C 8586 09-29-86 9:41a
|
||||
TYPE DEF 287 09-29-86 9:42a
|
||||
TYPE H 264 09-29-86 9:42a
|
||||
TYPE ICO 1038 03-18-86 8:52p
|
||||
TYPE RC 693 09-29-86 9:42a
|
||||
8 file(s) 11248 bytes
|
||||
|
||||
Total files listed:
|
||||
85 file(s) 315163 bytes
|
||||
3072 bytes free
|
||||
|
||||
### Directory of Windows SDK 1.03 (Disk 7)
|
||||
|
||||
Volume in drive A is WINDEV7
|
||||
|
||||
Directory of A:\
|
||||
|
||||
TERMINAL <DIR> 10-10-86 3:30p
|
||||
USER <DIR> 10-10-86 3:30p
|
||||
CLOCK <DIR> 10-10-86 3:30p
|
||||
SAMPLE <DIR> 10-10-86 3:31p
|
||||
MAPMODES <DIR> 10-10-86 3:31p
|
||||
MOTION <DIR> 10-10-86 3:31p
|
||||
6 file(s) 0 bytes
|
||||
|
||||
Directory of A:\CLOCK
|
||||
|
||||
. <DIR> 10-10-86 3:30p
|
||||
.. <DIR> 10-10-86 3:30p
|
||||
CLOCK 770 09-15-86 10:36a
|
||||
CLOCK C 15735 09-15-86 10:36a
|
||||
CLOCK DEF 217 09-15-86 10:36a
|
||||
CLOCK H 167 09-15-86 10:37a
|
||||
CLOCK ICO 1038 09-15-86 10:37a
|
||||
CLOCK RC 905 09-15-86 10:37a
|
||||
CLOCKDAT ASM 1604 09-15-86 10:37a
|
||||
GETTIME ASM 582 09-15-86 10:37a
|
||||
10 file(s) 21018 bytes
|
||||
|
||||
Directory of A:\MAPMODES
|
||||
|
||||
. <DIR> 10-10-86 3:31p
|
||||
.. <DIR> 10-10-86 3:31p
|
||||
MAPMODES 455 09-12-86 11:28a
|
||||
MAPMODES C 18464 09-12-86 11:28a
|
||||
MAPMODES DEF 288 09-12-86 11:32a
|
||||
MAPMODES H 1287 09-12-86 11:32a
|
||||
MAPMODES RC 2841 09-12-86 11:32a
|
||||
MAPMODES ICO 1038 09-12-86 11:32a
|
||||
8 file(s) 24373 bytes
|
||||
|
||||
Directory of A:\MOTION
|
||||
|
||||
. <DIR> 10-10-86 3:31p
|
||||
.. <DIR> 10-10-86 3:31p
|
||||
MOTION 1152 08-29-86 2:40p
|
||||
MOTION LNK 104 08-29-86 2:40p
|
||||
MOTION DEF 585 09-11-86 3:37p
|
||||
MOTION RC 1256 08-29-86 2:40p
|
||||
MOTLIB1 DEF 146 09-11-86 3:37p
|
||||
MOTION ICO 1038 03-15-86 9:58a
|
||||
MOTLIB2 DEF 146 09-11-86 3:38p
|
||||
MOTLIB1 C 116 02-26-86 4:43p
|
||||
MOTLIB2 C 116 02-26-86 4:43p
|
||||
MOTION H 711 02-26-86 4:43p
|
||||
MOTION C 4968 02-26-86 4:43p
|
||||
MOTION1 C 206 02-26-86 4:43p
|
||||
MOTIONI C 1352 02-26-86 4:43p
|
||||
MOTION2 C 206 02-26-86 4:43p
|
||||
16 file(s) 12102 bytes
|
||||
|
||||
Directory of A:\SAMPLE
|
||||
|
||||
. <DIR> 10-10-86 3:31p
|
||||
.. <DIR> 10-10-86 3:31p
|
||||
DECLARE H 1852 09-18-86 9:42a
|
||||
PRINT C 15224 09-18-86 9:42a
|
||||
DLGSAVE C 10209 09-18-86 9:42a
|
||||
DLGOPEN C 12030 09-18-86 9:42a
|
||||
SAMPLE C 10157 09-18-86 9:42a
|
||||
SAMPLE 657 09-18-86 9:42a
|
||||
SAMPLE DEF 437 09-18-86 9:43a
|
||||
SAMPLE H 1427 09-18-86 9:43a
|
||||
SAMPLE ICO 1038 09-18-86 9:43a
|
||||
SAMPLE LNK 103 09-18-86 9:43a
|
||||
SAMPLE RC 2880 09-18-86 9:43a
|
||||
TOOLS ASM 1605 09-18-86 9:44a
|
||||
14 file(s) 57619 bytes
|
||||
|
||||
Directory of A:\TERMINAL
|
||||
|
||||
. <DIR> 10-10-86 3:30p
|
||||
.. <DIR> 10-10-86 3:30p
|
||||
COMM C 8655 03-25-86 10:37a
|
||||
3 file(s) 8655 bytes
|
||||
|
||||
Directory of A:\USER
|
||||
|
||||
. <DIR> 10-10-86 3:30p
|
||||
.. <DIR> 10-10-86 3:30p
|
||||
WINDWP C 8597 10-18-85 11:09a
|
||||
3 file(s) 8597 bytes
|
||||
|
||||
Total files listed:
|
||||
60 file(s) 132364 bytes
|
||||
198656 bytes free
|
||||
|
|
@ -1,26 +1,26 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<?xml-stylesheet type="text/xsl" href="/versions/pcjs/1.21.2/manifest.xsl"?>
|
||||
<manifest type="software">
|
||||
<title>Windows 1.03 SDK</title>
|
||||
<title>Windows SDK 1.03 </title>
|
||||
<disk id="disk01" size="368640" chs="40:2:9" img="archive/WINSDK103-DISK1-UTILS1.img" href="/disks/pc/tools/microsoft/windows/sdk/1.03/WINSDK103-DISK1-UTILS1.json" md5="2056640bad0ce932b5ca1e4ea18e079e" md5json="ddb0f1b6e36f938b9b6fae36ca07dcea">
|
||||
<name>Win103 SDK (UTIL1)</name>
|
||||
<name>Windows SDK 1.03 (Disk 1)</name>
|
||||
</disk>
|
||||
<disk id="disk02" size="368640" chs="40:2:9" img="archive/WINSDK103-DISK2-UTILS2.img" href="/disks/pc/tools/microsoft/windows/sdk/1.03/WINSDK103-DISK2-UTILS2.json" md5="c93ed197b186941d5ae51fb1883ce2b3" md5json="97583988ab1f2381ea5efd838ef814d6">
|
||||
<name>Win103 SDK (UTIL2)</name>
|
||||
<name>Windows SDK 1.03 (Disk 2)</name>
|
||||
</disk>
|
||||
<disk id="disk03" size="368640" chs="40:2:9" img="archive/WINSDK103-DISK3-LIBC.img" href="/disks/pc/tools/microsoft/windows/sdk/1.03/WINSDK103-DISK3-LIBC.json" md5="2913e596d3065800d3a9e942c48e95a9" md5json="572f2702d9eafba901d8b56be8d2cfa9">
|
||||
<name>Win103 SDK (LIB C)</name>
|
||||
<name>Windows SDK 1.03 (Disk 3)</name>
|
||||
</disk>
|
||||
<disk id="disk04" size="368640" chs="40:2:9" img="archive/WINSDK103-DISK4-LIBPASCAL.img" href="/disks/pc/tools/microsoft/windows/sdk/1.03/WINSDK103-DISK4-LIBPASCAL.json" md5="4e5aeb6c8fbc2aa0c5b8578b06e0cbee" md5json="d2758a6de024fddd6a2b059d5bf467b8">
|
||||
<name>Win103 SDK (LIB PASCAL)</name>
|
||||
<name>Windows SDK 1.03 (Disk 4)</name>
|
||||
</disk>
|
||||
<disk id="disk05" size="368640" chs="40:2:9" img="archive/WINSDK103-DISK5-SYMBOLS.img" href="/disks/pc/tools/microsoft/windows/sdk/1.03/WINSDK103-DISK5-SYMBOLS.json" md5="11997c5c7f21ce00c9b0c47163f0ee5d" md5json="19f319d3a0738c79d0982cf7d873c0fa">
|
||||
<name>Win103 SDK (SYMBOLS)</name>
|
||||
<name>Windows SDK 1.03 (Disk 5)</name>
|
||||
</disk>
|
||||
<disk id="disk06" size="368640" chs="40:2:9" img="archive/WINSDK103-DISK6-SAMPLES1.img" href="/disks/pc/tools/microsoft/windows/sdk/1.03/WINSDK103-DISK6-SAMPLES1.json" md5="393cfba2505429611b5e3f516f266dba" md5json="ec5da30da9f83561728b65d7be794142">
|
||||
<name>Win103 SDK (SAMPLE1)</name>
|
||||
<name>Windows SDK 1.03 (Disk 6)</name>
|
||||
</disk>
|
||||
<disk id="disk07" size="368640" chs="40:2:9" img="archive/WINSDK103-DISK7-SAMPLES2.img" href="/disks/pc/tools/microsoft/windows/sdk/1.03/WINSDK103-DISK7-SAMPLES2.json" md5="b9dee536f77b390ad95307f7ca397a6e" md5json="00cd3a489e2e8eefdb9133b97bb228ff">
|
||||
<name>Win103 SDK (SAMPLE2)</name>
|
||||
<name>Windows SDK 1.03 (Disk 7)</name>
|
||||
</disk>
|
||||
</manifest>
|
||||
|
|
|
|||
Some files were not shown because too many files have changed in this diff Show more
Loading…
Reference in a new issue