]> wirehaze git hosting - MS-DOS.git/blob - v4.0/src/SELECT/USA.INF

wirehaze git hosting

MZ is back!
[MS-DOS.git] / v4.0 / src / SELECT / USA.INF
1 false = 0
2 IF SCROLL ;A000;
3 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
4 ;
5 ; SCROLL TEXT INFORMATION FILE
6 ;
7 ; RULES: There are a number of rules and regulations that
8 ; MUST be followed in order to translated properly.
9 ; For each entry there are detailed instructions to
10 ; help facilitate any changes.
11 ;
12 ; The information in this file is destined for the
13 ; 'SELECT.DAT' file. The panels and scrollable lists
14 ; are contained in this file.
15 ; There are two sections to this file, one for the
16 ; SCROLL fields and one for the PANELS.
17 ;
18 ; Each rules is marked by '<R#>' and a brief description.
19 ; The detailed description is contained in the header of
20 ; this file (just below). In order to successfully
21 ; translate SELECT, all of these rules have to be obeyed.
22 ;
23 ;
24 ; <R1> The quotation marks have to left-right justified
25 ; ���������������������������������������������Ŀ
26 ; � The quotation marks (') tell SELECT where �
27 ; � to start wrapping the text onto the next �
28 ; � line. The assembler line immediately after �
29 ; � the first text line automatically calculates�
30 ; � the length of this field. The right border �
31 ; � of the text can be adjusted freely - a ruler�
32 ; � is drawn for each entry to help in centering�
33 ; � text. �
34 ; �����������������������������������������������
35 ;
36 ; <R2> The '[' and ']' input field markers cannot be moved
37 ; ���������������������������������������������Ŀ
38 ; � These characters must remain in the same �
39 ; � position. They define the boundries of �
40 ; � input fields. �
41 ; �����������������������������������������������
42 ;
43 ; <R3> The panel will be centered in an 80 column screen
44 ; ���������������������������������������������Ŀ
45 ; � This panel will be centered on the screen �
46 ; � when it is displayed. Please translate �
47 ; � accordingly. �
48 ; �����������������������������������������������
49 ;
50 ; <R4> The number of lines for the entry MUST be maintained
51 ; ���������������������������������������������Ŀ
52 ; � The number of lines (from top to bottom) �
53 ; � must not change. Translated text must �
54 ; � conform to the existing number of lines. �
55 ; �����������������������������������������������
56 ;
57 ; <R5> The width of the entry must not exceed the RULER provided.
58 ; ���������������������������������������������Ŀ
59 ; � Translated text should remain the same �
60 ; � width (do not exceed the ruler). Otherwise �
61 ; � the text will not fit within the panel. �
62 ; �����������������������������������������������
63 ;
64 ; <R9> DO NOT TRANSLATE OR CHANGE!!!!
65 ; ���������������������������������������������Ŀ
66 ; � The information contained in the quotations �
67 ; � should NEVER be changed. These fields are �
68 ; � established for the size of the help text �
69 ; � or error panels. �
70 ; �����������������������������������������������
71 ;
72 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
73 ;
74 ;
75 ;
76 ;
77 ; <R1> The quotation marks have to left-right justified
78 ; <R4> The number of lines for the entry MUST be maintained
79 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
80 ; |---------1---------2---------3---------4---------5---------6---------7---------8
81
82 SCB_LIST1 DB ' 1. Minimum DOS function; maximum program workspace ';AN000;
83 SCB_LIST1_W EQU ($-SCB_LIST1) ;AN000;
84 DB ' ';AN000;
85 DB ' 2. Balance DOS function with program workspace ';AN000;
86 DB ' ';AN000;
87 DB ' 3. Maximum DOS function; minimum program workspace ';AN000;
88 SCB_LIST1_N EQU ($-SCB_LIST1)/SCB_LIST1_W ;AN000;
89
90 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
91 ;
92 ;
93 ;
94 ;
95 ; <R1> The quotation marks have to left-right justified
96 ; <R4> The number of lines for the entry MUST be maintained
97 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
98 ; |---------1---------2---------3---------4---------5---------6---------7---------8
99
100 SCB_LIST2 DB ' 1. Accept predefined country and keyboard ';AN000;
101 SCB_LIST2_W EQU ($-SCB_LIST2) ;AN000;
102 DB ' ';AN000;
103 DB ' 2. Specify a different country and keyboard ';AN000;
104 SCB_LIST2_N EQU ($-SCB_LIST2)/SCB_LIST2_W ;AN000;
105
106 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
107 ;
108 ;
109 ;
110 ;
111 ; <R1> The quotation marks have to left-right justified
112 ; <R4> The number of lines for the entry MUST be maintained
113 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
114 ; |---------1---------2---------3---------4---------5---------6---------7---------8
115
116 SCB_LIST23 LABEL BYTE ;AN000;
117 SCB_LIST3 DB ' United States (001) ';AN000;
118 SCB_LIST3_W EQU ($-SCB_LIST3) ;AN000;
119 SCB_LIST23_W EQU ($-SCB_LIST23) ;AN000;
120 DB ' Canada (French Speaking) (002) ';AN000;
121 DB ' Latin America (003) ';AN000;
122 DB ' Netherlands (031) ';AN000;
123 DB ' Belgium (032) ';AN000;
124 DB ' France (033) ';AN000;
125 DB ' Spain (034) ';AN000;
126 DB ' Italy (039) ';AN000;
127 DB ' Switzerland (041) ';AN000;
128 DB ' United Kingdom (044) ';AN000;
129 DB ' Denmark (045) ';AN000;
130 DB ' Sweden (046) ';AN000;
131 SCB_LIST3_N EQU ($-SCB_LIST3)/SCB_LIST3_W ;AN000;
132 SCB_LIST4 DB ' Norway (047) ';AN000;
133 SCB_LIST4_W EQU ($-SCB_LIST4) ;AN000;
134 DB ' Germany (049) ';AN000;
135 DB ' Australia (061) ';AN000;
136 DB ' Japan (081) ';AN000;
137 DB ' Korea (082) ';AN000;
138 DB ' Peoples Republic of China (086) ';AN000;
139 DB ' Taiwan (088) ';AN000;
140 DB ' Portugal (351) ';AN000;
141 DB ' Finland (358) ';AN000;
142 DB ' Arabic Speaking (785) ';AN000;
143 DB ' Hebrew Speaking (972) ';AN000;
144 SCB_LIST4_N EQU ($-SCB_LIST4)/SCB_LIST4_W ;AN000;
145 SCB_LIST23_N EQU ($-SCB_LIST23)/SCB_LIST23_W ;AN000;
146
147 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
148 ;
149 ;
150 ;
151 ;
152 ; <R1> The quotation marks have to left-right justified
153 ; <R4> The number of lines for the entry MUST be maintained
154 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
155 ; |---------1---------2---------3---------4---------5---------6---------7---------8
156
157 SCB_LIST24 LABEL BYTE ;AN000;
158 SCB_LIST5 DB ' Belgian (BE) ';AN000;
159 SCB_LIST5_W EQU ($-SCB_LIST5) ;AN000;
160 SCB_LIST24_W EQU ($-SCB_LIST24) ;AN000;
161 DB ' Canadian French (CF) ';AN000;
162 DB ' Danish (DK) ';AN000;
163 DB ' French (FR) ';AN000;
164 DB ' German (GR) ';AN000;
165 DB ' Italian (IT) ';AN000;
166 DB ' Latin American Speaking (LA) ';AN000;
167 DB ' Dutch (NE) ';AN000;
168 DB ' Norwegian (NO) ';AN000;
169 SCB_LIST5_N EQU ($-SCB_LIST5)/SCB_LIST5_W ;AN000;
170 SCB_LIST6 DB ' Portuguese (PO) ';AN000;
171 SCB_LIST6_W EQU ($-SCB_LIST6) ;AN000;
172 DB ' Swiss (French) (SF) ';AN000;
173 DB ' Swiss (German) (SG) ';AN000;
174 DB ' Spanish (SP) ';AN000;
175 DB ' Finnish (SU) ';AN000;
176 DB ' Swedish (SV) ';AN000;
177 DB ' UK English (UK) ';AN000;
178 DB ' US English (US) ';AN000;
179 DB ' None ';AN000;
180 SCB_LIST6_N EQU ($-SCB_LIST6)/SCB_LIST6_W ;AN000;
181 DB ' French 120 (120) ';AN000;
182 DB ' French (FR) ';AN000;
183 DB ' Italian 142 (142) ';AC090;
184 DB ' Italian (IT) ';AN000;
185 DB ' UK English 168 (168) ';AN000;
186 DB ' UK English (UK) ';AN000;
187 SCB_LIST24_N EQU ($-SCB_LIST24)/SCB_LIST24_W ;AN000;
188
189 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
190 ;
191 ;
192 ;
193 ;
194 ; <R1> The quotation marks have to left-right justified
195 ; <R4> The number of lines for the entry MUST be maintained
196 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
197 ; |---------1---------2---------3---------4---------5---------6---------7---------8
198
199 SCB_LIST7 DB ' 1. French 120 (120) ';AN000;
200 SCB_LIST7_W EQU ($-SCB_LIST7) ;AN000;
201 DB ' ';AN000;
202 DB ' 2. French (FR) ';AN000;
203 SCB_LIST7_N EQU ($-SCB_LIST7)/SCB_LIST7_W ;AN000;
204
205 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
206 ;
207 ;
208 ;
209 ;
210 ; <R1> The quotation marks have to left-right justified
211 ; <R4> The number of lines for the entry MUST be maintained
212 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
213 ; |---------1---------2---------3---------4---------5---------6---------7---------8
214
215 SCB_LIST8 DB ' 1. Italian 142 (142) ';AC090;
216 SCB_LIST8_W EQU ($-SCB_LIST8) ;AN000;
217 DB ' ';AN000;
218 DB ' 2. Italian (IT) ';AN000;
219 SCB_LIST8_N EQU ($-SCB_LIST8)/SCB_LIST8_W ;AN000;
220
221 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
222 ;
223 ;
224 ;
225 ;
226 ; <R1> The quotation marks have to left-right justified
227 ; <R4> The number of lines for the entry MUST be maintained
228 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
229 ; |---------1---------2---------3---------4---------5---------6---------7---------8
230
231 SCB_LIST9 DB ' 1. UK English 168 (168) ';AN000;
232 SCB_LIST9_W EQU ($-SCB_LIST9) ;AN000;
233 DB ' ';AN000;
234 DB ' 2. UK English (UK) ';AN000;
235 SCB_LIST9_N EQU ($-SCB_LIST9)/SCB_LIST9_W ;AN000;
236
237 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
238 ;
239 ;
240 ;
241 ;
242 ; <R1> The quotation marks have to left-right justified
243 ; <R4> The number of lines for the entry MUST be maintained
244 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
245 ; |---------1---------2---------3---------4---------5---------6---------7---------8
246
247 SCB_LIST10 DB ' 1. C ' ;AN000;
248 SCB_LIST10_W EQU ($-SCB_LIST10) ;AN000;
249 DB ' ' ;AN000;
250 DB ' 2. B ' ;AN000;
251 SCB_LIST10_N EQU ($-SCB_LIST10)/SCB_LIST10_W ;AN000;
252
253 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
254 ;
255 ;
256 ;
257 ;
258 ; <R1> The quotation marks have to left-right justified
259 ; <R4> The number of lines for the entry MUST be maintained
260 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
261 ; |---------1---------2---------3---------4---------5---------6---------7---------8
262
263 SCB_LIST11 DB ' ' ;AN000;
264 SCB_LIST11_W EQU ($-SCB_LIST11) ;AN000;
265 SCB_LIST11_N EQU ($-SCB_LIST11)/SCB_LIST11_W ;AN000;
266
267 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
268 ;
269 ;
270 ;
271 ;
272 ; <R1> The quotation marks have to left-right justified
273 ; <R4> The number of lines for the entry MUST be maintained
274 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
275 ; |---------1---------2---------3---------4---------5---------6---------7---------8
276
277 SCB_LIST12 DB ' 1. LPT1 - First port ' ;AN000;
278 SCB_LIST12_W EQU ($-SCB_LIST12) ;AN000;
279 DB ' ' ;AN000;
280 DB ' 2. LPT2 - Second port ' ;AN000;
281 DB ' ' ;AN000;
282 DB ' 3. LPT3 - Third port ' ;AN000;
283 SCB_LIST12_N EQU ($-SCB_LIST12)/SCB_LIST12_W ;AN000;
284
285 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
286 ;
287 ;
288 ;
289 ;
290 ; <R1> The quotation marks have to left-right justified
291 ; <R4> The number of lines for the entry MUST be maintained
292 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
293 ; |---------1---------2---------3---------4---------5---------6---------7---------8
294
295 SCB_LIST13 DB ' 1. COM1 - First port ' ;AN000;
296 SCB_LIST13_W EQU ($-SCB_LIST13) ;AN000;
297 DB ' 2. COM2 - Second port ' ;AN000;
298 DB ' 3. COM3 - Third port ' ;AN000;
299 DB ' 4. COM4 - Fourth port ' ;AN000;
300 SCB_LIST13_N EQU ($-SCB_LIST13)/SCB_LIST13_W ;AN000;
301
302 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
303 ;
304 ;
305 ;
306 ;
307 ; <R1> The quotation marks have to left-right justified
308 ; <R4> The number of lines for the entry MUST be maintained
309 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
310 ; |---------1---------2---------3---------4---------5---------6---------7---------8
311
312 SCB_LIST14 DB ' 1. None ' ;AN000;
313 SCB_LIST14_W EQU ($-SCB_LIST14) ;AN000;
314 DB ' 2. LPT1 - First port ' ;AN000;
315 DB ' 3. LPT2 - Second port ' ;AN000;
316 DB ' 4. LPT3 - Third port ' ;AN000;
317 SCB_LIST14_N EQU ($-SCB_LIST14)/SCB_LIST14_W ;AN000;
318
319 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
320 ;
321 ;
322 ;
323 ;
324 ; <R1> The quotation marks have to left-right justified
325 ; <R4> The number of lines for the entry MUST be maintained
326 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
327 ; |---------1---------2---------3---------4---------5---------6---------7---------8
328
329 SCB_LIST15 DB ' 1. Accept configuration and continue with installation ';AC079;SEH ;AN000;
330 SCB_LIST15_W EQU ($-SCB_LIST15) ;AN000;
331 DB ' ';AN000;
332 DB ' 2. Review, change, or add installation choices ';AC079;SEH ;AN000;
333 SCB_LIST15_N EQU ($-SCB_LIST15)/SCB_LIST15_W ;AN000;
334
335 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
336 ;
337 ;
338 ;
339 ;
340 ; <R1> The quotation marks have to left-right justified
341 ; <R4> The number of lines for the entry MUST be maintained
342 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
343 ; |---------1---------2---------3---------4---------5---------6---------7---------8
344
345 SCB_LIST16 DB ' Code Page Switching ';AN000;
346 SCB_LIST16_W EQU ($-SCB_LIST16) ;AN000;
347 DB ' Expanded Memory support ';AN000;
348 DB ' Extended display support (ANSI.SYS) ';AN000;
349 DB ' File performance enhancements (FASTOPEN) ';AN000;
350 DB ' GRAFTABL display support ';AN000;
351 DB ' GRAPHICS PrtSc support ';AN000;
352 DB ' DOS SHARE support ';AN000;
353 DB ' DOS SHELL ';AN000;
354 DB ' Virtual Disk support (RAMDRIVE.SYS) ';AN000;
355 SCB_LIST16_N EQU ($-SCB_LIST16)/SCB_LIST16_W ;AN000;
356
357 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
358 ;
359 ;
360 ;
361 ;
362 ; <R1> The quotation marks have to left-right justified
363 ; <R4> The number of lines for the entry MUST be maintained
364 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
365 ; |---------1---------2---------3---------4---------5---------6---------7---------8
366
367 SCB_LIST17 DB ' Code Page Switching ';AN000;
368 SCB_LIST17_W EQU ($-SCB_LIST17) ;AN000;
369 DB ' Extended display support (ANSI.SYS) ';AN000;
370 DB ' GRAFTABL display support ';AN000;
371 DB ' GRAPHICS PrtSc support ';AN000;
372 DB ' DOS SHELL ';AN000;
373 DB ' Virtual Disk support (RAMDRIVE.SYS) ';AN000;
374 SCB_LIST17_N EQU ($-SCB_LIST17)/SCB_LIST17_W ;AN000;
375
376 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
377 ;
378 ;
379 ;
380 ;
381 ; <R1> The quotation marks have to left-right justified
382 ; <R4> The number of lines for the entry MUST be maintained
383 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
384 ; |---------1---------2---------3---------4---------5---------6---------7---------8
385
386 SCB_LIST18 DB ' 1. Let SELECT define partition sizes ';AN000;
387 SCB_LIST18_W EQU ($-SCB_LIST18) ;AN000;
388 DB ' ';AN000;
389 DB ' 2. Define your own partition sizes ';AN000;
390 SCB_LIST18_N EQU ($-SCB_LIST18)/SCB_LIST18_W ;AN000;
391
392 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
393 ;
394 ;
395 ;
396 ;
397 ; <R1> The quotation marks have to left-right justified
398 ; <R4> The number of lines for the entry MUST be maintained
399 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
400 ; |---------1---------2---------3---------4---------5---------6---------7---------8
401
402 SCB_LIST19 DB ' 1. Leave disk unchanged ';AN000;
403 SCB_LIST19_W EQU ($-SCB_LIST19) ;AN000;
404 DB ' ';AN000;
405 DB ' 2. Define your own partition sizes ';AN000;
406 SCB_LIST19_N EQU ($-SCB_LIST19)/SCB_LIST19_W ;AN000;
407
408 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
409 ;
410 ;
411 ;
412 ;
413 ; <R1> The quotation marks have to left-right justified
414 ; <R4> The number of lines for the entry MUST be maintained
415 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
416 ; |---------1---------2---------3---------4---------5---------6---------7---------8
417
418 SCB_LIST20 DB ' 1. Format fixed disk partition ';AN000;
419 SCB_LIST20_W EQU ($-SCB_LIST20) ;AN000;
420 DB ' ';AN000;
421 DB ' 2. Do not format fixed disk partition ';AN000;
422 SCB_LIST20_N EQU ($-SCB_LIST20)/SCB_LIST20_W ;AN000;
423
424 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;AN000;JW
425 ;
426 ;
427 ;
428 ;
429 ; <R1> The quotation marks have to left-right justified ;AN000;JW
430 ; <R4> The number of lines for the entry MUST be maintained ;AN000;JW
431 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;AN000;JW
432 ; |---------1---------2---------3---------4---------5---------6---------7---------8 ;AN000;JW
433
434 SCB_LIST26 DB ' 1. Install all DOS files on fixed disk ' ;AC000;JW
435 SCB_LIST26_W EQU ($-SCB_LIST26) ;AN000;JW
436 DB ' ' ;AN000;JW
437 DB ' 2. Copy only non-system files to directory specified ' ;AC038;SEH Let user know hidden files not copied ;AC000;JW
438 SCB_LIST26_N EQU ($-SCB_LIST26)/SCB_LIST26_W ;AN000;JW
439
440 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;AN111;JW
441 ;
442 ;
443 ;
444 ;
445 ; <R1> The quotation marks have to left-right justified ;AN111;JW
446 ; <R4> The number of lines for the entry MUST be maintained ;AN111;JW
447 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;AN111;JW
448 ; |---------1---------2---------3---------4---------5---------6---------7---------8 ;AN111;JW
449
450 SCB_LIST27 DB ' 1. C ' ;AN111;JW
451 SCB_LIST27_W EQU ($-SCB_LIST27) ;AN111;JW
452 DB ' ' ;AN111;JW
453 DB ' 2. A ' ;AN111;JW
454 SCB_LIST27_N EQU ($-SCB_LIST27)/SCB_LIST27_W ;AN111;JW
455
456 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
457 ;
458 ;
459 ;
460 ;
461 ; <R1> The quotation marks have to left-right justified
462 ; <R4> The number of lines for the entry MUST be maintained
463 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
464 ; |---------1---------2---------3---------4---------5---------6---------7---------8
465
466 SCB_LIST28 DB ' 1. Install the MS-DOS Shell '
467 SCB_LIST28_W EQU ($-SCB_LIST28) ;AN000;
468 DB ' '
469 DB ' 2. Do not install the MS-DOS Shell '
470 SCB_LIST28_N EQU ($-SCB_LIST28)/SCB_LIST28_W ;AN000;
471
472 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;AN111;JW
473 ;
474 ; <R*> Translate text inside ' '
475 ;
476 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;AN111;JW
477
478 WR_NOIND DB 'No' ;AN000;selection pointer indicator buff
479 WR_NOINDLEN EQU ($-WR_NOIND) ;AN000;
480
481 WR_YESIND DB 'Yes' ;AN000;check mark string indicator buff
482 WR_YESINDLEN EQU ($-WR_YESIND) ;AN000;
483
484
485 ENDIF
486
487
488
489 IF PANEL
490 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
491 ;
492 ;
493 ; <R1> The quotation marks have to left-right justified
494 ; <R3> The panel will be centered in an 80 column screen
495 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
496
497 PANEL1 LABEL BYTE ;AN000;
498 DB ' Welcome ' ;AN000;
499 PANEL1_W EQU ($-PANEL1) ;AN000;
500 DB ' ' ;AN000;
501 DB 'Welcome to DOS 4.0 and the SELECT program. SELECT ' ;AN000;
502 DB 'will install DOS 4.0 on your fixed disk or diskette.' ;AN000;
503 DB 'If you install DOS 4.0 on a diskette, the number of ' ;AN000;
504 DB 'blank diskettes you need depends on the type and ' ;AN000;
505 DB 'capacity of your diskette drive: ' ;AN000;
506 DB ' ' ;AN000;
507 DB ' Drive Type (Capacity) Number of Diskettes ' ;AN000;
508 DB ' ' ;AN000;
509 DB ' 5.25-Inch Drive (360KB) five 5.25 (360KB) ' ;AC050;SEH ;AN000;
510 DB ' 5.25-Inch Drive (1.2MB) five 5.25 (360KB) ' ;AC050;SEH ;AN000;
511 DB ' 3.5-Inch Drive (720KB) three 3.5 (720KB) ' ;AC050;SEH;AC000;JW
512 DB ' 3.5-Inch Drive (1.44MB) three 3.5 (720KB) ' ;AC050;SEH;AC000;JW
513 DB ' ' ;AN000;
514 DB 'If you install DOS 4.0 onto a fixed disk, you need ' ;AN000;
515 DB 'one blank diskette: ' ;AN000;
516 DB ' ' ;AN000;
517 DB ' 5.25-Inch Drive one 5.25 (360KB) ' ;AC050;SEH ;AN000;
518 DB ' 3.5-Inch Drive one 3.5 (1 or 2MB) ' ;AC050;SEH ;AC022;SEH ;AC000;JW
519 PANEL1_L EQU ($-PANEL1)/PANEL1_W ;AN000;
520
521 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
522 ;
523 ;
524 ;
525 ; <R1> The quotation marks have to left-right justified
526 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
527 ; |---------1---------2---------3---------4---------5---------6---------7---------8
528
529 PANEL2 LABEL BYTE ;AN000;
530 DB ' Introduction ';AN000;
531 PANEL2_W EQU ($-PANEL2) ;AN000;
532 DB ' ';AN000;
533 DB ' ';AN000;
534 DB 'As you view the SELECT displays, you will be asked to make a choice ';AN000;
535 DB 'or type an entry. If you are uncertain about what to choose or type,';AN000;
536 DB 'you can accept the predefined choice or press the F1 help key for ';AN000;
537 DB 'more information about an item. ';AN000;
538 DB ' ';AN000;
539 DB 'You will be using these keys in the SELECT program: ';AN000;
540 DB ' ';AN000;
541 DB ' Enter To proceed to the next step. ';AN000;
542 DB ' Esc To cancel the current display. ';AN000;
543 DB ' Tab To move to the next entry field. ';AN000;
544 DB ' PgUp/PgDn To scroll information one page at a time. ';AN000;
545 DB ' Up/Down Arrow To move the highlight bar to the next item. ';AN000;
546 DB ' F1 To view the help information. ';AN000;
547 DB ' F3 To exit SELECT. ';AN000;
548 DB ' F9 To view key assignments while viewing help. ';AN000;
549 DB ' Left/Right Arrow To scroll data fields horizontally ';AN000;
550 DB ' to the left or right. ';AN000;
551 DB ' ';AN000;
552 DB 'You can press Enter, Esc and F1 keys when they appear on the display.';AN000;
553 PANEL2_L EQU ($-PANEL2)/PANEL2_W ;AN000;
554
555 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
556 ;
557 ;
558 ;
559 ;
560 ; <R1> The quotation marks have to left-right justified
561 ; <R3> The panel will be centered in an 80 column screen
562 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
563
564 PANEL3 LABEL BYTE ;AN000;
565 DB ' Exit ' ;AN000;
566 PANEL3_W EQU ($-PANEL3) ;AN000;
567 DB ' ' ;AN000;
568 DB ' ' ;AN000;
569 DB ' ' ;AN000;
570 DB ' ' ;AN000;
571 DB ' ' ;AN000;
572 DB ' ' ;AN000;
573 DB 'You have chosen to end SELECT. ' ;AN000;
574 DB ' ' ;AN000;
575 DB ' ' ;AN000;
576 DB 'If you are sure you want to end DOS ' ;AN000;
577 DB 'installation, press F3. ' ;AN000;
578 DB ' ' ;AN000;
579 DB ' ' ;AN000;
580 DB 'If not, press Enter to continue installation.' ;AN000;
581 PANEL3_L EQU ($-PANEL3)/PANEL3_W ;AN000;
582
583 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
584 ;
585 ;
586 ;
587 ;
588 ; <R1> The quotation marks have to left-right justified
589 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
590 ; |---------1---------2---------3---------4---------5---------6---------7---------8
591
592 PANEL4 LABEL BYTE ;AN000;
593 DB ' Specify Function and Workspace ';AN000;
594 PANEL4_W EQU ($-PANEL4) ;AN000;
595 DB ' ';AN000;
596 DB 'SELECT sets up your computer to run DOS and your programs';AN000;
597 DB 'most efficiently based on the option you choose. ';AN000;
598 DB ' ';AN000;
599 DB 'Note: You can review the results of your choice later ';AN000;
600 DB 'in this program. ';AN000;
601 DB ' ';AN000;
602 DB 'Choose an option: ';AN000;
603 PANEL4_L EQU ($-PANEL4)/PANEL4_W ;AN000;
604
605 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
606 ;
607 ;
608 ;
609 ;
610 ; <R1> The quotation marks have to left-right justified
611 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
612 ; |---------1---------2---------3---------4---------5---------6---------7---------8
613
614 PANEL5 LABEL BYTE ;AN000;
615 DB ' Select Country and Keyboard' ;AN000;
616 PANEL5_W EQU ($-PANEL5) ;AN000;
617 DB ' ' ;AN000;
618 DB ' ' ;AN000;
619 DB 'Predefined country . . . . .: ' ;AN000;
620 DB 'Predefined keyboard. . . . .: ' ;AN000;
621 DB ' ' ;AN000;
622 DB ' ' ;AN000;
623 DB ' ' ;AN000;
624 DB ' ' ;AN000;
625 DB ' ' ;AN000;
626 DB 'Choose an option: ' ;AN000;
627 PANEL5_L EQU ($-PANEL5)/PANEL5_W ;AN000;
628
629 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
630 ;
631 ;
632 ;
633 ;
634 ; <R1> The quotation marks have to left-right justified
635 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
636 ; |---------1---------2---------3---------4---------5---------6---------7---------8
637
638 PANEL6 LABEL BYTE ;AN000;
639 DB ' Country Selection' ;AN000;
640 PANEL6_W EQU ($-PANEL6) ;AN000;
641 DB ' ' ;AN000;
642 DB ' ' ;AN000;
643 DB 'Choose a country: ' ;AN000;
644 PANEL6_L EQU ($-PANEL6)/PANEL6_W ;AN000;
645
646 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
647 ;
648 ;
649 ;
650 ;
651 ; <R1> The quotation marks have to left-right justified
652 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
653 ; |---------1---------2---------3---------4---------5---------6---------7---------8
654
655 PANEL7 LABEL BYTE ;AN000;
656 DB ' Keyboard Selection' ;AN000;
657 PANEL7_W EQU ($-PANEL7) ;AN000;
658 DB ' ' ;AN000;
659 DB ' ' ;AN000;
660 DB 'Choose a keyboard: ' ;AN000;
661 PANEL7_L EQU ($-PANEL7)/PANEL7_W ;AN000;
662
663 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
664 ;
665 ;
666 ;
667 ;
668 ; <R1> The quotation marks have to left-right justified
669 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
670 ; |---------1---------2---------3---------4---------5---------6---------7---------8
671
672 PANEL8 LABEL BYTE ;AN000;
673 DB ' Keyboard Layout Selection ';AN000;
674 PANEL8_W EQU ($-PANEL8) ;AN000;
675 DB ' ';AN000;
676 DB ' ';AN000;
677 DB 'If your keyboard has a number in the top left corner that matches';AN000;
678 DB 'the one shown in option 1, choose option 1; otherwise choose ';AN000;
679 DB 'option 2. ';AN000;
680 DB ' ';AN000;
681 DB 'Choose a keyboard: ';AN000;
682 PANEL8_L EQU ($-PANEL8)/PANEL8_W ;AN000;
683
684 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
685 ;
686 ;
687 ;
688 ;
689 ; <R1> The quotation marks have to left-right justified
690 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
691 ; |---------1---------2---------3---------4---------5---------6---------7---------8
692
693 PANEL9 LABEL BYTE ;AN000;
694 DB ' Select Installation Drive';AN000;
695 PANEL9_W EQU ($-PANEL9) ;AN000;
696 DB ' ';AN000;
697 DB ' ';AN000;
698 DB ' ';AN000;
699 DB ' ';AN000;
700 DB 'Choose the drive to install DOS on: ';AN000;
701 PANEL9_L EQU ($-PANEL9)/PANEL9_W ;AN000;
702
703 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
704 ;
705 ;
706 ;
707 ;
708 ; <R1> The quotation marks have to left-right justified
709 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
710 ; |---------1---------2---------3---------4---------5---------6---------7---------8
711
712 PANEL10 LABEL BYTE ;AN000;
713 DB ' Specify DOS Location ';AN000;
714 PANEL10_W EQU ($-PANEL10) ;AN000;
715 DB ' ';AN000;
716 DB ' ';AN000;
717 DB 'You can accept the DOS directory name shown or type a new';AC053;SEH ;AN000;
718 DB 'directory name. ';AC053;SEH ;AN000;
719 DB ' ';AN000;
720 DB ' ';AN000;
721 DB 'DOS Directory . . . .C:\ ';AN000;
722 DB ' '
723 DB ' '
724 DB ' '
725 DB 'To select option 1 below, press Enter. To change your ';AN053;SEH
726 DB 'option, press the tab key, highlight your choice and then';AN053;SEH
727 DB 'press Enter. ';AN053;SEH
728 DB ' ';AN053;SEH
729 DB ' ';AN053;SEH
730 PANEL10_L EQU ($-PANEL10)/PANEL10_W ;AN000;
731
732 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
733 ;
734 ;
735 ;
736 ;
737 ; <R1> The quotation marks have to left-right justified
738 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
739 ; |---------1---------2---------3---------4---------5---------6---------7---------8
740
741 PANEL11 LABEL BYTE ;AN000;
742 DB ' Number of Printers ';AN000;
743 PANEL11_W EQU ($-PANEL11) ;AN000;
744 DB ' ';AN000;
745 DB ' ';AN000;
746 DB ' ';AN000;
747 DB ' ';AN000;
748 DB 'How many printers do you have? . . . . (0-7)';AN000;
749 PANEL11_L EQU ($-PANEL11)/PANEL11_W ;AN000;
750
751 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
752 ;
753 ;
754 ;
755 ;
756 ; <R1> The quotation marks have to left-right justified
757 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
758 ; |---------1---------2---------3---------4---------5---------6---------7---------8
759
760 PANEL12 LABEL BYTE ;AN000;
761 DB ' Printer Selection ';AN000;
762 PANEL12_W EQU ($-PANEL12) ;AN000;
763 DB ' ';AN000;
764 DB ' ';AN000;
765 DB ' ';AN000;
766 DB ' ';AN000;
767 DB ' ';AN000;
768 DB ' ';AN000;
769 DB 'Choose a printer: ';AN000;
770 DB ' More:';AN000;
771 PANEL12_L EQU ($-PANEL12)/PANEL12_W ;AN000;
772
773 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
774 ;
775 ;
776 ;
777 ;
778 ; <R1> The quotation marks have to left-right justified
779 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
780 ; |---------1---------2---------3---------4---------5---------6---------7---------8
781
782 PANEL13 LABEL BYTE ;AN000;
783 DB ' Parallel Printer Port';AN000;
784 PANEL13_W EQU ($-PANEL13) ;AN000;
785 DB ' ';AN000;
786 DB ' ';AN000;
787 DB ' ';AN000;
788 DB ' ';AN000;
789 DB ' ';AN000;
790 DB 'Choose a parallel printer port: ';AN000;
791 PANEL13_L EQU ($-PANEL13)/PANEL13_W ;AN000;
792
793 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
794 ;
795 ;
796 ;
797 ;
798 ; <R1> The quotation marks have to left-right justified
799 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
800 ; |---------1---------2---------3---------4---------5---------6---------7---------8
801
802 PANEL14 LABEL BYTE ;AN000;
803 DB ' Serial Printer Port ';AN000;
804 PANEL14_W EQU ($-PANEL14) ;AN000;
805 DB ' ';AN000;
806 DB ' ';AN000;
807 DB ' ';AN000;
808 DB ' ';AN000;
809 DB 'Choose a serial printer port: ';AN000;
810 DB ' ';AN000;
811 DB ' ';AN000;
812 DB ' ';AN000;
813 DB ' ';AN000;
814 DB ' ';AN000;
815 DB ' ';AN000;
816 DB ' ';AN000;
817 DB 'To refer to this serial printer as a parallel printer,';AN000;
818 DB 'choose a parallel port. If not, choose None. ';AN000;
819 PANEL14_L EQU ($-PANEL14)/PANEL14_W ;AN000;
820
821 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
822 ;
823 ;
824 ;
825 ;
826 ; <R1> The quotation marks have to left-right justified
827 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
828 ; |---------1---------2---------3---------4---------5---------6---------7---------8
829
830 PANEL15 LABEL BYTE ;AN000;
831 DB ' Installation Options ';AN000;
832 PANEL15_W EQU ($-PANEL15) ;AN000;
833 DB ' ';AN000;
834 DB ' ';AN000;
835 DB 'SELECT defined a configuration based on the options';AC079;SEH ;AN000;
836 DB 'you chose for DOS functions and program workspace. ';AC079;SEH ;AN000;
837 DB ' ';AC079;SEH ;AN000;
838 DB ' ';AC079;SEH ;AN000;
839 DB 'Choose an option: ';AN000;
840 PANEL15_L EQU ($-PANEL15)/PANEL15_W ;AN000;
841
842 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
843 ;
844 ;
845 ;
846 ;
847 ; <R1> The quotation marks have to left-right justified
848 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
849 ; |---------1---------2---------3---------4---------5---------6---------7---------8
850
851 PANEL16 LABEL BYTE ;AN000;
852 DB ' Review Selections ';AN000;
853 PANEL16_W EQU ($-PANEL16) ;AN000;
854 DB ' ';AN000;
855 DB 'SELECT made these selections for you. You can accept ';AN000;
856 DB 'these selections or change any of them. If you change ';AN000;
857 DB 'an item from No to Yes, it will increase the amount of ';AN000;
858 DB 'memory DOS uses. ';AN000;
859 DB ' ';AN000;
860 DB 'To change a selection, use the up and down arrow keys to ';AN000;
861 DB 'highlight your choice, then press the spacebar. To accept';AN000;
862 DB 'all the selections, press the Enter key. ';AN000;
863 DB ' Choice: ';AN000;
864 PANEL16_L EQU ($-PANEL16)/PANEL16_W ;AN000;
865
866 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
867 ;
868 ;
869 ;
870 ;
871 ; <R1> The quotation marks have to left-right justified
872 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
873 ; |---------1---------2---------3---------4---------5---------6---------7---------8
874
875 PANEL17 LABEL BYTE ;AN028;
876 DB 'The printer you chose is not supported. ';AN028;
877 PANEL17_W EQU ($-PANEL17) ;AN028;
878 DB ' ';AN028;
879 DB 'Press Enter to return to the Printer Selection';AN028;
880 DB 'screen and choose another printer, or Press F3';AN028;
881 DB 'to exit the SELECT program. ';AN028;
882 PANEL17_L EQU ($-PANEL17)/PANEL17_W ;AN028;
883
884 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
885 ;
886 ;
887 ;
888 ;
889 ; <R1> The quotation marks have to left-right justified
890 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
891 ; |---------1---------2---------3---------4---------5---------6---------7---------8
892
893 PANEL18 LABEL BYTE ;AN000;
894 DB ' DOS Parameters ' ;AN000;
895 PANEL18_W EQU ($-PANEL18) ;AN000;
896 DB ' ' ;AN000;
897 DB ' ' ;AN000;
898 DB 'SELECT has set these values for you (if any). Press' ;AC000;JW
899 DB 'Enter to accept these values or type in new values. ' ;AC000;JW
900 DB ' ' ;AN000;
901 DB ' ' ;AN000;
902 DB 'DOS PATH . . . . . . ' ;AN000;
903 DB ' ' ;AN000;
904 DB ' ' ;AN000;
905 DB 'APPEND PARAMETERS . ' ;AN000;JW
906 DB 'APPEND PATH . . . . ' ;AN000;
907 DB ' ' ;AN000;
908 DB ' ' ;AN000;
909 DB 'PROMPT . . . . . . . ' ;AN000;
910 PANEL18_L EQU ($-PANEL18)/PANEL18_W ;AN000;
911
912 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
913 ;
914 ;
915 ;
916 ;
917 ; <R1> The quotation marks have to left-right justified
918 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
919 ; |---------1---------2---------3---------4---------5---------6---------7---------8
920
921 PANEL19 LABEL BYTE ;AN000;
922 DB ' DOS SHELL Parameters ' ;AN000;
923 PANEL19_W EQU ($-PANEL19) ;AN000;
924 DB ' ' ;AN000;
925 DB ' ' ;AN000;
926 DB 'SELECT has set these values for you (if any). Press' ;AC000;JW
927 DB 'Enter to accept these values or type in new values. ' ;AC000;JW
928 DB ' ' ;AN000;
929 DB ' ' ;AN000;
930 DB 'SHELL parameters . . ' ;AN000;
931 PANEL19_L EQU ($-PANEL19)/PANEL19_W ;AN000;
932
933 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
934 ;
935 ;
936 ;
937 ;
938 ; <R1> The quotation marks have to left-right justified
939 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
940 ; |---------1---------2---------3---------4---------5---------6---------7---------8
941
942 PANEL20 LABEL BYTE ;AN000;
943 DB 'An unrecoverable error occurred while installing' ;AN000;
944 PANEL20_W EQU ($-PANEL20) ;AN000;
945 DB 'DOS. Press F3 to exit SELECT. ' ;AN000;
946 PANEL20_L EQU ($-PANEL20)/PANEL20_W ;AN000;
947
948 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
949 ;
950 ;
951 ;
952 ;
953 ; <R1> The quotation marks have to left-right justified
954 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
955 ; |---------1---------2---------3---------4---------5---------6---------7---------8
956
957 PANEL21 LABEL BYTE ;AN000;
958 DB ' FASTOPEN Parameters ' ;AN000;
959 PANEL21_W EQU ($-PANEL21) ;AN000;
960 DB ' ' ;AN000;
961 DB ' ' ;AN000;
962 DB 'SELECT has set these values for you (if any). Press' ;AC000;JW
963 DB 'Enter to accept these values or type in new values. ' ;AC000;JW
964 DB ' ' ;AN000;
965 DB ' ' ;AN000;
966 DB 'FASTOPEN parameters . . . ' ;AN000;
967 PANEL21_L EQU ($-PANEL21)/PANEL21_W ;AN000;
968
969 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
970 ;
971 ;
972 ;
973 ;
974 ; <R1> The quotation marks have to left-right justified
975 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
976 ; |---------1---------2---------3---------4---------5---------6---------7---------8
977
978 PANEL22 LABEL BYTE ;AN000;
979 DB ' SHARE Parameters ' ;AN000;
980 PANEL22_W EQU ($-PANEL22) ;AN000;
981 DB ' ' ;AN000;
982 DB ' ' ;AN000;
983 DB 'SELECT has set these values for you (if any). Press' ;AC000;JW
984 DB 'Enter to accept these values or type in new values. ' ;AC000;JW
985 DB ' ' ;AN000;
986 DB ' ' ;AN000;
987 DB 'SHARE parameters . . . . ' ;AN000;
988 PANEL22_L EQU ($-PANEL22)/PANEL22_W ;AN000;
989
990 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
991 ;
992 ;
993 ;
994 ;
995 ; <R1> The quotation marks have to left-right justified
996 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
997 ; |---------1---------2---------3---------4---------5---------6---------7---------8
998
999 PANEL23 LABEL BYTE ;AN000;
1000 DB ' GRAPHICS Parameters ' ;AN000;
1001 PANEL23_W EQU ($-PANEL23) ;AN000;
1002 DB ' ' ;AN000;
1003 DB ' ' ;AN000;
1004 DB 'SELECT has set these values for you (if any). Press' ;AC000;JW
1005 DB 'Enter to accept these values or type in new values. ' ;AC000;JW
1006 DB ' ' ;AN000;
1007 DB ' ' ;AN000;
1008 DB 'GRAPHICS parameters . . ' ;AN000;
1009 PANEL23_L EQU ($-PANEL23)/PANEL23_W ;AN000;
1010
1011 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
1012 ;
1013 ;
1014 ;
1015 ;
1016 ; <R1> The quotation marks have to left-right justified
1017 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
1018 ; |---------1---------2---------3---------4---------5---------6---------7---------8
1019
1020 PANEL24 LABEL BYTE ;AN000;
1021 DB ' Expanded Memory Parameters ' ;AN000;
1022 PANEL24_W EQU ($-PANEL24) ;AN000;
1023 DB ' ' ;AN000;
1024 DB ' ' ;AN000;
1025 DB 'SELECT has set these values for you (if any). Press' ;AC000;JW
1026 DB 'Enter to accept these values or type in new values. ' ;AC000;JW
1027 DB ' ' ;AN000;
1028 DB ' ' ;AN000;
1029 DB 'XMAEM parameters . . . . ' ;AN000;
1030 DB ' ' ;AN000;
1031 DB ' ' ;AN000;
1032 DB 'XMA2EMS parameters . . . ' ;AN000;
1033 PANEL24_L EQU ($-PANEL24)/PANEL24_W ;AN000;
1034
1035 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
1036 ;
1037 ;
1038 ;
1039 ;
1040 ; <R1> The quotation marks have to left-right justified
1041 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
1042 ; |---------1---------2---------3---------4---------5---------6---------7---------8
1043
1044 PANEL25 LABEL BYTE ;AN000;
1045 DB ' RAMDRIVE Parameters ' ;AN000;
1046 PANEL25_W EQU ($-PANEL25) ;AN000;
1047 DB ' ' ;AN000;
1048 DB ' ' ;AN000;
1049 DB 'SELECT has set these values for you (if any). Press' ;AC000;JW
1050 DB 'Enter to accept these values or type in new values. ' ;AC000;JW
1051 DB ' ' ;AN000;
1052 DB ' ' ;AN000;
1053 DB 'RAMDRIVE parameters . . . . ' ;AN000;
1054 PANEL25_L EQU ($-PANEL25)/PANEL25_W ;AN000;
1055
1056 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
1057 ;
1058 ;
1059 ;
1060 ;
1061 ; <R1> The quotation marks have to left-right justified
1062 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
1063 ; |---------1---------2---------3---------4---------5---------6---------7---------8
1064
1065 PANEL26 LABEL BYTE ;AN000;
1066 DB ' Configuration Parameters' ;AN000;
1067 PANEL26_W EQU ($-PANEL26) ;AN000;
1068 DB ' ' ;AN000;
1069 DB 'SELECT has set these values for you. Press ' ;AN000;
1070 DB 'Enter to accept the values shown or type in ' ;AN000;
1071 DB 'new values. ' ;AN000;
1072 DB ' ' ;AN000;
1073 DB ' ' ;AN000;
1074 DB 'BREAK. . . . . . (ON/OFF) ' ;AN000;
1075 DB 'BUFFERS . . . . (1-99,1-8) ' ;AN000;
1076 DB 'FCBS . . . . . . (1-255,0-255) ' ;AN000;
1077 DB 'FILES . . . . . (8-255) ' ;AN000;
1078 DB 'LASTDRIVE . . . (A-Z) ' ;AN000;
1079 DB 'STACKS . . . . . (8-64,32-512) ' ;AN000;
1080 DB 'VERIFY . . . . . (ON/OFF) ' ;AN000;
1081 PANEL26_L EQU ($-PANEL26)/PANEL26_W ;AN000;
1082
1083 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
1084 ;
1085 ;
1086 ;
1087 ;
1088 ; <R1> The quotation marks have to left-right justified
1089 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
1090 ; |---------1---------2---------3---------4---------5---------6---------7---------8
1091
1092 PANEL27 LABEL BYTE ;AN000;
1093 DB ' Partition Fixed Disk ';AN000;
1094 PANEL27_W EQU ($-PANEL27) ;AN000;
1095 DB ' ';AN000;
1096 DB ' ';AN000;
1097 DB ' ';AN000;
1098 DB ' ';AN000;
1099 DB ' ';AN000;
1100 DB 'This fixed disk must be set up before you can use it. Setting up ';AN000;
1101 DB 'involves separating the disk into areas called partitions. SELECT';AN000;
1102 DB 'can define the partition sizes for you, or you can define your ';AN000;
1103 DB 'own partition sizes. ';AN000;
1104 DB ' ';AN000;
1105 DB ' ';AN000;
1106 DB 'Choose an option: ';AN000;
1107 PANEL27_L EQU ($-PANEL27)/PANEL27_W ;AN000;
1108
1109 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
1110 ;
1111 ;
1112 ;
1113 ;
1114 ; <R1> The quotation marks have to left-right justified
1115 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
1116 ; |---------1---------2---------3---------4---------5---------6---------7---------8
1117
1118 PANEL28 LABEL BYTE ;AN000;
1119 DB ' Partition Fixed Disk ';AN000;
1120 PANEL28_W EQU ($-PANEL28) ;AN000;
1121 DB ' ';AN000;
1122 DB ' ';AN000;
1123 DB ' ';AN000;
1124 DB ' ';AN000;
1125 DB ' ';AN000;
1126 DB 'This fixed disk is not completely set up. The fixed disk has space';AN000;
1127 DB 'that needs to be divided into areas called partitions. You can ';AN000;
1128 DB 'leave the fixed disk as it is, or you can define your own ';AN000;
1129 DB 'partition sizes. ';AN000;
1130 DB ' ';AN000;
1131 DB ' ';AN000;
1132 DB 'Choose an option: ';AN000;
1133 PANEL28_L EQU ($-PANEL28)/PANEL28_W ;AN000;
1134
1135 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
1136 ;
1137 ;
1138 ;
1139 ;
1140 ; <R1> The quotation marks have to left-right justified
1141 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
1142 ; |---------1---------2---------3---------4---------5---------6---------7---------8
1143
1144 PANEL29 LABEL BYTE ;AN000;
1145 DB 'You must restart your computer to continue.' ;AN000;
1146 PANEL29_W EQU ($-PANEL29) ;AN000;
1147 PANEL29_L EQU ($-PANEL29)/PANEL29_W ;AN000;
1148
1149 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
1150 ;
1151 ;
1152 ;
1153 ;
1154 ; <R1> The quotation marks have to left-right justified
1155 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
1156 ; |---------1---------2---------3---------4---------5---------6---------7---------8
1157
1158 PANEL30 LABEL BYTE ;AN000;
1159 DB ' Date and Time' ;AN000;
1160 PANEL30_W EQU ($-PANEL30) ;AN000;
1161 DB ' ' ;AN000;
1162 DB ' ' ;AN000;
1163 DB 'Current date: ' ;AN000;
1164 DB ' ' ;AN000;
1165 DB ' Year . . . . (1980-2079) ' ;AN000;
1166 DB ' ' ;AN000;
1167 DB ' Month . . . (1-12) ' ;AN000;
1168 DB ' ' ;AN000;
1169 DB ' Day . . . . (1-31) ' ;AN000;
1170 DB ' ' ;AN000;
1171 DB ' ' ;AN000;
1172 DB ' ' ;AN000;
1173 DB 'Current time: ' ;AN000;
1174 DB ' ' ;AN000;
1175 DB ' Hour . . . . (00-23) ' ;AN000;
1176 DB ' ' ;AN000;
1177 DB ' Minute . . . (00-59) ' ;AN000;
1178 DB ' ' ;AN000;
1179 DB ' Second . . . (00-59) ' ;AN000;
1180 PANEL30_L EQU ($-PANEL30)/PANEL30_W ;AN000;
1181
1182 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
1183 ;
1184 ;
1185 ;
1186 ;
1187 ; <R1> The quotation marks have to left-right justified
1188 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
1189 ; |---------1---------2---------3---------4---------5---------6---------7---------8
1190
1191 PANEL31 LABEL BYTE ;AN000;
1192 DB ' Format Fixed Disk Drive' ;AN000;
1193 PANEL31_W EQU ($-PANEL31) ;AN000;
1194 DB ' ' ;AN000;
1195 DB ' ' ;AN000;
1196 DB ' ' ;AN000;
1197 DB ' ' ;AN000;JW added line
1198 DB ' ' ;AN000;
1199 DB 'Choose an option: ' ;AN000;
1200 PANEL31_L EQU ($-PANEL31)/PANEL31_W ;AN000;
1201
1202 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
1203 ;
1204 ;
1205 ;
1206 ;
1207 ; <R1> The quotation marks have to left-right justified
1208 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
1209 ; |---------1---------2---------3---------4---------5---------6---------7---------8
1210
1211 PANEL32 LABEL BYTE ;AN000;
1212 DB ' Continuing Installation' ;AN000;
1213 PANEL32_W EQU ($-PANEL32) ;AN000;
1214 PANEL32_L EQU ($-PANEL32)/PANEL32_W ;AN000;
1215
1216 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
1217 ;
1218 ; **************
1219 ;
1220 ;
1221 ; <R1> The quotation marks have to left-right justified
1222 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
1223 ; |---------1---------2---------3---------4---------5---------6---------7---------8
1224
1225 PANEL33 LABEL BYTE ;AN028;
1226 DB 'System does not support selected keyboard. ';AN028;
1227 PANEL33_W EQU ($-PANEL33) ;AN028;
1228 DB ' ';AN028;
1229 DB 'Press Enter to return to the Keyboard Selection';AN028;
1230 DB 'screen and choose another keyboard, or Press F3';AN028;
1231 DB 'to exit the SELECT program. ';AN028;
1232 PANEL33_L EQU ($-PANEL33)/PANEL33_W ;AN028;
1233
1234 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
1235 ;
1236 ;
1237 ;
1238 ;
1239 ; <R1> The quotation marks have to left-right justified
1240 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
1241 ; |---------1---------2---------3---------4---------5---------6---------7---------8
1242
1243 PANEL34 LABEL BYTE ;AN000;
1244 DB ' Installation Complete' ;AN000;
1245 PANEL34_W EQU ($-PANEL34) ;AN000;
1246 PANEL34_L EQU ($-PANEL34)/PANEL34_W ;AN000;
1247
1248 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
1249 ;
1250 ;
1251 ;
1252 ;
1253 ; <R1> The quotation marks have to left-right justified
1254 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
1255 ; |---------1---------2---------3---------4---------5---------6---------7---------8
1256
1257 PANEL35 LABEL BYTE ;AN028;
1258 DB 'Installation of MS-DOS 4.0 is complete. ';AN028;
1259 PANEL35_W EQU ($-PANEL35) ;AN028;
1260 DB ' ';AN028;
1261 DB ' ';AN028;
1262 DB 'Place the new STARTUP diskette in drive A and ';AC028;
1263 DB 'press Ctrl+Alt+Del to start DOS. ';AC028;
1264 DB ' ';AN028;
1265 DB 'FOR INFORMATION ON USING THE DOS SHELL, REFER TO';AC076;SEH ;AN028;
1266 DB 'THE "MS-DOS 4.0 USERS GUIDE" BOOK. ';AC076;SEH ;AN028; ;AC049;SEH
1267 PANEL35_L EQU ($-PANEL35)/PANEL35_W ;AN028;
1268
1269 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
1270 ;
1271 ;
1272 ;
1273 ;
1274 ; <R9> DO NOT TRANSLATE OR CHANGE!!!!
1275 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
1276 ; |---------1---------2---------3---------4---------5----|
1277
1278 PANEL36 LABEL BYTE ;AN000;
1279 DB '������������������������������������������������������Ŀ';AN000;
1280 PANEL36_W EQU ($-PANEL36) ;AN000;
1281 DB '� �';AN000;
1282 DB '� �';AN000;
1283 DB '� �';AN000;
1284 DB '� �';AN000;
1285 DB '� �';AN000;
1286 DB '� �';AN000;
1287 DB '� �';AN000;
1288 DB '� �';AN000;
1289 DB '� �';AN000;
1290 DB '������������������������������������������������������Ĵ';AN000;
1291 DB '� �';AN000;
1292 DB '��������������������������������������������������������';AN000;
1293 PANEL36_L EQU ($-PANEL36)/PANEL36_W ;AN000;
1294
1295 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
1296 ;
1297 ;
1298 ;
1299 ;
1300 ; <R9> DO NOT TRANSLATE OR CHANGE!!!!
1301 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
1302
1303 PANEL37 LABEL BYTE ;AN000;
1304 DB '��������������������������������������������������������������������������������';AN000;
1305 PANEL37_W EQU ($-PANEL37) ;AN000;
1306 PANEL37_L EQU ($-PANEL37)/PANEL37_W ;AN000;
1307
1308 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
1309 ;
1310 ;
1311 ;
1312 ;
1313 ; <R1> The quotation marks have to left-right justified
1314 ; <R3> The panel will be centered in an 80 column screen
1315 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
1316 ; |---------1---------2---------3---------4---------5---------6---------7---------8
1317
1318 PANEL38 LABEL BYTE ;AN000;
1319 DB 'Press Enter (\11��) to continue or Esc to Cancel' ;AN000;
1320 PANEL38_W EQU ($-PANEL38) ;AN000;
1321 PANEL38_L EQU ($-PANEL38)/PANEL38_W ;AN000;
1322
1323 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
1324 ;
1325 ;
1326 ;
1327 ;
1328 ; <R1> The quotation marks have to left-right justified
1329 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
1330 ; |---------1---------2---------3---------4---------5---------6---------7---------8
1331
1332 PANEL39 LABEL BYTE ;AN000;
1333 DB 'Printer........... ' ;AN000;
1334 PANEL39_W EQU ($-PANEL39) ;AN000;
1335 PANEL39_L EQU ($-PANEL39)/PANEL39_W ;AN000;
1336
1337 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
1338 ;
1339 ;
1340 ;
1341 ;
1342 ; <R1> The quotation marks have to left-right justified
1343 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
1344 ; |---------1---------2---------3---------4---------5---------6---------7---------8
1345
1346 PANEL40 LABEL BYTE ;AN000;
1347 DB ' F3=Exit ' ;AN000;
1348 PANEL40_W EQU ($-PANEL40) ;AN000;
1349 PANEL40_L EQU ($-PANEL40)/PANEL40_W ;AN000;
1350
1351 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
1352 ;
1353 ;
1354 ;
1355 ;
1356 ; <R1> The quotation marks have to left-right justified
1357 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
1358 ; |---------1---------2---------3---------4---------5---------6---------7---------8
1359
1360 PANEL41 LABEL BYTE ;AN000;
1361 DB 'Fixed Disk........ ' ;AC000;JW
1362 PANEL41_W EQU ($-PANEL41) ;AN000;
1363 PANEL41_L EQU ($-PANEL41)/PANEL41_W ;AN000;
1364
1365 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
1366 ;
1367 ;
1368 ;
1369 ;
1370 ; <R1> The quotation marks have to left-right justified
1371 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
1372 ; |---------1---------2---------3---------4---------5---------6---------7---------8
1373
1374 PANEL42 LABEL BYTE ;AN000;
1375 DB 'Logical Drive..... :' ;AC000;JW
1376 PANEL42_W EQU ($-PANEL42) ;AN000;
1377 PANEL42_L EQU ($-PANEL42)/PANEL42_W ;AN000;
1378
1379 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
1380 ;
1381 ;
1382 ;
1383 ;
1384 ; <R1> The quotation marks have to left-right justified
1385 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
1386 ; |---------1---------2---------3---------4---------5---------6---------7---------8
1387
1388 PANEL43 LABEL BYTE ;AN000;
1389 DB 'Press Ctrl+Alt+Del to continue with DOS installation.';AN000;
1390 PANEL43_W EQU ($-PANEL43) ;AN000;
1391 PANEL43_L EQU ($-PANEL43)/PANEL43_W ;AN000;
1392
1393 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
1394 ;
1395 ;
1396 ;
1397 ;
1398 ; <R1> The quotation marks have to left-right justified
1399 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
1400 ; |---------1---------2---------3---------4---------5---------6---------7---------8
1401
1402 PANEL44 LABEL BYTE ;AN000;
1403 DB 'Copying from OPERATING diskette . . .';AN000;
1404 PANEL44_W EQU ($-PANEL44) ;AN000;
1405 PANEL44_L EQU ($-PANEL44)/PANEL44_W ;AN000;
1406
1407 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
1408 ;
1409 ;
1410 ;
1411 ;
1412 ; <R1> The quotation marks have to left-right justified
1413 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
1414 ; |---------1---------2---------3---------4---------5---------6---------7---------8
1415
1416 PANEL45 LABEL BYTE ;AN000;
1417 DB 'Copying from INSTALL diskette . . .' ;AN000;
1418 PANEL45_W EQU ($-PANEL45) ;AN000;
1419 PANEL45_L EQU ($-PANEL45)/PANEL45_W ;AN000;
1420
1421 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
1422 ;
1423 ;
1424 ;
1425 ;
1426 ; <R1> The quotation marks have to left-right justified
1427 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
1428 ; |---------1---------2---------3---------4---------5---------6---------7---------8
1429
1430 PANEL46 LABEL BYTE ;AN000;
1431 DB 'Installation of MS-DOS 4.0 is complete. ';AN000;
1432 PANEL46_W EQU ($-PANEL46) ;AN000;
1433 DB ' ';AN076;SEH
1434 DB ' ';AN076;SEH
1435 DB 'REFER TO THE "MS-DOS 4.0 USERS GUIDE" BOOK';AC076;SEH ;AC049;SEH ;AN028;
1436 DB 'FOR INFORMATION ON USING THE DOS SHELL. ';AC076;SEH ;AN028;
1437 PANEL46_L EQU ($-PANEL46)/PANEL46_W ;AN000;
1438
1439 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
1440 ;
1441 ;
1442 ;
1443 ;
1444 ; <R1> The quotation marks have to left-right justified
1445 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
1446 ; |---------1---------2---------3---------4---------5---------6---------7---------8
1447
1448 PANEL47 LABEL BYTE ;AN000;
1449 DB 'Remove all diskettes. Press Ctrl+Alt+Del to start DOS.';AN000;
1450 PANEL47_W EQU ($-PANEL47) ;AN000;
1451 PANEL47_L EQU ($-PANEL47)/PANEL47_W ;AN000;
1452
1453 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
1454 ;
1455 ;
1456 ;
1457 ; <R1> The quotation marks have to left-right justified
1458 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
1459 ; |---------1---------2---------3---------4---------5---------6---------7---------8
1460
1461 PANEL48 LABEL BYTE ;AN000;
1462 DB 'Installation of MS-DOS 4.0 is complete. ';AN000;
1463 PANEL48_W EQU ($-PANEL48) ;AN000;
1464 DB ' ';AN000;
1465 DB ' ';AN000;
1466 DB 'To start DOS, place the STARTUP diskette in drive A';AC064;SEH;AC056;SEH ;AC000;JW
1467 DB 'and press Ctrl+Alt+Del. ';AC064;SEH;AC056;SEH ;AC000;JW
1468 DB ' ';AN000;
1469 DB 'or ';AN064;SEH;AN000;
1470 DB ' ';AN000;
1471 DB 'To start the DOS Shell, place the SHELL diskette ';AC064;SEH;AC056;SEH ;AC028;
1472 DB 'in drive A, and press Ctrl+Alt+Del. ';AC064;SEH;AC056;SEH ;AC028;
1473 DB ' ';AN064;SEH
1474 DB 'FOR INFORMATION ON USING THE DOS SHELL, REFER TO ';AC076;SEH ;AC064;SEH;AC056;SEH ;AN028;
1475 DB 'THE "MS-DOS 4.0 USERS GUIDE" BOOK. ';AC076;SEH ;AC056;SEH ;AC049;SEH ;AN028;
1476 PANEL48_L EQU ($-PANEL48)/PANEL48_W ;AN000;
1477
1478 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
1479 ;
1480 ;
1481 ;
1482 ;
1483 ; <R1> The quotation marks have to left-right justified
1484 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
1485 ; |---------1---------2---------3---------4---------5---------6---------7---------8
1486
1487 PANEL49 LABEL BYTE ;AN000;
1488 DB ' F1=Help ' ;AN000;
1489 PANEL49_W EQU ($-PANEL49) ;AN000;
1490 PANEL49_L EQU ($-PANEL49)/PANEL49_W ;AN000;
1491
1492 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
1493 ;
1494 ;
1495 ;
1496 ;
1497 ; <R1> The quotation marks have to left-right justified
1498 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
1499 ; |---------1---------2---------3---------4---------5---------6---------7---------8
1500
1501 PANEL50 LABEL BYTE ;AN000;
1502 DB ' F9=Keys ' ;AN000;
1503 PANEL50_W EQU ($-PANEL50) ;AN000;
1504 PANEL50_L EQU ($-PANEL50)/PANEL50_W ;AN000;
1505
1506 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
1507 ;
1508 ;
1509 ;
1510 ;
1511 ; <R1> The quotation marks have to left-right justified
1512 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
1513 ; |---------1---------2---------3---------4---------5---------6---------7---------8
1514
1515 PANEL51 LABEL BYTE ;AN000;
1516 DB ' Esc=Cancel ' ;AN000;
1517 PANEL51_W EQU ($-PANEL51) ;AN000;
1518 PANEL51_L EQU ($-PANEL51)/PANEL51_W ;AN000;
1519
1520 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
1521 ;
1522 ;
1523 ;
1524 ;
1525 ; <R1> The quotation marks have to left-right justified
1526 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
1527 ; |---------1---------2---------3---------4---------5---------6---------7---------8
1528
1529 PANEL52 LABEL BYTE ;AN000;
1530 DB ' Enter ' ;AN000;
1531 PANEL52_W EQU ($-PANEL52) ;AN000;
1532 PANEL52_L EQU ($-PANEL52)/PANEL52_W ;AN000;
1533
1534 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
1535 ;
1536 ; ************
1537 ;
1538 ;
1539 ; <R1> The quotation marks have to left-right justified
1540 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
1541 ; |---------1---------2---------3---------4---------5---------6---------7---------8
1542 PANEL53 LABEL BYTE ;AN000;
1543 DB 'Installation of MS-DOS 4.0 is complete. ';AN000;
1544 PANEL53_W EQU ($-PANEL53) ;AN000;
1545 DB ' ';AN000;
1546 DB 'The files AUTOEXEC.400 and CONFIG.400 have been ';AC057;SEH ;AN000;
1547 DB 'copied to your fixed disk. The files contain the';AC057;SEH ;AN000;
1548 DB 'options selected for DOS 4.0. To get the options';AC057;SEH ;AN000;
1549 DB 'selected, update your AUTOEXEC.BAT and CONFIG.SYS';AC057;SEH ;AN000;
1550 DB 'files. Refer to the "MS-DOS 4.0 Users Guide" ';AC057;SEH ;AN000;
1551 DB 'book for information on updating these files. ';AC057;SEH ;AN000;
1552 DB ' ';AC057;SEH ;AC049;SEH ;AN000;
1553 DB 'FOR INFORMATION ON USING THE DOS SHELL, REFER TO ';AC076;SEH ;AC057;SEH ;AC028;
1554 DB 'THE "MS-DOS 4.0 USERS GUIDE" BOOK. ';AC076;SEH ;AC057;SEH ;AN028;
1555 PANEL53_L EQU ($-PANEL53)/PANEL53_W ;AN000;
1556
1557 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
1558 ;
1559 ;
1560 ;
1561 ;
1562 ; <R1> The quotation marks have to left-right justified
1563 ; <R5> The width of the entry must not exceed the RULER provided.
1564 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
1565 ; |---------1---------2---------3---------4---------5-|
1566
1567 PANEL54 LABEL BYTE ;AN028;
1568 DB 'Disk write-protected ' ;AN028;
1569 PANEL54_W EQU ($-PANEL54) ;AN028;
1570 DB ' ' ;AN028;
1571 DB 'Use a non-protected diskette or remove' ;AN028;
1572 DB 'the write-protection on the diskette. ' ;AN028;
1573 PANEL54_L EQU ($-PANEL54)/PANEL54_W ;AN028;
1574
1575 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
1576 ;
1577 ;
1578 ;
1579 ;
1580 ; <R1> The quotation marks have to left-right justified
1581 ; <R5> The width of the entry must not exceed the RULER provided.
1582 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
1583 ; |---------1---------2---------3---------4---------5-|
1584
1585 PANEL55 LABEL BYTE ;AN028;
1586 DB 'Drive not ready ';AN028;
1587 PANEL55_W EQU ($-PANEL55) ;AN028;
1588 DB ' ';AN028;
1589 DB 'Reinsert the diskette and close the drive door.';AN028;
1590 DB 'Press Enter to continue. ';AN028;
1591 PANEL55_L EQU ($-PANEL55)/PANEL55_W ;AN028;
1592
1593 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
1594 ;
1595 ;
1596 ;
1597 ;
1598 ; <R1> The quotation marks have to left-right justified
1599 ; <R5> The width of the entry must not exceed the RULER provided.
1600 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
1601 ; |---------1---------2---------3---------4---------5-|
1602
1603 PANEL56 LABEL BYTE ;AN000;
1604 DB 'Defective diskette ';AN000;
1605 PANEL56_W EQU ($-PANEL56) ;AN000;
1606 DB ' ';AN028;
1607 DB 'Press Enter to retry, or Press F3 to exit SELECT.';AN000;
1608 PANEL56_L EQU ($-PANEL56)/PANEL56_W ;AN000;
1609
1610 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
1611 ;
1612 ;
1613 ;
1614 ;
1615 ; <R1> The quotation marks have to left-right justified
1616 ; <R5> The width of the entry must not exceed the RULER provided.
1617 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
1618 ; |---------1---------2---------3---------4---------5-|
1619
1620 PANEL57 LABEL BYTE ;AN000;
1621 DB 'An error occurred while installing DOS. ';AN000;
1622 PANEL57_W EQU ($-PANEL57) ;AN000;
1623 DB 'Press Enter to continue, or F3 to exit SELECT.';AN000;
1624 PANEL57_L EQU ($-PANEL57)/PANEL57_W ;AN000;
1625
1626 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
1627 ;
1628 ;
1629 ;
1630 ;
1631 ; <R1> The quotation marks have to left-right justified
1632 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
1633 ; |---------1---------2---------3---------4---------5---------6---------7---------8
1634
1635 PANEL58 LABEL BYTE ;AN000;
1636 DB 'Insert STARTUP diskette in drive B' ;AC000;JW
1637 PANEL58_W EQU ($-PANEL58) ;AN000;
1638 PANEL58_L EQU ($-PANEL58)/PANEL58_W ;AN000;
1639
1640 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
1641 ;
1642 ;
1643 ;
1644 ;
1645 ; <R1> The quotation marks have to left-right justified
1646 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
1647 ; |---------1---------2---------3---------4---------5---------6---------7---------8
1648
1649 PANEL59 LABEL BYTE ;AN000;
1650 DB 'Insert OPERATING diskette in drive A' ;AC000;JW
1651 PANEL59_W EQU ($-PANEL59) ;AN000;
1652 PANEL59_L EQU ($-PANEL59)/PANEL59_W ;AN000;
1653
1654 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
1655 ;
1656 ;
1657 ;
1658 ;
1659 ; <R1> The quotation marks have to left-right justified
1660 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
1661 ; |---------1---------2---------3---------4---------5---------6---------7---------8
1662
1663 PANEL60 LABEL BYTE ;AN000;
1664 DB 'Insert SHELL diskette in drive B' ;AC000;JW
1665 PANEL60_W EQU ($-PANEL60) ;AN000;
1666 PANEL60_L EQU ($-PANEL60)/PANEL60_W ;AN000;
1667
1668 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
1669 ;
1670 ;
1671 ;
1672 ;
1673 ; <R1> The quotation marks have to left-right justified
1674 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
1675 ; |---------1---------2---------3---------4---------5---------6---------7---------8
1676
1677 PANEL61 LABEL BYTE ;AN000;
1678 DB 'Insert INSTALL diskette in drive A' ;AC000;JW
1679 PANEL61_W EQU ($-PANEL61) ;AN000;
1680 PANEL61_L EQU ($-PANEL61)/PANEL61_W ;AN000;
1681
1682 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
1683 ;
1684 ;
1685 ;
1686 ;
1687 ; <R1> The quotation marks have to left-right justified
1688 ; <R5> The width of the entry must not exceed the RULER provided.
1689 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
1690 ; |---------1---------2---------3---------4---------5-|
1691
1692 PANEL62 LABEL BYTE ;AN000;
1693 DB 'Incorrect path ';AN000;
1694 PANEL62_W EQU ($-PANEL62) ;AN000;
1695 DB ' ';AN028;
1696 DB 'The path specified cannot be found. ';AN000;
1697 DB ' ';AN000;
1698 DB 'Correct the path and retry the command.';AN000;
1699 PANEL62_L EQU ($-PANEL62)/PANEL62_W ;AN000;
1700
1701 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
1702 ;
1703 ;
1704 ;
1705 ;
1706 ; <R1> The quotation marks have to left-right justified
1707 ; <R5> The width of the entry must not exceed the RULER provided.
1708 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
1709 ; |---------1---------2---------3---------4---------5-|
1710
1711 PANEL63 LABEL BYTE ;AN028;
1712 DB 'Missing or unreadable SELECT.PRT file ';AN028;
1713 PANEL63_W EQU ($-PANEL63) ;AN028;
1714 DB ' ';AN028;
1715 DB 'Press Enter to continue SELECT and no printers';AN028;
1716 DB 'will be defined, or Press F3 to exit SELECT. ';AN028;
1717 PANEL63_L EQU ($-PANEL63)/PANEL63_W ;AN028;
1718
1719 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
1720 ;
1721 ;
1722 ;
1723 ;
1724 ; <R1> The quotation marks have to left-right justified
1725 ; <R5> The width of the entry must not exceed the RULER provided.
1726 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
1727 ; |---------1---------2---------3---------4---------5-|
1728
1729 PANEL64 LABEL BYTE ;AN000;
1730 DB 'Printer profile information invalid ';AN000;
1731 PANEL64_W EQU ($-PANEL64) ;AN000;
1732 DB ' ';AN000;
1733 DB 'Press Enter to return to the Printer Selection';AN000;
1734 DB 'screen and choose another printer, or Press F3';AN000;
1735 DB 'to exit SELECT. ';AN000;
1736 PANEL64_L EQU ($-PANEL64)/PANEL64_W ;AN000;
1737
1738 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
1739 ;
1740 ;
1741 ;
1742 ;
1743 ; <R1> The quotation marks have to left-right justified
1744 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
1745 ; |---------1---------2---------3---------4---------5---------6---------7---------8
1746
1747 PANEL65 LABEL BYTE ;AN000;
1748 DB 'Formatting disk . . .' ;AN000;
1749 PANEL65_W EQU ($-PANEL65) ;AN000;
1750 PANEL65_L EQU ($-PANEL65)/PANEL65_W ;AN000;
1751
1752 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
1753 ;
1754 ;
1755 ;
1756 ;
1757 ; <R1> The quotation marks have to left-right justified
1758 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
1759 ; |---------1---------2---------3---------4---------5---------6---------7---------8
1760
1761 PANEL66 LABEL BYTE ;AN000;
1762 DB 'Formatting diskette in drive B . . .';AC000;JW
1763 PANEL66_W EQU ($-PANEL66) ;AN000;
1764 PANEL66_L EQU ($-PANEL66)/PANEL66_W ;AN000;
1765
1766 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
1767 ;
1768 ;
1769 ;
1770 ;
1771 ; <R9> DO NOT TRANSLATE OR CHANGE!!!!
1772 ; <R5> The width of the entry must not exceed the RULER provided.
1773 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
1774 ; |---------1---------2---------3---------4---------5-|
1775
1776 PANEL67 LABEL BYTE ;AN000;
1777 DB '���������������������������������������������������Ŀ';AN000;
1778 PANEL67_W EQU ($-PANEL67) ;AN000;
1779 DB '� �';AN000;
1780 DB '� �';AN000;
1781 DB '� �';AN000;
1782 DB '� �';AN000;
1783 DB '� �';AN000;
1784 DB '���������������������������������������������������Ĵ';AN000;
1785 DB '� �';AN000;
1786 DB '�����������������������������������������������������';AN000;
1787 PANEL67_L EQU ($-PANEL67)/PANEL67_W ;AN000;
1788
1789 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
1790 ;
1791 ;
1792 ;
1793 ;
1794 ; <R1> The quotation marks have to left-right justified
1795 ; <R5> The width of the entry must not exceed the RULER provided.
1796 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
1797 ; |---------1---------2---------3---------4---------5-|
1798
1799 PANEL68 LABEL BYTE ;AN000;
1800 DB 'Incorrect diskette ';AC030;
1801 PANEL68_W EQU ($-PANEL68) ;AN000;
1802 DB ' ';AN030;
1803 DB 'Press Enter and follow instructions on screen,';AN030;
1804 DB 'or press F3 to exit SELECT. ';AN030;
1805 PANEL68_L EQU ($-PANEL68)/PANEL68_W ;AN000;
1806
1807 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
1808 ;
1809 ;
1810 ;
1811 ;
1812 ; <R1> The quotation marks have to left-right justified
1813 ; <R5> The width of the entry must not exceed the RULER provided.
1814 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
1815 ; |---------1---------2---------3---------4---------5-|
1816
1817 PANEL69 LABEL BYTE ;AN000;
1818 DB 'An unrecoverable error occurred while installing ';AN000;
1819 PANEL69_W EQU ($-PANEL69) ;AN000;
1820 DB 'DOS. Press Enter to retry, or F3 to exit SELECT.';AN000;
1821 PANEL69_L EQU ($-PANEL69)/PANEL69_W ;AN000;
1822
1823 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
1824 ;
1825 ;
1826 ;
1827 ;
1828 ; <R1> The quotation marks have to left-right justified
1829 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
1830 ; |---------1---------2---------3---------4---------5---------6---------7---------8
1831
1832 PANEL70 LABEL BYTE ;AN000;
1833 DB 'Before proceeding, SELECT needs to make a copy of ';AN000;
1834 PANEL70_W EQU ($-PANEL70) ;AN000;
1835 DB 'the INSTALL diskette. ';AN000;
1836 DB ' ';AN000;
1837 DB 'During installation to a fixed disk, SELECT records';AN000;
1838 DB 'information to a diskette for later use in the ';AN000;
1839 DB 'installation process. Have your blank diskette, ';AN000;
1840 DB 'labeled "SELECT COPY", ready for this purpose. ';AC075;SEH
1841 DB ' ';AN000;
1842 DB 'For now, leave the INSTALL diskette in drive A and ';AC000;JW
1843 DB 'press ENTER to continue. ';AN000;
1844 PANEL70_L EQU ($-PANEL70)/PANEL70_W ;AN000;
1845
1846 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
1847 ;
1848 ;
1849 ;
1850 ;
1851 ; <R1> The quotation marks have to left-right justified
1852 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
1853 ; |---------1---------2---------3---------4---------5---------6---------7---------8
1854
1855 PANEL71 LABEL BYTE ;AN000;
1856 DB 'Remove the INSTALL diskette from drive A ' ;AN000;
1857 PANEL71_W EQU ($-PANEL71) ;AN000;
1858 DB ' ' ;AN000;
1859 DB 'Insert the SELECT COPY diskette in drive A' ;AC075;SEH
1860 PANEL71_L EQU ($-PANEL71)/PANEL71_W ;AN000;
1861
1862 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
1863 ;
1864 ;
1865 ;
1866 ;
1867 ; <R1> The quotation marks have to left-right justified
1868 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
1869 ; |---------1---------2---------3---------4---------5---------6---------7---------8
1870
1871 PANEL72 LABEL BYTE ;AN000;
1872 DB 'Remove the SELECT COPY diskette from drive A' ;AC075;SEH ;AC000;JW
1873 PANEL72_W EQU ($-PANEL72) ;AN000;
1874 DB ' ' ;AC000;JW
1875 DB 'Insert the INSTALL diskette in drive A ' ;AC000;JW
1876 PANEL72_L EQU ($-PANEL72)/PANEL72_W ;AN000;
1877
1878 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
1879 ;
1880 ;
1881 ;
1882 ;
1883 ; <R1> The quotation marks have to left-right justified
1884 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
1885 ; |---------1---------2---------3---------4---------5---------6---------7---------8
1886
1887 PANEL73 LABEL BYTE ;AN000;
1888 DB 'Copying diskette . . .' ;AN000;
1889 PANEL73_W EQU ($-PANEL73) ;AN000;
1890 PANEL73_L EQU ($-PANEL73)/PANEL73_W ;AN000;
1891
1892 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
1893 ;
1894 ;
1895 ;
1896 ;
1897 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
1898 PANEL74 LABEL BYTE ;AN010;
1899 DB 'Installation of MS-DOS 4.0 is complete. ';AN010;
1900 PANEL74_W EQU ($-PANEL74) ;AN010;
1901 DB ' ';AN010;
1902 DB 'The files AUTOEXEC.400 and CONFIG.400 have been';AN010;
1903 DB 'copied to your fixed disk. These files reflect';AN010;
1904 DB 'the options selected for DOS 4.0. ';AN010;
1905 DB ' ';AN010;
1906 DB 'To get the options selected for DOS 4.0: ';AN010;
1907 DB ' 1. Update your AUTOEXEC.BAT and CONFIG.SYS ';AN010;
1908 DB ' files ';AN010;
1909 DB ' 2. Copy DOS 4.0 system files to drive C ';AN010;
1910 DB ' ';AN010;
1911 DB 'REFER TO THE "MS-DOS 4.0 USERS GUIDE" BOOK FOR ';AC076;SEH ;AC049;SEH ;AN010;
1912 DB 'INFORMATION ON UPDATING THESE FILES AND ON ';AC076;SEH ;AN010;
1913 DB 'USING THE DOS SHELL. ';AC076;SEH ;AN028;
1914 PANEL74_L EQU ($-PANEL74)/PANEL74_W ;AN010;
1915 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
1916 ;
1917 ;
1918 ;
1919 ;
1920 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
1921 PANEL75 LABEL BYTE ;AN000;
1922 DB 'Formatting SHELL diskette . . .' ;AN000;
1923 PANEL75_W EQU ($-PANEL75) ;AN000;
1924 PANEL75_L EQU ($-PANEL75)/PANEL75_W ;AN000;
1925 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
1926 ;
1927 ;
1928 ;
1929 ;
1930 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
1931 PANEL76 LABEL BYTE ;AN000;
1932 DB 'Formatting STARTUP diskette . . .' ;AN000;
1933 PANEL76_W EQU ($-PANEL76) ;AN000;
1934 PANEL76_L EQU ($-PANEL76)/PANEL76_W ;AN000;
1935
1936 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
1937 ;
1938 ;
1939 ;
1940 ;
1941 ; <R1> The quotation marks have to left-right justified
1942 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
1943 ; |---------1---------2---------3---------4---------5---------6---------7---------8
1944
1945 PANEL77 LABEL BYTE ;AN000;
1946 DB 'Insert SELECT diskette in drive A' ;AC000;JW
1947 PANEL77_W EQU ($-PANEL77) ;AN000;
1948 PANEL77_L EQU ($-PANEL77)/PANEL77_W ;AN000;
1949
1950 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
1951 ;
1952 ;
1953 ;
1954 ;
1955 ; <R1> The quotation marks have to left-right justified
1956 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
1957 ; |---------1---------2---------3---------4---------5---------6---------7---------8
1958
1959 PANEL78 LABEL BYTE ;AN000;
1960 DB 'Insert OPERATING 1 diskette in drive A' ;AC000;JW
1961 PANEL78_W EQU ($-PANEL78) ;AN000;
1962 PANEL78_L EQU ($-PANEL78)/PANEL78_W ;AN000;
1963
1964 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
1965 ;
1966 ;
1967 ;
1968 ;
1969 ; <R1> The quotation marks have to left-right justified
1970 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
1971 ; |---------1---------2---------3---------4---------5---------6---------7---------8
1972
1973 PANEL79 LABEL BYTE ;AN000;
1974 DB 'Insert OPERATING 3 diskette in drive A' ;AC000;JW
1975 PANEL79_W EQU ($-PANEL79) ;AN000;
1976 PANEL79_L EQU ($-PANEL79)/PANEL79_W ;AN000;
1977
1978 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
1979 ;
1980 ;
1981 ;
1982 ;
1983 ; <R1> The quotation marks have to left-right justified
1984 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
1985 ; |---------1---------2---------3---------4---------5---------6---------7---------8
1986
1987 PANEL80 LABEL BYTE ;AN000;
1988 DB 'Copying files . . .' ;AN000;
1989 PANEL80_W EQU ($-PANEL80) ;AN000;
1990 PANEL80_L EQU ($-PANEL80)/PANEL80_W ;AN000;
1991
1992 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
1993 ;
1994 ;
1995 ;
1996 ;
1997 ; <R1> The quotation marks have to left-right justified
1998 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
1999 ; |---------1---------2---------3---------4---------5---------6---------7---------8
2000
2001 PANEL81 LABEL BYTE ;AN000;
2002 DB 'Insert WORKING 1 diskette in drive B' ;AC000;JW
2003 PANEL81_W EQU ($-PANEL81) ;AN000;
2004 PANEL81_L EQU ($-PANEL81)/PANEL81_W ;AN000;
2005
2006 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
2007 ;
2008 ;
2009 ;
2010 ;
2011 ; <R1> The quotation marks have to left-right justified
2012 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
2013 ; |---------1---------2---------3---------4---------5---------6---------7---------8
2014
2015 PANEL82 LABEL BYTE ;AN000;
2016 DB 'Insert OPERATING 1 diskette in drive A' ;AC000;JW
2017 PANEL82_W EQU ($-PANEL82) ;AN000;
2018 DB ' ' ;AC000;JW
2019 DB 'Insert WORKING 2 diskette in drive B ' ;AC000;JW
2020 PANEL82_L EQU ($-PANEL82)/PANEL82_W ;AN000;
2021
2022 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
2023 ;
2024 ;
2025 ;
2026 ;
2027 ; <R1> The quotation marks have to left-right justified
2028 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
2029 ; |---------1---------2---------3---------4---------5---------6---------7---------8
2030
2031 PANEL83 LABEL BYTE ;AN000;
2032 DB 'Insert OPERATING 2 diskette in drive A' ;AC000;JW
2033 PANEL83_W EQU ($-PANEL83) ;AN000;
2034 DB ' ' ;AC000;JW
2035 DB 'Insert WORKING 3 diskette in drive B ' ;AC000;JW
2036 PANEL83_L EQU ($-PANEL83)/PANEL83_W ;AN000;
2037
2038 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
2039 ;
2040 ;
2041 ;
2042 ;
2043 ; <R1> The quotation marks have to left-right justified
2044 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
2045 ; |---------1---------2---------3---------4---------5---------6---------7---------8
2046
2047 PANEL84 LABEL BYTE ;AN000;
2048 DB 'Insert OPERATING 3 diskette in drive A' ;AC000;JW
2049 PANEL84_W EQU ($-PANEL84) ;AN000;
2050 DB ' ' ;AC000;JW
2051 DB 'Insert STARTUP diskette in drive B ' ;AC000;JW
2052 PANEL84_L EQU ($-PANEL84)/PANEL84_W ;AN000;
2053
2054 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
2055 ;
2056 ;
2057 ;
2058 ;
2059 ; <R1> The quotation marks have to left-right justified
2060 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
2061 ; |---------1---------2---------3---------4---------5---------6---------7---------8
2062
2063 PANEL85 LABEL BYTE ;AN000;
2064 DB 'Insert SELECT diskette in drive A' ;AC000;JW
2065 PANEL85_W EQU ($-PANEL85) ;AN000;
2066 DB ' ' ;AC000;JW
2067 DB 'Leave STARTUP diskette in drive B' ;AC000;JW
2068 PANEL85_L EQU ($-PANEL85)/PANEL85_W ;AN000;
2069
2070 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
2071 ;
2072 ;
2073 ;
2074 ;
2075 ; <R1> The quotation marks have to left-right justified
2076 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
2077 ; |---------1---------2---------3---------4---------5---------6---------7---------8
2078
2079 PANEL86 LABEL BYTE ;AN000;
2080 DB 'Insert WORKING 1 diskette in drive A';AC000;JW
2081 PANEL86_W EQU ($-PANEL86) ;AN000;
2082 PANEL86_L EQU ($-PANEL86)/PANEL86_W ;AN000;
2083
2084 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
2085 ;
2086 ;
2087 ;
2088 ;
2089 ; <R1> The quotation marks have to left-right justified
2090 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
2091 ; |---------1---------2---------3---------4---------5---------6---------7---------8
2092
2093 PANEL87 LABEL BYTE ;AN000;
2094 DB 'Insert WORKING 2 diskette in drive A' ;AC000;JW
2095 PANEL87_W EQU ($-PANEL87) ;AN000;
2096 PANEL87_L EQU ($-PANEL87)/PANEL87_W ;AN000;
2097
2098 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
2099 ;
2100 ;
2101 ;
2102 ;
2103 ; <R1> The quotation marks have to left-right justified
2104 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
2105 ; |---------1---------2---------3---------4---------5---------6---------7---------8
2106
2107 PANEL88 LABEL BYTE ;AN000;
2108 DB 'Insert SHELL diskette in drive A' ;AC000;JW
2109 PANEL88_W EQU ($-PANEL88) ;AN000;
2110 PANEL88_L EQU ($-PANEL88)/PANEL88_W ;AN000;
2111
2112 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
2113 ;
2114 ;
2115 ;
2116 ;
2117 ; <R1> The quotation marks have to left-right justified
2118 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
2119 ; |---------1---------2---------3---------4---------5---------6---------7---------8
2120
2121 PANEL89 LABEL BYTE ;AN000;
2122 DB 'Insert STARTUP diskette in drive A' ;AC000;JW
2123 PANEL89_W EQU ($-PANEL89) ;AN000;
2124 PANEL89_L EQU ($-PANEL89)/PANEL89_W ;AN000;
2125
2126 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
2127 ;
2128 ;
2129 ;
2130 ;
2131 ; <R1> The quotation marks have to left-right justified
2132 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
2133 ; |---------1---------2---------3---------4---------5---------6---------7---------8
2134
2135 PANEL90 LABEL BYTE ;AN000;
2136 DB 'SELECT will create the following diskettes:';AN000;
2137 PANEL90_W EQU ($-PANEL90) ;AN000;
2138 DB ' (You will need 5 blank 360KB diskettes) ';AN000;
2139 DB ' ';AN000;
2140 DB ' STARTUP Starting DOS ';AN000;
2141 DB ' WORKING 1 DOS Utilities ';AC000;JW
2142 DB ' WORKING 2 More DOS Utilities ';AC000;JW
2143 DB ' WORKING 3 Other DOS Utilities '
2144 DB ' SHELL Starting SHELL (Optional)';AN000;
2145 DB ' ';AN000;
2146 DB 'Label the blank diskettes as shown, and ';AN000;
2147 DB 'then follow the display prompts. ';AN000;
2148 PANEL90_L EQU ($-PANEL90)/PANEL90_W ;AN000;
2149
2150 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
2151 ;
2152 ;
2153 ;
2154 ; <R1> The quotation marks have to left-right justified
2155 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
2156 ; |---------1---------2---------3---------4---------5---------6---------7---------8
2157
2158 PANEL91 LABEL BYTE ;AN000;
2159 DB 'Installation of MS-DOS 4.0 is complete. ';AN000;
2160 PANEL91_W EQU ($-PANEL91) ;AN000;
2161 DB ' ';AN000;
2162 DB ' ';AN000;
2163 DB 'Place the STARTUP diskette in drive A and press ';AC064;SEH;AC000;JW
2164 DB 'Ctrl+Alt+Del to start DOS. ';AC064;SEH;AC000;JW
2165 DB ' ';AN064;SEH
2166 DB 'If you want to use the DOS Shell, place the SHELL';AC064;SEH;AC028;
2167 DB 'diskette in drive A and type DOSSHELL to start ';AC064;SEH;AC028;
2168 DB 'the Shell. ';AC064;SEH;AN000;
2169 DB ' ';AN064;SEH
2170 DB 'FOR INFORMATION ON USING THE DOS SHELL, REFER TO ';AC076;SEH;AC064;SEH;AN028;
2171 DB 'THE "MS-DOS 4.0 USERS GUIDE" BOOK. ';AC076;SEH;AC064;SEH;AC049;SEH ;AN028;
2172 PANEL91_L EQU ($-PANEL91)/PANEL91_W ;AN000;
2173 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
2174 ;
2175 ;
2176 ;
2177 ;
2178 ; <R1> The quotation marks have to left-right justified
2179 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
2180 ; |---------1---------2---------3---------4---------5---------6---------7---------8
2181
2182 PANEL92 LABEL BYTE ;AN000;
2183 DB 'Insert SELECT COPY diskette in drive A' ;AC075;SEH ;AC000;JW
2184 PANEL92_W EQU ($-PANEL92) ;AN000;
2185 PANEL92_L EQU ($-PANEL92)/PANEL92_W ;AN000;
2186
2187 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
2188 ;
2189 ;
2190 ;
2191 ;
2192 ; <R1> The quotation marks have to left-right justified
2193 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
2194 ; |---------1---------2---------3---------4---------5---------6---------7---------8
2195
2196 PANEL93 LABEL BYTE ;AN000;
2197 DB 'Insert OPERATING 2 diskette in drive A' ;AC000;JW
2198 PANEL93_W EQU ($-PANEL93) ;AN000;
2199 PANEL93_L EQU ($-PANEL93)/PANEL93_W ;AN000;
2200
2201 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
2202 ;
2203 ;
2204 ; PAN_EXP_MEMORY2 EQU 108 ;AN000;JW
2205 ;
2206 ; <R1> The quotation marks have to left-right justified
2207 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
2208 ; |---------1---------2---------3---------4---------5---------6---------7---------8
2209 PANEL94 LABEL BYTE ;AN000;
2210 DB ' Expanded Memory Parameters ';AN000;
2211 PANEL94_W EQU ($-PANEL94) ;AN000;
2212 DB ' ';AN000;
2213 DB ' ';AN000;
2214 DB 'SELECT has set these values for you (if any). Press';AC000;JW
2215 DB 'Enter to accept these values or type in new values. ';AC000;JW
2216 DB ' ';AN000;
2217 DB ' ';AN000;
2218 DB ' ';AN000;
2219 DB ' ';AN000;
2220 DB ' ';AN000;
2221 DB 'XMA2EMS parameters . . . ';AN000;
2222 PANEL94_L EQU ($-PANEL94)/PANEL94_W ;AN000;
2223 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
2224 ;
2225 ;
2226 ;
2227 ;
2228 ; <R1> The quotation marks have to left-right justified
2229 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
2230 ; |---------1---------2---------3---------4---------5---------6---------7---------8
2231
2232 PANEL95 LABEL BYTE ;AN000;
2233 DB 'SELECT will create the following diskettes:' ;AN000;
2234 PANEL95_W EQU ($-PANEL95) ;AN000;
2235 DB ' (You will need 3 blank 1MB diskettes) ' ;AN000;
2236 DB ' ' ;AN000;
2237 DB ' STARTUP Starting DOS, ' ;AN000;
2238 DB ' DOS Utilities ' ;AN000;
2239 DB ' ' ;AN000;
2240 DB ' WORKING Other DOS Utilities '
2241 DB ' ' ;AN000;
2242 DB ' SHELL Starting SHELL, ' ;AN000;
2243 DB ' More DOS Utilities ' ;AN000;
2244 DB ' (Optional) ' ;AN000;
2245 DB ' ' ;AN000;
2246 DB 'Label the blank diskettes as shown, and ' ;AN000;
2247 DB 'then follow the display prompts. ' ;AN000;
2248 PANEL95_L EQU ($-PANEL95)/PANEL95_W ;AN000;
2249 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
2250 ;
2251 ;
2252 ;
2253 ;
2254 ; <R1> The quotation marks have to left-right justified
2255 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
2256 ; |---------1---------2---------3---------4---------5---------6---------7---------8
2257
2258 PANEL96 LABEL BYTE ;AN000;
2259 DB 'SELECT will create the following diskette:' ;AN000;
2260 PANEL96_W EQU ($-PANEL96) ;AN000;
2261 DB ' (You will need 1 blank 2MB diskette) ' ;AC052;SEH ;AN000;
2262 DB ' ' ;AN000;
2263 DB ' STARTUP Starting DOS and SHELL, ' ;AC000;JW
2264 DB ' DOS Utilities ' ;AN000;
2265 DB ' ' ;AN000;
2266 DB 'Label the blank diskette as shown, and ' ;AN000;
2267 DB 'then follow the display prompts. ' ;AN000;
2268 PANEL96_L EQU ($-PANEL96)/PANEL96_W ;AN000;
2269
2270 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
2271 ;
2272 ;
2273 ;
2274 ;
2275 ; <R1> The quotation marks have to left-right justified
2276 ; <R5> The width of the entry must not exceed the RULER provided.
2277 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
2278 ; |---------1---------2---------3---------4---------5-|
2279
2280 PANEL97 LABEL BYTE ;AN060;
2281 DB 'Incorrect diskette ';AC060;
2282 PANEL97_W EQU ($-PANEL97) ;AN060;
2283 DB ' ';AN060;
2284 DB 'Insert the INSTALL diskette in drive A. Press';AN060;
2285 DB 'Enter to continue or F3 to exit SELECT. ';AN060;
2286 PANEL97_L EQU ($-PANEL97)/PANEL97_W ;AN060;
2287
2288 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
2289 ;
2290 ;
2291 ;
2292 ;
2293 ; <R1> The quotation marks have to left-right justified
2294 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
2295 ; |---------1---------2---------3---------4---------5---------6---------7---------8
2296
2297 PANEL98 LABEL BYTE
2298 DB ' MS-DOS Shell Option '
2299 PANEL98_W EQU ($-PANEL98)
2300 DB ' '
2301 DB ' '
2302 DB 'SELECT can install the MS-DOS Shell on the system '
2303 DB 'being set up. Indicate whether you want to do this.'
2304 DB ' '
2305 DB ' '
2306 DB 'Choose an option: '
2307 PANEL98_L EQU ($-PANEL98)/PANEL98_W
2308 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
2309 ;
2310 ;
2311 ;
2312 ;
2313 ; <R1> The quotation marks have to left-right justified
2314 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
2315 ; |---------1---------2---------3---------4---------5---------6---------7---------8
2316
2317 PANEL99 LABEL BYTE ;AN000;
2318 DB 'Insert WORKING diskette in drive A' ;AC000;JW
2319 PANEL99_W EQU ($-PANEL99) ;AN000;
2320 PANEL99_L EQU ($-PANEL99)/PANEL99_W ;AN000;
2321 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
2322 ;
2323 ;
2324 ;
2325 ;
2326 ; <R1> The quotation marks have to left-right justified
2327 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
2328 ; |---------1---------2---------3---------4---------5---------6---------7---------8
2329
2330 PANEL100 LABEL BYTE ;AN000;
2331 DB 'Insert MS-DOS SHELL diskette in drive A' ;AC000;JW
2332 PANEL100_W EQU ($-PANEL100) ;AN000;
2333 PANEL100_L EQU ($-PANEL100)/PANEL100_W ;AN000;
2334 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
2335 ;
2336 ;
2337 ;
2338 ;
2339 ; <R1> The quotation marks have to left-right justified
2340 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
2341 ; |---------1---------2---------3---------4---------5---------6---------7---------8
2342
2343 PANEL101 LABEL BYTE
2344 DB 'Insert MS-DOS SHELL diskette in drive A'
2345 PANEL101_W EQU ($-PANEL101)
2346 DB ' '
2347 DB 'Insert SHELL diskette in drive B '
2348 PANEL101_L EQU ($-PANEL101)/PANEL101_W
2349 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
2350 ;
2351 ;
2352 ;
2353 ;
2354 ; <R1> The quotation marks have to left-right justified
2355 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
2356 ; |---------1---------2---------3---------4---------5---------6---------7---------8
2357
2358 PANEL102 LABEL BYTE ;AN000;
2359 DB 'Insert OPERATING diskette in drive A' ;AC000;JW
2360 PANEL102_W EQU ($-PANEL102) ;AN000;
2361 DB ' ' ;AC000;JW
2362 DB 'Insert WORKING diskette in drive B ' ;AC000;JW
2363 PANEL102_L EQU ($-PANEL102)/PANEL102_W ;AN000;
2364 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
2365 ;
2366 ;
2367 ;
2368 ;
2369 ; <R1> The quotation marks have to left-right justified
2370 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
2371 ; |---------1---------2---------3---------4---------5---------6---------7---------8
2372
2373 PANEL103 LABEL BYTE ;AN000;
2374 DB 'Insert WORKING 3 diskette in drive A' ;AC000;JW
2375 PANEL103_W EQU ($-PANEL103) ;AN000;
2376 PANEL103_L EQU ($-PANEL103)/PANEL103_W ;AN000;
2377
2378
2379
2380 ENDIF
2381 \1a