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

25
cpm3/31user.help Normal file
View File

@@ -0,0 +1,25 @@
///1USER
Syntax:
USER {number}
Explanation:
The USER command sets the current user number. The disk
directory can be divided into distinct groups according to a
"User Number." User numbers range from 0 through 15.
///2Examples
A>USER
Enter User#:5
5A>
The current user number is now 5 on drive A.
A>USER 3
3A>
This command changes the current User Number to 3.