Skip to content

Commit

Permalink
new version 1.10B
Browse files Browse the repository at this point in the history
  • Loading branch information
tsupplis committed Dec 8, 2022
1 parent bade5e3 commit 5206480
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ the default drive (Microsoft) or on drive A: (IBM).
- pcdosenh: slightly enhanced PC-DOS 1.1 command.com marked as 1.10A
- VER command
- CLS command (BIOS)
- External MEM command
- pcdosorg: PC-DOS 1.1 command.com rebuilt
- Checked against PC-DOS 1.1 distribution
- https://github.com/microsoft/MS-DOS/blob/master/v1.25/bin/COMMAND.COM
Expand Down
4 changes: 2 additions & 2 deletions ibmcmdx.asm
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ IF MSVER
VERSTR DB "MS-DOS Version 1.25A Command Version 1.17A",13,10,"$"
ENDIF
IF IBMVER
VERSTR DB "IBM PC-DOS Version 1.10A",13,10,"$"
VERSTR DB "IBM PC-DOS Version 1.10B",13,10,"$"
ENDIF
BADNAM DB "Bad command or file name",13,10,"$"
MISNAM DB "Missing file name$"
Expand Down Expand Up @@ -632,7 +632,7 @@ HEADER DB 13,10,13,10,"Microsoft DOS",13,10

IF IBMVER
HEADER DB 13,10,13,10,"The IBM Personal Computer DOS",13,10
DB "Version 1.10A (C)Copyright IBM Corp 1981, 1982, 2020",13,10,"$"
DB "Version 1.10B (C)Copyright IBM Corp 1981, 1982, 2022",13,10,"$"
DB "Licensed Material - Program Property of IBM"
ENDIF

Expand Down

0 comments on commit 5206480

Please sign in to comment.