1 ;==========================================================
2 ; FASTOPEN MESSAGE SKELETON FILE
3 ;==========================================================
6 :class A ;System message class ;AN000;
7 :use 1 COMMON1 ;MSG 1 is always "Incorrect DOS Version" ;AN000;
8 :use 6 PARSE10 ;Invalid parameter message ;AN000;
9 :use 3 PARSE3 ;Invalid Switch
11 :def 4 CR,LF,"FASTOPEN installed",CR,LF ;AN000;
12 :def 5 CR,LF,"FASTOPEN already installed",CR,LF ;AN000;
13 :def 7 CR,LF,"Too many drive entries",CR,LF ;AN000;
14 :def 8 CR,LF,"Same drive specified more than once",CR,LF ;AN000;
15 :def 9 CR,LF,"Invalid parameter",CR,LF ;AN000;
16 :def 11 CR,LF,"Invalid extent entry",CR,LF ;AN000;
17 :def 12 CR,LF,"Invalid number of file/directory entries",CR,LF ;AN000;;AN000;
18 :def 13 CR,LF,"Cannot setup expanded memory",CR,LF ;AN000;;AN000;
19 :def 14 CR,LF,"Expanded memory not available",CR,LF ;AN000;;AN000;
20 :def 15 CR,LF,"Invalid drive specification %1",CR,LF ;AN000;;AN000;
21 :def 16 CR,LF,"Not enough space in EMS. Low memory is used",CR,LF ;AN000;
22 :def 17 CR,LF,"Cannot use FASTOPEN for drive %1",CR,LF
23 :def 18 CR,LF,"Too many extent entries",CR,LF ;AN000;
24 :def 19 CR,LF,"Too many file/directory entries",CR,LF ;AN000;
28 ;==========================================================