Doc. # 1-0000410 | |||
---|---|---|---|
Date Updated | 07-07-2005 | Date Created | 07-27-2000 |
Document Type | Knowledge Base | Related OS | |
Related Product | PCD-2000 |
How to duplicate DOC 2000? | |||
---|---|---|---|
Solution:
There are two ways to do it. However, method A is more easy than method B.
A. GETMIMG.BAT and PUTMIMG.BAT
Example:
Get image file from the "Source DiskOnChip":
GETMIMG MYDOC.SRC
Put image file into a new DiskOnChip:
PUTMIMG MYDOC.SRC
B. DOCPMAP.EXE
Get image file from the "Source DiskOnChip"::
docpmap /f:mydoc.src /br
Put image file into a new DiskOnChip:
docpmap /f:mydoc.src /bw
|