]> wirehaze git hosting - MS-DOS.git/blob - v4.0/src/CMD/DISKCOPY/DISKCOPY.SKL

wirehaze git hosting

MZ is back!
[MS-DOS.git] / v4.0 / src / CMD / DISKCOPY / DISKCOPY.SKL
1 :util DISKCOPY ;AN000;utility name
2 :class A ;AN000;system messages
3 :use 1 COMMON1 ;AN000;MSG 1 is always "Incorrect DOS version"
4
5 :def 2 CR,LF ;AN000;
6
7 :use 3 PARSE10 ;AN000;CR,LF,"Invalid parameter",CR,LF
8
9 :def 4 "Do not specify filename(s)",CR,LF ;AN000;
10 "Command Format: DISKCOPY d: d: [/1]",CR,LF ;AN000;
11
12 :def 5 CR,LF,"Invalid drive specification",CR,LF ;AN000;
13 "Specified drive does not exist",CR,LF ;AN000;
14 "or is non-removable",CR,LF ;AN000;
15
16 :def 6 CR,LF,"Cannot DISKCOPY to or from",CR,LF ;AN000;
17 "a network drive",CR,LF ;AN000;
18
19 :def 7 CR,LF,"Formatting while copying",CR,LF ;AN000;
20
21 :def 8 CR,LF,"Insert SOURCE diskette in drive %1:",CR,LF ;AN000;
22
23 :def 9 CR,LF,"Insert TARGET diskette in drive %1:",CR,LF ;AN000;
24
25 :def 10 "Make sure a diskette is inserted into",CR,LF ;AN004;
26 "the drive and the door is closed",CR,LF ;AN004;
27
28 :def 11 CR,LF,"Target diskette may be unusable",CR,LF ;AN000;
29
30 :def 12 CR,LF,"Target diskette unusable",CR,LF ;AN000;
31
32 :use 13 EXTEND21 ;AN000;CR,LF,Drive not ready",CR,LF
33
34 :use 14 EXTEND19 ;AN000;CR,LF,"Attempt to write to write-protected diskette",CR,LF
35
36 :use 15 COMMON28 ;AN000;CR,LF,"Press any key to continue . . .",CR,LF
37
38 :def 16 CR,LF,"Copy another diskette (Y/N)? " ;AN000;
39
40 :def 17 CR,LF,"Copying %1 tracks",CR,LF ;AN000;
41 "%2 Sectors/Track, %3 Side(s)",CR,LF ;AN000;
42
43 :def 18 CR,LF,"Drive types or diskette types",CR,LF ;AN000;
44 "not compatible",CR,LF ;AN000;
45
46 :def 19 CR,LF,"Unrecoverable read error on drive %1",CR,LF ;AN000;
47 "Side %2, track %3",CR,LF ;AN000;
48
49 :def 20 CR,LF,"Unrecoverable write error on drive %1",CR,LF ;AN000;
50 "Side %2, track %3",CR,LF ;AN000;
51
52 :def 21 CR,LF,"Copy process ended",CR,LF ;AN000;
53
54 :def 22 CR,LF,"SOURCE diskette bad or incompatible",CR,LF ;AC008;
55
56 :def 23 CR,LF,"TARGET diskette bad or incompatible",CR,LF ;AC008;
57
58 :use 25 EXTEND8 ;AN000;"Insufficient memory",CR,LF
59
60 :use 26 COMMON36 ;AN001;"Volume Serial Number is %1-%2",CR,LF
61
62 :end ;AN000;
63 \1alume Serial Number is %1-%2",CR,LF
64
65 :end