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

48
cpm3/27show.help Normal file
View File

@@ -0,0 +1,48 @@
///1SHOW
Syntax:
SHOW {d:}{[SPACE |LABEL |USERS |DIR |DRIVE]}
Explanation:
The SHOW command displays the following disk drive information:
Access mode and the amount of free disk space
Disk label
Current user number and
Number of files for each user number on the disk
Number of free directory entries for the disk
Drive characteristics
///2Examples
A>SHOW
A>SHOW [SPACE]
Instructs the system to display access mode and amount of
space left on logged-in drives.
A>SHOW B:
Show access mode for drive B and amount of space left on
drive B.
A>SHOW B:[LABEL]
Displays label information for drive B.
A>SHOW [USERS]
Displays the current user number and all the users on drive
A and the corresponding number of files assigned to them.
A>SHOW C:[DIR]
Displays the number of free directory entries on drive C.
A>SHOW [DRIVE]
Displays the drive characteristics of drive A.