summaryrefslogtreecommitdiff
path: root/v4.0/src/CMD/DISKCOPY/DISKCOPY.SKL
diff options
context:
space:
mode:
Diffstat (limited to 'v4.0/src/CMD/DISKCOPY/DISKCOPY.SKL')
-rw-r--r--v4.0/src/CMD/DISKCOPY/DISKCOPY.SKL65
1 files changed, 65 insertions, 0 deletions
diff --git a/v4.0/src/CMD/DISKCOPY/DISKCOPY.SKL b/v4.0/src/CMD/DISKCOPY/DISKCOPY.SKL
new file mode 100644
index 0000000..bc346ac
--- /dev/null
+++ b/v4.0/src/CMD/DISKCOPY/DISKCOPY.SKL
@@ -0,0 +1,65 @@
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;
63lume Serial Number is %1-%2",CR,LF
64
65:end \ No newline at end of file