1 ;======================= START OF SPECIFICATIONS =========================
3 ; MODULE NAME: EDLMES.FIL
5 ; DESCRIPTIVE NAME: EDLIN MESSAGES
7 ; FUNCTION: PROVIDES A SET OF MESSAGES FOR EDLIN.
17 ; INTERNAL REFERENCES: NA
19 ; EXTERNAL REFERENCES: NA
22 ; NOTES: THIS MODULE IS TO BE PREPPED BY FASTBLD.EXE.
26 ; VERSION 4.00 - CREATED FOR DOS 4.00
28 ;======================= END OF SPECIFICATIONS ===========================
30 ;=========================================================================
31 ; edlin utility message file
32 ;=========================================================================
34 :util EDLIN ;utility name
37 :class A ;system messages
38 :use 1 COMMON1 ;"Incorrect DOS version",CR,LF
39 :use 2 COMMON2 ;"Insufficient memory",CR,LF
40 :use 3 COMMON3 ;"Error loading messages",CR,LF
42 :class B ;utility messages
43 :def 6 "*" ;prompt_ptr
44 :def 7 "Invalid drive or file name",CR,LF ;baddrv_ptr
45 :def 8 "File name must be specified",CR,LF ;ndname_ptr
46 :def 10 "File is READ-ONLY",CR,LF ;ro_err_ptr
47 :def 11 "File Creation Error",CR,LF ;bcreat_ptr
48 :def 12 "Too many files open",CR,LF ;too_many_ptr
49 :def 13 "Read error in:",CR,LF,"%1",CR,LF ;read_err_ptr
50 :def 14 "Cannot edit .BAK file--rename file",CR,LF ;nobak_ptr
51 :def 15 "No room in directory for file",CR,LF ;nodir_ptr
52 :def 16 "Disk full. Edits lost.",CR,LF ;dskful_ptr
53 :def 18 "Entry error",CR,LF ;badcom_ptr
54 :def 19 "New file",CR,LF ;newfil_ptr
55 :def 20 "Not found",CR,LF ;nosuch_ptr
57 :class C ;utility messages
58 :def 21 "O.K.? " ;ask_ptr
59 :def 22 "Line too long",CR,LF ;toolng_ptr
60 :def 23 "End of input file",CR,LF ;eof_ptr
61 :def 24 "Abort edit (Y/N)? " ;qmes_ptr
62 :def 25 "Must specify destination line number",CR,LF ;dest_ptr
63 :def 26 "Not enough room to merge the entire file",CR,LF ;mrgerr_ptr
64 :def 27 CR,LF ;crlf_ptr
66 :def 29 "Continue (Y/N)?" ;cont_ptr
67 :def 30 "Unable to print message",CR,LF ;fatal_error
68 :def 31 "%1" ;arg_buf_ptr
69 :def 32 "%1:%2" ;line_num_buf_ptr
70 :def 33 "Cannot merge - Code page mismatch",CR,LF ;cp_err_ptr
74 ;=========================================================================
75 ;=========================================================================