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