1
0

First commit containing CP/M 3 help files

This commit is contained in:
acn
2020-03-18 11:54:31 +01:00
parent 21718e3c0b
commit 20d9a123cb
36 changed files with 2178 additions and 32 deletions

18
cpm3/19patch.help Normal file
View File

@@ -0,0 +1,18 @@
///1PATCH
Syntax:
PATCH filename{.typ} {n}
Explanation:
The PATCH command displays or installs patch number n to the
CP/M 3 system or command files. The patch number n must be
between 1 and 32 inclusive.
Example:
A>PATCH SHOW 2
Patches the SHOW.COM system file with patch number 2.