1CPMCP(1) User commands CPMCP(1)
2
3
4
6 cpmcp - copy files from and to CP/M disks
7
9 cpmcp [-f format] [-p] [-t] image user:file file
10 cpmcp [-f format] [-p] [-t] image user:file ... directory
11 cpmcp [-f format] [-p] [-t] image file user:file
12 cpmcp [-f format] [-p] [-t] image file ... user:
13
15 cpmcp copies one or more files to or from a CP/M disk. When copying
16 multiple files, the last argument must be a drive or directory. The
17 drive letter does not matter because the device is specified by the
18 image, it is only used to specify which direction you want to copy.
19 The user number is specified after the drive letter, if omitted user 0
20 is used.
21
22 You can use * and ? in CP/M file names, which have the same meaning in
23 sh(1) file name patterns.
24
26 -f format
27 Use the given CP/M disk format instead of the default format.
28
29 -p Preserve time stamps when copying files from CP/M to UNIX (not
30 implemented for copying the other way so far).
31
32 -t Convert text files between CP/M and UNIX conventions.
33
35 Upon successful completion, exit code 0 is returned.
36
38 Any errors are indicated by exit code 1.
39
41 /usr/share/cpmtools/diskdefs CP/M disk format definitions
42
44 This program is copyright 1997–2009 Michael Haardt <michael@moria.de>.
45 The Windows port is copyright 2000, 2001 John Elliott
46 <jce@seasip.demon.co.uk>.
47
48 This program is free software; you can redistribute it and/or modify it
49 under the terms of the GNU General Public License as published by the
50 Free Software Foundation; either version 3 of the License, or (at your
51 option) any later version.
52
53 This program is distributed in the hope that it will be useful, but
54 WITHOUT ANY WARRANTY; without even the implied warranty of MER‐
55 CHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General
56 Public License for more details.
57
58 You should have received a copy of the GNU General Public License along
59 with this program. If not, write to the Free Software Foundation,
60 Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
61
63 cpmls(1), cpm(5)
64
65
66
67CP/M tools December 20, 2009 CPMCP(1)