First commit containing CP/M 3 help files
This commit is contained in:
25
cpm3/31user.help
Normal file
25
cpm3/31user.help
Normal 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.
|
||||
Reference in New Issue
Block a user