|
本是
银牌会员
    
积分 2221
发帖 789
注册 2005-1-27
状态 离线
|
『第 121 楼』:
使用 LLM 解释/回答一下
Originally posted by coolboy163 at 2005-12-26 11:50:
刚用了下新版的,功能强大了很多!
汇编,忘完了,以前大学开过一个学期,不过没用心学,惭愧!看大家讨论,真插不上嘴了,不过我会一直支持堮..
有好东西,别忘了网上的朋友,可以的话,发贴或发邮件吧!
Originally posted by coolboy163 at 2005-12-26 11:50:
Just used the new version, and it's much more powerful!
Assembly language, I've forgotten it all. I took a semester of it in college, but I didn't study hard, ashamed! Watching everyone discuss, I really can't chime in, but I will always support...
If you have something good, don't forget online friends. If possible, post or send an email!
|

my major is english----my love is dos----my teacher is the buddha----my friends--how about U |
|
2005-12-26 14:20 |
|
|
chujiafu
银牌会员
    
积分 1337
发帖 594
注册 2004-5-26 来自 安徽 宿州
状态 离线
|
『第 122 楼』:
使用 LLM 解释/回答一下
惭愧呀,我也是个高级用户,但和本是比起来……
Ashamed, I'm also an advanced user, but compared with Ben Shi...
|
|
2005-12-26 17:48 |
|
|
coolboy163
初级用户
 
积分 176
发帖 74
注册 2005-11-7
状态 离线
|
『第 123 楼』:
使用 LLM 解释/回答一下
我做的那个PXE东西,有人在测试时发先问题,我分析了下,应该是“本是”这个汉字驱动的问题。
问题:
“部分液晶无法通过测试,表现为FV:78.2(超出范围)。。。。”
在CRT上没有出现此问题,因为没条件测试,所以发上来,看看大家遇到过这样的问题没?
The PXE thing I made, someone found a problem during testing. I analyzed it and it should be the problem of the Chinese character driver "本是".
Problem:
"Some liquid crystals cannot pass the test, showing FV: 78.2 (out of range)... "
There is no such problem on CRT. Since there is no condition for testing, I post it here to see if everyone has encountered such a problem before?
|
|
2005-12-27 10:02 |
|
|
本是
银牌会员
    
积分 2221
发帖 789
注册 2005-1-27
状态 离线
|
『第 124 楼』:
使用 LLM 解释/回答一下
Originally posted by coolboy163 at 2005-12-27 10:02:“部分液晶无法通过测试...
这个问题网友yaya在"不加载汉字系统也可以显示汉字?"( http://www.cn-dos.net/forum/viewthread.php?tid=6916&fpage=1&highlight=&page=4)第56楼曾有汇报如下:
在使用液晶显示屏的计算机上启动时显示“输入频率超出范围”,
不能显示正常内容。在一般计算机上使用正常。
但后来没有其它朋友反馈更多信息,而我本人也未用液晶屏,所以当时考虑之后,暂时采用美观的类汉字系统显示风格。现在coolboy163再次上报同样问题,现给出补救办法,只要改动设计程序时已经预留的一个字节就可以了,而且是以程序的形式,完全自动化--用户只要在DOS命令提示符后打入如下命令(假设要改动的文件名为xxxx.EXE):
4LCD xxxx.EXE
就一切OK了。程序运行结果有中英文提示。
Originally posted by coolboy163 at 2005-12-27 10:02: "Some liquid crystal displays cannot pass the test...
This problem was reported by netizen yaya in " Can Chinese characters be displayed without loading a Chinese character system?" ( http://www.cn-dos.net/forum/viewthread.php?tid=6916&fpage=1&highlight=&page=4) on floor 56 as follows:
When starting up on a computer with a liquid crystal display, it displays "Input frequency out of range" and cannot display normal content. It works normally on a general computer.
But later no other friends provided more information, and I myself did not use a liquid crystal display, so after considering it at that time, I temporarily adopted an aesthetically pleasing Chinese character system display style. Now coolboy163 reports the same problem again. Here is the remedy: just change one byte that was already reserved when designing the program, and it is in the form of a program, fully automated - users only need to enter the following command after the DOS command prompt (assuming the file name to be changed is xxxx.EXE):
4LCD xxxx.EXE
Then everything is OK. The program operation results have Chinese and English prompts.
附件
1: 4LCD.RAR (2005-12-27 12:47, 1.8 KiB, 下载附件所需积分 1 点
,下载次数: 43)
|

my major is english----my love is dos----my teacher is the buddha----my friends--how about U |
|
2005-12-27 12:47 |
|
|
coolboy163
初级用户
 
积分 176
发帖 74
注册 2005-11-7
状态 离线
|
『第 125 楼』:
使用 LLM 解释/回答一下
够快回复~~有空测试。
先谢了,现在我正在写我那个工具的详细修改说明。因为工作等原因,可能没什么时间去弄了。
虽然计划很多,目标也列出来了,但由于时间紧,本人能力有限等关系,只有把先做的加上说明,放出来,供有能力的人去更新、完善了。
Reply as soon as possible~~ Have time to test.
Thanks in advance, now I'm writing the detailed modification instructions for my tool. Because of work and other reasons, I may not have much time to do it.
Although there are many plans and goals listed, due to tight time, limited ability of myself and other reasons, I can only add the things I have done and explain them, and release them for those who have the ability to update and improve.
|
|
2005-12-27 19:39 |
|
|
本是
银牌会员
    
积分 2221
发帖 789
注册 2005-1-27
状态 离线
|
『第 126 楼』:
使用 LLM 解释/回答一下
Re coolboy163:
其实我的新版VTHZMK已经可以选择.EXE运行的有缝无缝显示风格,如下执行即可:
VTHZMK -M 9 /t myfile.txt
所以,4LCD.COM本来是没有必要写的,只是考虑到你补救方便的因素,才编的。包括VTHZMK,本来只有1.2K,现在可是上10K了,也是在我与网友之间的交流之中逐步成长的。
Re coolboy163:
In fact, the new version of my VTHZMK can already choose the seamless or non-seamless display style for .EXE operation. Just execute as follows:
VTHZMK -M 9 /t myfile.txt
So, the 4LCD.COM was originally unnecessary. It was only compiled considering the factor that it's convenient for your remedy. Including VTHZMK, which was originally only 1.2K, now it's over 10K. It has also grown step by step in the communication between me and netizens.
|

my major is english----my love is dos----my teacher is the buddha----my friends--how about U |
|
2005-12-28 01:03 |
|
|
maxfull
中级用户
  
积分 360
发帖 120
注册 2005-7-14
状态 离线
|
『第 127 楼』:
使用 LLM 解释/回答一下
请问楼主像我这样的菜单,能实现中文吗?如下。
menuitem = hd, Disk to Disk Ghost
menuitem = sys, Copy System D Drive To Sytem Drive
menuitem = bak, Backup D Drive to E:\backup\sys.gho
menuitem = res, Restore the E:\bakup\sys.gho to D drive
menuitem = bios, Clearance Bios Password
DEVICEHIGH=himem.sys /testmem<img src="images/smilies/face-surprise.png" align="absmiddle" border="0">ff
lastdrive=z
files=40
buffers=20,8
dos=high,umb,auto
DEVICEHIGH=himem.sys /testmem<img src="images/smilies/face-surprise.png" align="absmiddle" border="0">ff
lastdrive=z
files=40
buffers=20,8
dos=high,umb,auto
DEVICEHIGH=himem.sys /testmem<img src="images/smilies/face-surprise.png" align="absmiddle" border="0">ff
lastdrive=z
files=40
buffers=20,8
dos=high,umb,auto
DEVICEHIGH=himem.sys /testmem<img src="images/smilies/face-surprise.png" align="absmiddle" border="0">ff
lastdrive=z
files=40
buffers=20,8
dos=high,umb,auto
DEVICEHIGH=himem.sys /testmem<img src="images/smilies/face-surprise.png" align="absmiddle" border="0">ff
lastdrive=z
files=40
buffers=20,8
dos=high,umb,auto
就是能不能将
menuitem = hd, Disk to Disk Ghost
(将Disk to Disk Ghost改为中文显示,显示如:硬盘对硬盘GHOST)
menuitem = sys, Copy System D Drive To Sytem Drive
(将Copy System D Drive To Sytem Drive改为中文显示,显示为:复制D到系统盘)
menuitem = bak, Backup D Drive to E:\backup\sys.gho
(将Backup D Drive to E:\backup\sys.gho改为中文显示,显示为:备份D盘)
menuitem = res, Restore the E:\bakup\sys.gho to D drive
(将Restore the E:\bakup\sys.gho to D drive改为中文显示,显示如:还原镜像)
menuitem = bios, Clearance Bios Password
(将Clearance Bios Password改为中文显示,显示为:清除密码)
希望楼主能按我的CONFIG.SYS写个样本例子,看不太懂你注的说明,非常感谢。
Last edited by maxfull on 2005-12-28 at 01:28 ]
Excuse me, the landlord, can the menu like mine realize Chinese? As follows.
menuitem = hd, 硬盘对硬盘GHOST
menuitem = sys, 复制D到系统盘
menuitem = bak, 备份D盘
menuitem = res, 还原镜像
menuitem = bios, 清除密码
DEVICEHIGH=himem.sys /testmem:off
lastdrive=z
files=40
buffers=20,8
dos=high,umb,auto
DEVICEHIGH=himem.sys /testmem:off
lastdrive=z
files=40
buffers=20,8
dos=high,umb,auto
DEVICEHIGH=himem.sys /testmem:off
lastdrive=z
files=40
buffers=20,8
dos=high,umb,auto
DEVICEHIGH=himem.sys /testmem:off
lastdrive=z
files=40
buffers=20,8
dos=high,umb,auto
DEVICEHIGH=himem.sys /testmem:off
lastdrive=z
files=40
buffers=20,8
dos=high,umb,auto
Just can we change
menuitem = hd, Disk to Disk Ghost
(change Disk to Disk Ghost to display in Chinese, display as: 硬盘对硬盘GHOST)
menuitem = sys, Copy System D Drive To Sytem Drive
(change Copy System D Drive To Sytem Drive to display in Chinese, display as: 复制D到系统盘)
menuitem = bak, Backup D Drive to E:\backup\sys.gho
(change Backup D Drive to E:\backup\sys.gho to display in Chinese, display as: 备份D盘)
menuitem = res, Restore the E:\bakup\sys.gho to D drive
(change Restore the E:\bakup\sys.gho to D drive to display in Chinese, display as: 还原镜像)
menuitem = bios, Clearance Bios Password
(change Clearance Bios Password to display in Chinese, display as: 清除密码)
Hope the landlord can write a sample example according to my CONFIG.SYS, I don't quite understand the instructions you noted, thank you very much.
Last edited by maxfull on 2005-12-28 at 01:28 ]
|
|
2005-12-28 01:25 |
|
|
本是
银牌会员
    
积分 2221
发帖 789
注册 2005-1-27
状态 离线
|
『第 128 楼』:
使用 LLM 解释/回答一下
Re maxfull:
本问题的答案已经在回复的贴子里出现,请参见本贴第99楼和100楼。
Re maxfull:
The answer to this question has already appeared in the replied post, please refer to post 99 and post 100 of this thread.
|

my major is english----my love is dos----my teacher is the buddha----my friends--how about U |
|
2005-12-28 07:46 |
|
|
本是
银牌会员
    
积分 2221
发帖 789
注册 2005-1-27
状态 离线
|
『第 129 楼』:
使用 LLM 解释/回答一下
<img src="images/smilies/face-grin.png" align="absmiddle" border="0">我紧张调试了两个星期,改写命令行参数传递处理模块、多文件合并字模常规内码字符模块等N遍、调试更是N的N次方遍!好在合并多文件为单文件的版本终于通过啦!<img src="images/smilies/face-raspberry.png" align="absmiddle" border="0">!<img src="images/smilies/face-smile-big.png" align="absmiddle" border="0">!算是大家的新年贺礼吧!
VTHZMK.COM 2.0D版多文件合并字模功能是为了能以一个文件实现不同风格的字形同一屏甚至同一行显示,而且不用执行N个.EXE才能实现丰富的字形!
VTHZMK /+ 文件1.exe 文件2.exe ...
生成的合并文件名为VTHZMRG.EXE。
VTHZMK /?
生成的出错信息和帮助信息文件名为VTHZMSG.TXT。
欢迎测试并反馈情况!<img src="images/smilies/face-wink.png" align="absmiddle" border="0">
我要休息!!
: :lol:I was nervous and debugged for two weeks, rewrote the command line parameter passing processing module, the multi-file merging font regular internal code character module, etc. for countless times, and debugged for countless times! Fortunately, the version that merges multiple files into a single file has finally passed! :P! :D! It can be regarded as a New Year's gift for everyone!
The multi-file merging font function of VTHZMK.COM 2.0D version is to be able to display different styles of characters on the same screen or even the same line with one file, and you don't need to execute N.EXEs to achieve rich characters!
VTHZMK /+ file1.exe file2.exe ...
The generated merged file name is VTHZMRG.EXE.
VTHZMK /?
The generated error message and help information file name is VTHZMSG.TXT.
Welcome to test and feedback! ;)
I need to rest!!
附件
1: VTHZMK.RAR (2005-12-28 17:13, 5.91 KiB, 下载附件所需积分 1 点
,下载次数: 63)
|

my major is english----my love is dos----my teacher is the buddha----my friends--how about U |
|
2005-12-28 17:13 |
|
|
chujiafu
银牌会员
    
积分 1337
发帖 594
注册 2004-5-26 来自 安徽 宿州
状态 离线
|
|
2005-12-28 20:37 |
|
|
willsort
元老会员
         Batchinger
积分 4432
发帖 1512
注册 2002-10-18
状态 离线
|
『第 131 楼』:
使用 LLM 解释/回答一下
Re 本是:
前几天便注意到了你调试 2.0D 版的艰难,很想从中出力,可惜大量的时间用于软件集训,再加之不会使用 debug 之外所有 DOS 下的调试工具,只能是心有余而力不足了,既然没有得到新的成果,空无内容的回复便了无意义了,剩下的唯有等待 2.0D 的艰难诞世了。幸运的是,总算盼到了!你为此付出的努力和艰辛,我身在异方难以细细体会,只是我也曾有熬煎苦闷以求突破的经历,对此也深有感触,休息一段时间切换状态也是必要的。
休息过后,我想关于本程序的定位问题就需要考虑了,时至今日它已不再是一个“汉字字模提取和载入程序”或者是其“生成软件”了,它已经涵盖了VGA文本模式下显示汉字字形的许多技术,也已经超越 BatTools 成为下一个里程碑了;尚不论在你的心目中,它有更大的远景和蓝图。所以,在程序命名和文档表述上似乎应该体现出这种变化,我曾记得你曾有一个 VTFMagic 的命名方案,觉得挺不错(只除了 VTF 的缩写对于 DOS 入门者略显抽象)。不知为何没有采用?
至于版本号我想再引申出一些建议,功能定位的重大变化可以增加主版本号,特性细节的变化可以增加次版本号,程序问题的修正可以增加版本修订号,版本修订号一般包含 a (alpha,小范围测试/内测), b (beta, 大范围测试/公测) 。当然,你还可以酌情加入程序的编译日期甚或特殊的版本标记。
这次下载还没有来得及做更为广泛的测试,只是就发现的一个小问题蜻蜓点水一下,也算是“欢迎测试并反馈情况”的积极回馈了
环境:同上 版本:2.0D
用法:vthzmk /t 文件名
问题描述:文件名中如果出现诸如表示当前目录和上级目录的句点时,会依次出现 *12* 错误,程序自身内容的回显,*08*错误
讨论建议:我猜测是扩展名分析模块的问题,建议从文件名串的尾部逆序分析。
Re 本是:
A few days ago, I noticed the difficulties you were having in debugging version 2.0D. I really wanted to help, but a lot of my time was taken up by software training, and plus I don't know how to use any debugging tools under DOS except debug, so I was just too powerless. Since there weren't any new results, replying with nothing would be meaningless. All that's left is to wait for the hard birth of 2.0D. Luckily, it's finally here! I can't really experience the efforts and hardships you put in, but I've also gone through the torment and distress to break through, so I can relate. Taking a break to switch states is necessary.
After resting, I think we need to consider the positioning of this program. Up to now, it's no longer just a "Chinese character font extraction and loading program" or its "generation software". It has covered many technologies for displaying Chinese character glyphs in VGA text mode, and has surpassed BatTools to become the next milestone; not to mention in your mind, it has bigger visions and blueprints. So, it seems that the program's naming and documentation should reflect this change. I remember you had a naming scheme called VTFMagic, which I thought was pretty good (except that the abbreviation VTF is a bit abstract for DOS beginners). Why wasn't it adopted?
As for the version number, I want to give some more suggestions. A major change in functional positioning can increase the major version number, a change in feature details can increase the minor version number, and a correction of program issues can increase the revision number. The revision number generally includes a (alpha, small - scale testing/inner test), b (beta, large - scale testing/open test). Of course, you can also appropriately add the compilation date of the program or special version marks.
This download hasn't had time for more extensive testing. I just touched on a small problem I found, which is also a positive feedback of "welcome to test and feedback the situation":)
Environment: Same as above Version: 2.0D
Usage: vthzmk /t filename
Problem description: If there are periods such as representing the current directory and the parent directory in the filename, *12* errors will appear in sequence, and the echo of the program's own content, *08* error
Discussion and suggestion: I guess it's a problem with the extension analysis module. It is suggested to analyze in reverse order from the tail of the filename string.
|

※ Batchinger 致 Bat Fans:请访问 批处理编程的异类 ,欢迎交流与共享批处理编程心得! |
|
2005-12-28 22:54 |
|
|
LiveOnLove
中级用户
  
积分 493
发帖 161
注册 2002-10-29 来自 ZHCN
状态 离线
|
『第 132 楼』:
使用 LLM 解释/回答一下
本是LZ,刚才下载了最新版本的VTHZMK,我等下会COPY到98的DOS下测试一下。
我还有一个建议:希望在一楼搞一个文件列表(也就是要做出新汉字内码文件所需要的文件列表)比如:
1、先要有生成汉字的汉字系统(做好了新内码就不需要了)比如TW.EXE,当然还需要输入法
2、汉字库HZK16
3、如果要做CONFIG.SYS汉显菜单,还需要BOOTCON.SYS
4、如果要。。。那么还需要SYS文件或XXX软件
Last edited by LiveOnLove on 2005-12-29 at 09:42 ]
I am originally the LZ. Just now I downloaded the latest version of VTHZMK, and I will copy it to the DOS of 98 for testing later.
I also have a suggestion: I hope to have a file list on the first floor (that is, the file list required to make a new Chinese character internal code file) such as:
1. First, there needs to be a Chinese character system for generating Chinese characters (it is not needed after making the new internal code), such as TW.EXE. Of course, an input method is also needed.
2. Chinese character font library HZK16.
3. If you want to make a CONFIG.SYS Chinese display menu, you also need BOOTCON.SYS.
4. If you want... then you also need SYS files or XXX software
Last edited by LiveOnLove on 2005-12-29 at 09:42 ]
|
|
2005-12-29 09:28 |
|
|
LiveOnLove
中级用户
  
积分 493
发帖 161
注册 2002-10-29 来自 ZHCN
状态 离线
|
『第 133 楼』:
使用 LLM 解释/回答一下
Originally posted by 本是 at 2005-12-24 12:10 AM:
下一版本VTHZMK v2.0D将
增加/?命令把出错信息及帮助信息写入文件;
增加/+命令允许将不同的.EXE文件合并成一个完整的文件。
另外,我用TS2.EXE ...
另请问一下:这么多好的汉字库,能不能提供一下啊?HOHO。
Originally posted by 本是 at 2005-12-20 12:10 AM:
The next version VTHZMK v2.0D will
Add the /? command to write error messages and help information to a file;
Add the /+ command to allow merging different .EXE files into a complete file.
In addition, I use TS2.EXE...
Another question: There are so many good Chinese character libraries, can you provide some? HOHO.
|
|
2005-12-29 09:30 |
|
|
LiveOnLove
中级用户
  
积分 493
发帖 161
注册 2002-10-29 来自 ZHCN
状态 离线
|
『第 134 楼』:
使用 LLM 解释/回答一下
Originally posted by LiveOnLove
『第 83 楼』:
Quote:
Originally posted by 本是 at 2005-11-3 07:55 AM:
BOOTCON.SYS的用法
BOOTCON.SYS是CONFIG.SYS中使用启动菜单进行配置选择的程序。由美国加州Modular Software Systems公司推出,兼容DOS3.0以上版本。它的菜占...
如果你选择第二块,BOOTCON.SYS会向DOS传递环境参数BOOTCON=B,以便批处理中用“IF "%bootcon%"=="B" 执行/跳转”调用。
奇怪,怎么我在搞出中文菜单后,选择了一个菜单,接着说没有找到lable
我用SET查看了一下环境变量,结果BOOTCON这个环境变量都没有。。。我晕。。。(WIN98 OS下制作了启动菜单)
请问是怎么意思啊?
『第 84 楼』:
我的大概是这样的:
config.sys
device=c:\config.exe
device=c:\bootcon.sys
REM BC=
REM BC=
REM BC=
AUTOEXEC.BAT内容:
@echo off
goto %bootcon%
:A
echo A menuitem
goto end
:B
echo B menuitem
goto end
:end
上面的进入了有画线的程序界面时(非汉字系统的那些线),一些线条就变成乱码了,在调用了VTHZMK -r80时,发现不能清屏。晕。CLS命令也不行。只有用DOS命令下的MODE co80才OK的
我修改的内容如下,也解决了环境参数的问题:
config.sys
device=c:\config.exe
device=c:\bootcon.sys
REM BC=
REM BC=
REM BC=
AUTOEXEC.BAT内容:
@echo off
MODE CO80
goto %BOOT%
:A
echo A menuitem
goto end
:B
echo B menuitem
goto end
:end
至此,基本上可以实现在CONFIG.SYS中可以实现中文显示了。HOHO
我用的BOOTCONF。SYS版本是1.51a的。不知是不是才有上面不输出BOOTCON环境变量的原因??这个版本的PASSWORD如何操作啊?我按了功能按键后,不能选择到PASSWORD项。只有SAVE 和CANCEL
Originally posted by LiveOnLove
『Post 83』:
Quote:
Originally posted by 本是 at 2005-11-3 07:55 AM:
Usage of BOOTCON.SYS
BOOTCON.SYS is a program used in CONFIG.SYS to configure selections using a boot menu. It is launched by Modular Software Systems in California, compatible with DOS versions above 3.0. Its menu...
If you choose the second one, BOOTCON.SYS will pass the environment parameter BOOTCON=B to DOS, so that in the batch processing, you can use "IF "%bootcon%"=="B" to execute/jump" to call.
Strange, why after I made the Chinese menu, I selected a menu and then said that the lable was not found
I used SET to check the environment variables, and as a result, the BOOTCON environment variable was not there... I'm confused... (made a boot menu under WIN98 OS)
What does this mean?
『Post 84』:
My general situation is like this:
config.sys
device=c:\config.exe
device=c:\bootcon.sys
REM BC=
REM BC=
REM BC=
Content of AUTOEXEC.BAT:
@echo off
goto %bootcon%
:A
echo A menuitem
goto end
:B
echo B menuitem
goto end
:end
When entering the program interface with lines above (those lines in non-Chinese systems), some lines become garbled. When calling VTHZMK -r80, it is found that the screen cannot be cleared. Only MODE co80 in the DOS command works
I modified the content as follows and also solved the problem of environment parameters:
config.sys
device=c:\config.exe
device=c:\bootcon.sys
REM BC=
REM BC=
REM BC=
Content of AUTOEXEC.BAT:
@echo off
MODE CO80
goto %BOOT%
:A
echo A menuitem
goto end
:B
echo B menuitem
goto end
:end
So far, basically the Chinese display in CONFIG.SYS can be realized. HOHO
The version of BOOTCONF.SYS I used is 1.51a. I don't know if it is the reason for not outputting the BOOTCON environment variable above? How to operate the PASSWORD in this version? After I pressed the function key, I couldn't select the PASSWORD item. Only SAVE and CANCEL are available
|
|
2005-12-29 17:07 |
|
|
LiveOnLove
中级用户
  
积分 493
发帖 161
注册 2002-10-29 来自 ZHCN
状态 离线
|
『第 135 楼』:
使用 LLM 解释/回答一下
Originally posted by LiveOnLove
『第 83 楼』:
Quote:
Originally posted by 本是 at 2005-11-3 07:55 AM:
BOOTCON.SYS的用法
BOOTCON.SYS是CONFIG.SYS中使用启动菜单进行配置选择的程序。由美国加州Modular Software Systems公司推出,兼容DOS3.0以上版本。它的菜占...
如果你选择第二块,BOOTCON.SYS会向DOS传递环境参数BOOTCON=B,以便批处理中用“IF "%bootcon%"=="B" 执行/跳转”调用。
奇怪,怎么我在搞出中文菜单后,选择了一个菜单,接着说没有找到lable
我用SET查看了一下环境变量,结果BOOTCON这个环境变量都没有。。。我晕。。。(WIN98 OS下制作了启动菜单)
请问是怎么意思啊?
『第 84 楼』:
我的大概是这样的:
config.sys
device=c:\config.exe
device=c:\bootcon.sys
REM BC=
REM BC=
REM BC=
AUTOEXEC.BAT内容:
@echo off
goto %bootcon%
:A
echo A menuitem
goto end
:B
echo B menuitem
goto end
:end
上面的进入了有画线的程序界面时(非汉字系统的那些线),一些线条就变成乱码了,在调用了VTHZMK -r80时,发现不能清屏。晕。CLS命令也不行。只有用DOS命令下的MODE co80才OK的
我修改的内容如下,也解决了环境参数的问题:
config.sys
device=c:\config.exe
device=c:\bootcon.sys
REM BC=
REM BC=
REM BC=
AUTOEXEC.BAT内容:
@echo off
MODE CO80
goto %BOOT%
:A
echo A menuitem
goto end
:B
echo B menuitem
goto end
:end
至此,基本上可以实现在CONFIG.SYS中可以实现中文显示了。HOHO
我用的BOOTCONF。SYS版本是1.51a的。不知是不是才有上面不输出BOOTCON环境变量的原因??这个版本的PASSWORD如何操作啊?我按了功能按键后,不能选择到PASSWORD项。只有SAVE 和CANCEL
Originally posted by LiveOnLove
『Post 83』:
Quote:
Originally posted by 本是 at 2005-11-3 07:55 AM:
Usage of BOOTCON.SYS
BOOTCON.SYS is a program used for configuration selection using startup menus in CONFIG.SYS. It is launched by Modular Software Systems in California, USA, and is compatible with DOS versions above 3.0. Its menu...
If you select the second one, BOOTCON.SYS will pass the environment parameter BOOTCON=B to DOS, so that it can be called by "IF "%bootcon%"=="B" execute/jump" in batch processing.
Strange, why after I made the Chinese menu, after selecting a menu, it says that the label is not found
I used SET to check the environment variables, and as a result, the BOOTCON environment variable is not there at all... I'm confused... (made the startup menu under WIN98 OS)
What does this mean?
『Post 84』:
My situation is roughly like this:
config.sys
device=c:\config.exe
device=c:\bootcon.sys
REM BC=
REM BC=
REM BC=
Content of AUTOEXEC.BAT:
@echo off
goto %bootcon%
:A
echo A menuitem
goto end
:B
echo B menuitem
goto end
:end
When entering the program interface with lines above (those lines that are not in the Chinese system), some lines become garbled. When calling VTHZMK -r80, it is found that the screen cannot be cleared. Only MODE co80 in the DOS command works
I modified the content as follows, and also solved the problem of the environment parameter:
config.sys
device=c:\config.exe
device=c:\bootcon.sys
REM BC=
REM BC=
REM BC=
Content of AUTOEXEC.BAT:
@echo off
MODE CO80
goto %BOOT%
:A
echo A menuitem
goto end
:B
echo B menuitem
goto end
:end
So far, basically the Chinese display can be realized in CONFIG.SYS. HOHO
The version of BOOTCONF.SYS I used is 1.51a. I don't know if it is the reason for the above situation where the BOOTCON environment variable is not output? How to operate the PASSWORD in this version? After I press the function key, I can't select the PASSWORD item. Only SAVE and CANCEL are available
|
|
2005-12-29 17:08 |
|
|