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

31
cpm3/04date.help Normal file
View File

@@ -0,0 +1,31 @@
///1DATE
Syntax:
DATE {CONTINUOUS}
DATE {time-specification}
DATE SET
Explanation:
The DATE command lets you display and set the date and time of
day.
///2Examples
A>DATE
Displays the current date and time.
A>DATE C
Displays the date and time continuously.
A>DATE 08/14/82 10:30:0
Sets the date and time.
A>DATE SET
Prompts for date and time entries.