|
ebing
初级用户
 
积分 130
发帖 12
注册 2003-10-22
状态 离线
|
『楼 主』:
【请教】如何将“MsDos××× v7.1”这样的标题改成自己的?
使用 LLM 解释/回答一下
小弟对Dos的研究不透,谢谢各位不吝赐教!
Little brother doesn't understand DOS research well, thank you everyone for not being stingy with your advice!
|
|
2006-6-22 13:50 |
|
|
不得不爱
超级版主
         我爱DOS
积分 5310
发帖 2044
注册 2005-9-26 来自 四川南充
状态 离线
|
|
2006-6-22 13:59 |
|
|
ebing
初级用户
 
积分 130
发帖 12
注册 2003-10-22
状态 离线
|
『第 3 楼』:
使用 LLM 解释/回答一下
是的,版本号和名称。谢谢版主!
Yes, the version number and name. Thanks moderator!
|
|
2006-6-22 14:55 |
|
|
fastslz
铂金会员
       DOS一根葱
积分 5493
发帖 2315
注册 2006-5-1 来自 上海
状态 离线
|
『第 4 楼』:
使用 LLM 解释/回答一下
更改版本号有必要吗?
修改COMMAND.COM成MS-DOS 9.0,内核还是7.1的
DIR名称就简单了,批处理最后echo XXX MS-DOS XXX
Is it necessary to change the version number? Modify COMMAND.COM to MS-DOS 9.0, and the kernel is still 7.1. The DIR name is simple, and at the end of the batch processing, echo XXX MS-DOS XXX
|
|
2006-6-22 15:05 |
|
|
ebing
初级用户
 
积分 130
发帖 12
注册 2003-10-22
状态 离线
|
『第 5 楼』:
使用 LLM 解释/回答一下
请问如何修改COMMAND.COM。我不是想要改版本号,是想把它改为自己的信息。谢谢!
May I ask how to modify COMMAND.COM. I don't want to change the version number, but to change it to my own information. Thank you!
|
|
2006-6-22 17:22 |
|
|
不得不爱
超级版主
         我爱DOS
积分 5310
发帖 2044
注册 2005-9-26 来自 四川南充
状态 离线
|
|
2006-6-22 17:53 |
|
|
ebing
初级用户
 
积分 130
发帖 12
注册 2003-10-22
状态 离线
|
『第 7 楼』:
使用 LLM 解释/回答一下
用EDIT编辑吗?或者有没有办法让它启动完后不显示DOS版本号?
Is it edited with EDIT? Or is there any way to make it not display the DOS version number after starting?
|
|
2006-6-22 17:59 |
|
|
不得不爱
超级版主
         我爱DOS
积分 5310
发帖 2044
注册 2005-9-26 来自 四川南充
状态 离线
|
|
2006-6-22 18:12 |
|
|
Alan666
初级用户
 
积分 136
发帖 48
注册 2005-10-15
状态 离线
|
|
2006-6-22 21:23 |
|
|
electronixtar
铂金会员
      
积分 7493
发帖 2672
注册 2005-9-2
状态 离线
|
『第 10 楼』:
使用 LLM 解释/回答一下
1.UltraEdit 记得以前论坛上有一个假冒的DOS LongHorn就是用UltraEdit改command.com骗人的
2.有一个好东东叫edit2.exe,在论坛上搜索看看
1. UltraEdit I remember there was a fake DOS LongHorn on the previous forum that used UltraEdit to modify command.com to deceive people.
2. There is a good thing called edit2.exe, search for it on the forum.
|

C:\>BLOG http://initiative.yo2.cn/
C:\>hh.exe ntcmds.chm::/ntcmds.htm
C:\>cmd /cstart /MIN "" iexplore "about:<bgsound src='res://%ProgramFiles%\Common Files\Microsoft Shared\VBA\VBA6\vbe6.dll/10/5432'>" |
|
2006-6-22 21:59 |
|
|
ebing
初级用户
 
积分 130
发帖 12
注册 2003-10-22
状态 离线
|
『第 11 楼』:
使用 LLM 解释/回答一下
很多人做的DOS启动盘启动后就显示他们自己的信息,而且把ccommand.com换了也没用的。我不明白为什么?
Many people's DOS boot disks, after booting, display their own information, and it doesn't work even if they replace ccommand.com. I don't understand why.
|
|
2006-6-23 09:14 |
|
|
不得不爱
超级版主
         我爱DOS
积分 5310
发帖 2044
注册 2005-9-26 来自 四川南充
状态 离线
|
|
2006-6-23 09:26 |
|
|
ebing
初级用户
 
积分 130
发帖 12
注册 2003-10-22
状态 离线
|
『第 13 楼』:
使用 LLM 解释/回答一下
Originally posted by qwe1234567 at 2006-6-23 09:26 AM:
显示他们自己的信息是在AUTOEXEC。BAT或者由AUTOEXEC。BAT启动的BAT文件里加入:ECHO 信息 就可以显示他们自己的信息!
首先非常感谢版主的热心帮助!这个我知道,这样做了后最上面一行还是原来的版本信息,只是下面多了自己的信息而已。我看了别人的也不是用的“ECHO 信息”,但启动后在显示版本信息的地方直接就显示他们自己的信息。auto和config文件里是没有这些信息的,可定是自己编辑了哪个文件。
Originally posted by qwe1234567 at 2006-6-23 09:26 AM:
Display their own information is to add in AUTOEXEC.BAT or in the BAT file started by AUTOEXEC.BAT: ECHO message to display their own information!
First of all, I would like to thank the moderator for the enthusiastic help! I know this. After doing this, the original version information is still on the top line, and only their own information is added below. I saw that others are not using "ECHO message", but when starting, their own information is directly displayed in the place where the version information is displayed. There is no such information in the auto and config files, so it must be that they edited a certain file themselves.
|
|
2006-6-23 14:04 |
|
|
fastslz
铂金会员
       DOS一根葱
积分 5493
发帖 2315
注册 2006-5-1 来自 上海
状态 离线
|
『第 14 楼』:
使用 LLM 解释/回答一下
Originally posted by ebing at 2006-6-23 14:04:
我看了别人的也不是用的“ECHO 信息”
这个也不好说,排除在批处理中CALL其他批处理文件,要显示自己的信息方法还有很多,TYPE、WBAT、QECHO、WRITEXT、READ,还是有TM生成的可执行文本.....实在是太多了
Last edited by fastslz on 2006-6-23 at 16:45 ]
Originally posted by ebing at 2006-6-23 14:04:
I saw that others didn't use "ECHO message" either.
It's hard to say. Excluding calling other batch files in the batch process, there are many other methods to display your own messages, such as TYPE, WBAT, QECHO, WRITEXT, READ, and there are also TM-generated executable texts..... There are really too many.
Last edited by fastslz on 2006-6-23 at 16:45 ]
|
|
2006-6-23 16:44 |
|