1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
|
EGA.INI/VGA.INI
**************** WARNING ********************
This file may contain lines with more than 256
characters. Some editors will truncate or split
these lines. If you are not sure whether your
editor can handle long lines, exit now without
saving the file.
Note: The editor which is invoked by the
MS-DOS 5.0 EDIT command can be used
to edit this file.
**************** NOTE ***********************
Everything up to the first left square bracket
character is considered a comment.
***********************************************
[savestate]
screenmode = text
resolution = low
startup = filemanager
filemanagermode = shared
sortkey = name
pause = disabled
explicitselection = disabled
swapmouse = disabled
tasklist = disabled
switching = disabled
[programstarter]
currentcolor = Ocean
filemanager = enabled
command = enabled
group =
{
program =
{
command = COMMAND
title = Command Prompt
help = Starts the MS-DOS command prompt where you can type any MS-DOS command.^m^mTo return to MS-DOS Shell from the command line:^m^m1. Type exit^m2. Press ENTER.^m^mRelated Topic^m " More on Command Prompt "~$129~
pause = disabled
}
program =
{
command = EDIT %1
title = Editor
help = Starts MS-DOS Editor, a text editor you can use to create and modify text files. After you choose Editor, you can specify the file you want to work with in a dialog box.^m^mRelated Topic^m " More on Editor "~$130~
pause = disabled
dialog =
{
title = File to Edit
info = Enter the name of the file to edit. To start MS-DOS Editor without opening a file, press ENTER.
prompt = File to edit?
parameter = %1
}
}
program =
{
command = QBASIC %1
title = MS-DOS QBasic
help = Starts MS-DOS QBasic, a programming environment you can use to create, modify, run, and debug programs. After you choose MS-DOS QBasic, you can specify the file you want to work with in a dialog box.^m^mRelated Topic^m " More on MS-DOS QBasic "~$131~
pause = disabled
dialog =
{
title = MS-DOS QBasic File
info = Enter the name of a QBasic program. To start without opening a program, press ENTER.
prompt = QBasic File?
parameter = %1
}
}
group =
{
title = Disk Utilities
help = Displays program items you can choose to manage your disks. You can also choose to open the Main group or any group you may have added.
program =
{
command = diskcopy %1
title = Disk Copy
pause = enabled
dialog =
{
title = Disk Copy
info = Enter the source and destination drives.
prompt = Parameters . . .
default = a: b:
parameter = %1
}
help = Temporarily leaves MS-DOS Shell to copy the contents of a floppy disk to another floppy disk. After you choose Disk Copy, a dialog box suggests parameters and switches you can either accept or replace.^m^mRelated Topic^m " More on Disk Copy "~$132~
}
program =
{
command = backup %1
title = Backup Fixed Disk
pause = enabled
dialog =
{
title = Backup Fixed Disk
info = Enter the source and destination drives.
prompt = Parameters . . .
default = c:\*.* a: /s
parameter = %1
}
help = Temporarily leaves MS-DOS Shell to copy files from one disk to another. After you choose Backup Fixed Disk, a dialog box suggests parameters and switches you can either accept or replace.^m^mRelated Topic^m " More on Backup Fixed Disk "~$133~
}
program =
{
command = restore %1
title = Restore Fixed Disk
pause = enabled
dialog =
{
title = Restore Fixed Disk
info = Enter the source and destination drives.
prompt = Parameters . . .
parameter = %1
}
help = Temporarily leaves MS-DOS Shell to restore files that were backed up. After you choose Restore Fixed Disk, a dialog box suggests parameters and switches you can either accept or replace.^m^mRelated Topic^m " More on Restore Fixed Disk "~$134~
}
program =
{
command = format %1 /q
title = Quick Format
pause = enabled
dialog =
{
title = Quick Format
info = Enter the drive to quick format.
prompt = Parameters . . .
default = a:
parameter = %1
}
help = Temporarily leaves MS-DOS Shell to prepare a disk to accept MS-DOS files. After you choose Quick Format, a dialog box suggests parameters and switches you can either accept or replace.^m^mRelated Topic^m " More on Quick Format "~$136~
screenmode = text
alttab = enabled
altesc = enabled
ctrlesc = enabled
prevent = enabled
}
program =
{
command = format %1
title = Format
pause = enabled
dialog =
{
title = Format
info = Enter the drive to format.
prompt = Parameters . . .
default = a:
parameter = %1
}
help = Temporarily leaves MS-DOS Shell to prepare a disk to accept MS-DOS files. After you choose Format, a dialog box suggests parameters and switches you can either accept or replace.^m^mRelated Topic^m " More on Format "~$135~
}
program =
{
command = undelete %1
title = Undelete
help = Recovers deleted files.^m^mWARNING: If your disk is full or if you are using task swapping, using this program item may render some deleted files unrecoverable.^m^mRelated Procedure^m " Restoring Deleted Files "~I155~
pause = enabled
dialog =
{
title = Undelete
info = WARNING! This action may cause the permanent loss of some deleted files. Press F1 for more information.
prompt = Parameters . . .
default = /LIST
parameter = %1
}
screenmode = text
alttab = enabled
altesc = enabled
ctrlesc = enabled
prevent = enabled
}
}
}
color =
{
selection =
{
title = Basic Blue
foreground =
{
base = black
highlight = brightwhite
selection = brightwhite
alert = brightred
menubar = black
menu = black
disabled = white
accelerator = cyan
dialog = black
button = black
elevator = white
titlebar = black
scrollbar = brightwhite
borders = black
drivebox = black
driveicon = black
cursor = black
}
background =
{
base = brightwhite
highlight = blue
selection = black
alert = brightwhite
menubar = white
menu = brightwhite
disabled = brightwhite
accelerator = brightwhite
dialog = brightwhite
button = white
elevator = white
titlebar = white
scrollbar = black
borders = brightwhite
drivebox = brightwhite
driveicon = brightwhite
cursor = brightblack
}
}
selection =
{
title = Ocean
foreground =
{
base = black
highlight = brightwhite
selection = brightwhite
alert = brightwhite
menubar = black
menu = black
disabled = white
accelerator = brightwhite
dialog = black
button = black
elevator = white
titlebar = black
scrollbar = brightwhite
borders = black
drivebox = black
driveicon = black
cursor = black
}
background =
{
base = brightwhite
highlight = blue
selection = black
alert = white
menubar = cyan
menu = cyan
disabled = cyan
accelerator = cyan
dialog = cyan
button = brightwhite
elevator = white
titlebar = white
scrollbar = black
borders = black
drivebox = brightwhite
driveicon = brightwhite
cursor = brightcyan
}
}
selection =
{
title = Monochrome-2 Colors
foreground =
{
base = black
highlight = white
selection = white
alert = black
menubar = black
menu = black
disabled = white
accelerator = white
dialog = black
button = white
elevator = black
titlebar = white
scrollbar = white
borders = black
drivebox = black
driveicon = black
}
background =
{
base = white
highlight = black
selection = black
alert = white
menubar = white
menu = white
disabled = white
accelerator = black
dialog = white
button = black
elevator = white
titlebar = black
scrollbar = black
borders = black
drivebox = white
driveicon = white
}
}
selection =
{
title = Monochrome-4 Colors
foreground =
{
base = black
highlight = brightwhite
selection = brightwhite
alert = black
menubar = black
menu = black
disabled = white
accelerator = brightwhite
dialog = black
button = black
elevator = white
titlebar = black
scrollbar = brightwhite
borders = black
drivebox = black
driveicon = black
cursor = black
}
background =
{
base = brightwhite
highlight = brightblack
selection = brightblack
alert = brightwhite
menubar = brightwhite
menu = white
disabled = white
accelerator = brightblack
dialog = brightwhite
button = white
elevator = white
titlebar = white
scrollbar = black
borders = black
drivebox = brightwhite
driveicon = brightwhite
cursor = black
}
}
selection =
{
title = Reverse
foreground =
{
base = white
highlight = black
selection = black
alert = white
menubar = white
menu = white
disabled = black
accelerator = black
dialog = white
button = black
elevator = white
titlebar = black
scrollbar = black
borders = white
drivebox = white
driveicon = white
}
background =
{
base = black
highlight = white
selection = white
alert = black
menubar = black
menu = black
disabled = black
accelerator = white
dialog = black
button = white
elevator = black
titlebar = white
scrollbar = white
borders = black
drivebox = black
driveicon = black
}
}
selection =
{
title = Hot Pink
foreground =
{
base = black
highlight = brightwhite
selection = brightwhite
alert = brightmagenta
menubar = black
menu = black
disabled = white
accelerator = magenta
dialog = black
button = brightwhite
elevator = white
titlebar = brightwhite
scrollbar = brightwhite
borders = black
drivebox = black
driveicon = black
cursor = black
}
background =
{
base = brightwhite
highlight = brightmagenta
selection = magenta
alert = brightwhite
menubar = brightwhite
menu = brightwhite
disabled = brightwhite
accelerator = brightwhite
dialog = brightwhite
button = magenta
elevator = white
titlebar = magenta
scrollbar = black
borders = black
drivebox = brightwhite
driveicon = brightwhite
cursor = brightred
}
}
selection =
{
title = Emerald City
foreground =
{
base = black
highlight = black
selection = brightwhite
alert = green
menubar = black
menu = black
disabled = white
accelerator = green
dialog = black
button = brightwhite
elevator = white
titlebar = brightwhite
scrollbar = brightwhite
borders = black
drivebox = black
driveicon = black
cursor = black
}
background =
{
base = brightwhite
highlight = brightgreen
selection = green
alert = brightwhite
menubar = brightwhite
menu = brightwhite
disabled = brightwhite
accelerator = brightwhite
dialog = brightwhite
button = green
elevator = white
titlebar = green
scrollbar = black
borders = black
drivebox = brightwhite
driveicon = brightwhite
cursor = brightcyan
}
}
selection =
{
title = Turquoise
foreground =
{
base = black
highlight = brightwhite
selection = brightwhite
alert = brightred
menubar = brightwhite
menu = black
disabled = white
accelerator = white
dialog = black
button = black
elevator = white
titlebar = black
scrollbar = brightwhite
borders = black
drivebox = black
driveicon = black
cursor = black
}
background =
{
base = brightwhite
highlight = brightblue
selection = black
alert = brightwhite
menubar = brightcyan
menu = brightcyan
disabled = brightcyan
accelerator = brightcyan
dialog = brightcyan
button = brightwhite
elevator = white
titlebar = white
scrollbar = black
borders = black
drivebox = brightwhite
driveicon = brightwhite
cursor = cyan
}
}
}
associations =
{
association =
{
program = EDIT
extension = TXT
}
association =
{
program = QBASIC /run
extension = BAS
}
}
|