中国DOS联盟论坛

China DOS Union

-- Unite DOS · Advance DOS · Grow DOS --
Union site: www.cn-dos.net Forum site: www.cn-dos.net/forum
Guest | Log in | Register | Members | Search | China DOS Union
中国DOS联盟论坛
The time now is 2026-09-06 06:17
47,812 topics / 349,914 posts / today 0 new / 48,268 members
DOS启动盘 & LOGO技术 (启动盘室) » DOS Logo Screen
Printable Version  19,882 / 68
Floor1 dosz Posted 2005-10-29 23:08
中级用户 Posts 188 Credits 396 From 上海
The following is the translation:

;MS-DOS 7.10系统配置文件
;(C)版权所有微软公司


自动扫描=0
启动延迟=2
启动图形界面=0
启动菜单=0
启动多操作系统=0
启动警告=0
双倍空间=0
禁用日志=1
双缓冲=0
驱动器空间=0
标志=1
系统注册表=0

;仅为与Windows 9x图形界面兼容:


Windows目录=.
Windows启动目录=.
主机Windows启动驱动器=A

[最后编辑者dosz于2005-10-29 23:10]

It should be noted that I'm not sure exactly which items should be deleted as it depends on specific usage needs. But the above is the translation of the given content.
Floor2 不得不爱 Posted 2005-10-30 09:33
超级版主 Posts 2,044 Credits 5,310 From 四川南充
If MS-DOS 7.10 is not based on WINDOWS, you can delete all the MSDOS.sys files!
Floor3 dosz Posted 2005-10-30 10:17
中级用户 Posts 188 Credits 396 From 上海
I mean, in DOS, apart from Logo=1, which items are irrelevant to the LOGO screen
Floor4 不得不爱 Posted 2005-10-30 10:41
超级版主 Posts 2,044 Credits 5,310 From 四川南充
It seems that except for Logo=1 in DOS, those other items have nothing to do with the LOGO screen!
Floor5 dosz Posted 2007-02-20 08:13
中级用户 Posts 188 Credits 396 From 上海
Originally posted by Must Love at 2005-10-30 10:41:
It seems that except for Logo=1 in DOS, all those items have nothing to do with the LOGO screen!


The answer is completely wrong
Floor6 fastslz Posted 2007-02-20 09:32
铂金会员 Posts 2,315 Credits 5,493 From 上海
WinDir=C:\WINDOWS
WinBootDir=C:\WINDOWS
Indicate the installation path of Win98

HostWinBootDrv=C
Indicate the boot disk of Win98


BootMulti=1
Indicate whether to use the multi-boot menu (here the multi-boot only has Win98 and DOS, not referring to Win98 and Win2000) Note: If the C drive is in FAT32 file system, then the multi-boot menu will not appear.
1 means use, 0 means not use
Default value: 1

BootGUI=1
Indicate whether to automatically start the graphical user interface (that is, Win98)
1 means use, 0 means not use
Default value: 1

DoubleBuffer=1
Set whether to use double buffering before entering Win98. It is only effective if the system uses SCSI interface, otherwise it is of no practical significance.
1 means use, 0 means not use
Default value: 1

AutoScan=1
Set whether to scan the hard disk after restarting after an illegal shutdown (strongly recommend using 1, so as to avoid premature aging of the hard disk)
1 means use, 0 means not use, 2 means scan every time it starts
Default value: 1

WinVer=4.10.2222
Windows version

BootWin=1
Set whether to automatically boot to Win98
1 means use, 0 means not use
Default value: 1

DrvSpace=1
DblSpace=1
Set whether to load dblspace.bin drvspace.bin files. If your hard disk is not compressed by DoubleSpace or DriveSpace, then it is of no significance here.

LOGO=1
Set whether to enable the boot screen
1 means use, 0 means not use
Default value: 1

BootDelay=2
Set how many seconds you have to press keys like F8

BootMenuDefault=1
Set where the cursor of the boot menu is placed by default
Here 1 represents the first item: Normal
The remaining numbers and meanings are
2 Logged(Bootlog.txt) Create Bootlog.txt file when starting, generally used to find system problems
3 Safe mode Win98's safe mode
4 Step-by-Step confirmation Step-by-step startup (manually load processes)
5 Command prompt only Use DOS
6 Safe mode command prompt only Only execute command.com
7 Previous Version of MS-DOS This item will only be available if the C drive is in FAT16 file system, indicating using the old DOS

BootMenuDelay=30
Indicate how many seconds the boot menu is delayed
Default value: 30

BootMenu=0
Set whether to display the boot menu
1 means use, 0 means not use
Default value: 0

DisableLog=0
Set whether to appear the prompt when the desktop appears in safe mode
1 means use, 0 means not use
Default value: 1

BootKeys=1
Set whether to use function keys like F8
1 means use, 0 means not use
Default value: 1

BootSafe=1
Set whether to force to enter safe mode
1 means use, 0 means not use
Default value: 1

Bootfailsafe=1
Whether to allow entering safe mode
1 means use, 0 means not use
Default value: 1

Bootwarn=1
Whether to appear the warning dialog box after entering safe mode
1 means use, 0 means not use
Default value: 1

network=1
If it is 1 and there is a network card installed, the boot menu will add the Safe mode with Network support option
0 means the above option does not appear.

loadtop=1
Let command.com and dnspace.bin reside in the top of conventional memory
1 means use, 0 means force
Default value: 1

[ Last edited by fastslz on 2007-2-19 at 09:34 PM ]
Floor7 pygajzlh Posted 2007-02-21 01:34
初级用户 Posts 23 Credits 51 From 山西
Thanks
Floor8 0451lym Posted 2007-02-22 00:15
高级用户 Posts 357 Credits 760
The most straightforward way, but variables still need to be cleared. After entering the system, just use SET by yourself!

[Paths]
WinDir=A:
[Options]
Logo=1
Floor9 dosz Posted 2007-02-26 00:46
中级用户 Posts 188 Credits 396 From 上海
Originally posted by 0451lym at 2007-2-22 00:15:


WinDir=A:

Logo=1


In fact, the answer on the 8th floor here is the most in line with the meaning of the question
Floor10 dosz Posted 2007-02-26 01:00
中级用户 Posts 188 Credits 396 From 上海
;SYS

Logo=1
SystemReg=0


windir=.

This should be an ideal file for the DOS LOGO screen.
It has the least number of characters and no error messages.
Of course, it is better if the two files himem.sys and ifshlp.sys are stored in the root directory of the DOS boot disk.

If there is no "SystemReg=0" segment or the two files himem.sys and ifshlp.sys are missing, the LOGO screen can be displayed but there will be error messages.
If there is no "Logo=1" or "windir=." segment, the LOGO screen will not be displayed.

[ Last edited by dosz on 2007-2-26 at 01:01 AM ]

Attachments
DOS_LOGO画面.part1.rar (190 KiB)
DOS_LOGO画面.part2.rar (23.24 KiB)
Floor11 yjhyxing Posted 2007-03-09 08:43
初级用户 Posts 21 Credits 24 From 广东
Read posts and reply, develop a good habit.

[ Last edited by yjhyxing on 2007-3-8 at 08:05 PM ]
Floor12 wlnwcn Posted 2007-03-09 14:21
初级用户 Posts 12 Credits 28
Got it, thanks for sharing.
Floor13 wzsunlight Posted 2007-03-13 02:46
初级用户 Posts 52 Credits 107
Floor14 ggaadd Posted 2007-03-13 13:33
初级用户 Posts 10 Credits 126
Is there a ready-made one?
Floor15 sbyguli Posted 2007-03-15 05:43
新手上路 Posts 10 Credits 18
Thanks for the materials from floor 8. Been searching for a long time.
1 2 3 45  Next
[ Contact the Union admin team - 中国DOS联盟 - Standard version ]
Sponsored by ifanr Inc | © 2001–2023