23 lines
475 B
Plaintext
23 lines
475 B
Plaintext
|
|
||
|
///1SYSCOPY
|
||
|
|
||
|
Syntax:
|
||
|
|
||
|
SYSCOPY <dest>[=<src>]
|
||
|
|
||
|
Explanation:
|
||
|
|
||
|
SYSCOPY is used to copy a system image to or from the re-
|
||
|
served tracks of a disk on a RomWBW system.
|
||
|
|
||
|
This is used for RomWBW adaptions of CP/M 2.2 and CP/M 3.
|
||
|
|
||
|
<dest> and <src> may be a drive or a file reference
|
||
|
|
||
|
If <src> is not specified, the system image will be read
|
||
|
from the current drive
|
||
|
|
||
|
Author:
|
||
|
|
||
|
Wayne Warthen (wwarthen@gmail.com)
|