|
shawell518
中级用户
  
积分 310
发帖 97
注册 2004-5-26
状态 离线
|
『楼 主』:
(自己搞定-可新问题来了!)如何解决先加载天汇,再无法启
使用 LLM 解释/回答一下
我做了一个dos中文启动盘,集合了常用dos工具。用的是 tw 3.2 改进版
然而,再用批处理进入diskgen时,diskgen启动失败。
如何解决?
这是我的批处理:
------------------
@echo off
tw /q
echo.
ctmouse
cd diskgen
diskgen
--------------------
在vmware上测试的。
如果我在运行diskgen之前先运行:tw /q,
再手动运行diskgen,则没有任何错误。
很明显,这是tw与diskgen发生了冲突。
不知道这个批处理如何写
谢谢
批处理运行diskgen后,diskgen一闪而过,错误提示如下图(vmware上戳的图):
--------------------
前面的diskgen已经搞定,可新问题是:
如果加载了usb驱动的话,无法重新调用diskgen!
Last edited by shawell518 on 2006-10-31 at 05:17 AM ]
I made a DOS Chinese bootable disk, which integrates common DOS tools. It uses the improved version of tw 3.2.
However, when entering DiskGen using a batch script, DiskGen fails to start.
How to solve it?
This is my batch script:
------------------
@echo off
tw /q
echo.
ctmouse
cd diskgen
diskgen
--------------------
Tested on VMware.
If I run tw /q before running DiskGen and then manually run DiskGen, there are no errors.
It is obvious that there is a conflict between tw and DiskGen.
I don't know how to write this batch script.
Thanks.
After the batch script runs DiskGen, DiskGen flashes by, and the error message is as shown in the following figure (the figure poked on VMware):
--------------------
The previous DiskGen has been solved, but the new problem is:
If the USB driver is loaded, DiskGen cannot be called again!
Last edited by shawell518 on 2006-10-31 at 05:17 AM ]
附件
1: untitled.JPG (2006-10-29 00:04, 34.97 KiB, 下载附件所需积分 1 点
,下载次数: 1)
附件
2: untitled.JPG (2006-10-30 20:03, 68.57 KiB, 下载附件所需积分 1 点
,下载次数: 1)
|
|
2006-10-29 00:04 |
|
|
taojiang
初级用户
 
积分 145
发帖 66
注册 2006-10-3
状态 离线
|
『第 2 楼』:
使用 LLM 解释/回答一下
本身diskgen就是自带中文显示的,没必要加载tw
DiskGen itself has Chinese display, no need to load tw
|
|
2006-10-29 03:00 |
|
|
不得不爱
超级版主
         我爱DOS
积分 5310
发帖 2044
注册 2005-9-26 来自 四川南充
状态 离线
|
|
2006-10-29 03:13 |
|
|
bc12060101
银牌会员
    
积分 1455
发帖 712
注册 2006-1-20
状态 离线
|
『第 4 楼』:
使用 LLM 解释/回答一下
嘿嘿,diskgen几乎与所有的中文平台都有可能发生冲突!但当其工作环境发生变化时,冲突或许可以避免。
比如说:我制作的启动光盘在使用加载光驱方式进入dos系统时,diskgen则与tw冲突,卸载掉tw后则不会冲突,这与楼主的现象相仿;但当使用非加载光驱方式进入dos时,则不会与tw发生冲突!当我使用EasyBoot制作光盘镜像时,会发生上述现象;但当使用UltraISO制作光盘镜像时,则又不会发生过上述现象。
Hehe, DiskGen is almost likely to conflict with all Chinese platforms! But when its working environment changes, the conflict may be avoided.
For example: When the boot CD I made enters the DOS system by loading the optical drive method, DiskGen conflicts with TW. After uninstalling TW, there will be no conflict, which is similar to the phenomenon of the landlord; but when entering DOS by non-loading optical drive method, there will be no conflict with TW! When I use EasyBoot to make the CD image, the above phenomenon will occur; but when using UltraISO to make the CD image, the above phenomenon has never occurred again.
|
|
2006-10-29 04:54 |
|
|
cchessbd
高级用户
   
积分 525
发帖 222
注册 2006-8-28
状态 离线
|
『第 5 楼』:
使用 LLM 解释/回答一下
用 TW /np /nw /n3 >nul 试试,然后卸载试试吧。
Try using TW /np /nw /n3 >nul, then try uninstalling it.
|
|
2006-10-29 06:43 |
|
|
shawell518
中级用户
  
积分 310
发帖 97
注册 2004-5-26
状态 离线
|
『第 6 楼』:
使用 LLM 解释/回答一下
Originally posted by cchessbd at 2006-10-29 06:43 AM:
用 TW /np /nw /n3 >nul 试试,然后卸载试试吧。
好的
俺試試
再測試一下
Originally posted by cchessbd at 2006-10-29 06:43 AM:
Try using TW /np /nw /n3 >nul, then uninstall and try it.
Okay
I'll try
Test again
|
|
2006-10-29 08:57 |
|
|
fastslz
铂金会员
       DOS一根葱
积分 5493
发帖 2315
注册 2006-5-1 来自 上海
状态 离线
|
『第 7 楼』:
使用 LLM 解释/回答一下
diskgen除了和天汇有冲突外还有一个BUG,不能用CALL 命令调用BAT方法启动diskgen。也就是用WBAT调用就不能再返回上级菜单参数,只能放在批处理最后。就这个BUG我折腾N天~
diskgen has a bug besides conflicting with Tianhui. It cannot be started by calling the BAT method with the CALL command. That is, when called by WBAT, it cannot return the parameters to the upper menu, and can only be placed at the end of the batch file. I wasted several days on this bug~
|

第一高手 第二高手
我的小站
 |
|
2006-10-29 09:17 |
|
|
shawell518
中级用户
  
积分 310
发帖 97
注册 2004-5-26
状态 离线
|
『第 8 楼』:
使用 LLM 解释/回答一下
Originally posted by cchessbd at 2006-10-29 06:43 AM:
用 TW /np /nw /n3 >nul 试试,然后卸载试试吧。
我在虛擬機上試了 還是不行
謝謝您的回復
不知道真的刻成了盘 实盘效果如何
虚拟机上就这个没有搞定
不过 有其它的法子 但不是直接启动diskgen
Originally posted by cchessbd at 2006-10029 06:43 AM:
Try TW /np /nw /n3 >nul, then uninstall it and try.
I tried it on the virtual machine, still no good.
Thank you for your reply.
I don't know how the actual disk will perform after burning it.
Only this one hasn't been fixed on the virtual machine.
However, there are other methods, but it's not directly starting DiskGen.
|
|
2006-10-29 09:19 |
|
|
shawell518
中级用户
  
积分 310
发帖 97
注册 2004-5-26
状态 离线
|
『第 9 楼』:
使用 LLM 解释/回答一下
Originally posted by fastslz at 2006-10-29 09:17 AM:
diskgen除了和天汇有冲突外还有一个BUG,不能用CALL 命令调用BAT方法启动diskgen。也就是用WBAT调用就不能再返回上级菜单参数,只能放在批处理最后。就 ...
奇怪,我在虚拟机上的硬盘上,同样用了tw,但用批处理调用diskgen,没有问题!
而在虚拟机上的光盘上,用tw显示中文后,用批处理调用diskgen,没有成功!
虚拟机中的光盘和硬盘上,同样的批处理直接启动diskgen,有天大的区别呢?
Originally posted by fastslz at 2006-10-29 09:17 AM:
In addition to conflicting with Tianhui, diskgen has another bug: it cannot be started by calling the BAT method using the CALL command. That is, using WBAT to call it cannot return to the upper-level menu parameters, and it can only be placed at the end of the batch processing. Just...
Strange, on the hard disk in the virtual machine, I also used tw, but there was no problem when calling diskgen with a batch processing!
But on the CD in the virtual machine, after using tw to display Chinese, the call to diskgen with batch processing was not successful!
What is the big difference between directly starting diskgen with the same batch processing on the CD and hard disk in the virtual machine?
|
|
2006-10-29 10:07 |
|
|
fastslz
铂金会员
       DOS一根葱
积分 5493
发帖 2315
注册 2006-5-1 来自 上海
状态 离线
|
|
2006-10-29 10:29 |
|
|
shawell518
中级用户
  
积分 310
发帖 97
注册 2004-5-26
状态 离线
|
『第 11 楼』:
使用 LLM 解释/回答一下
Originally posted by fastslz at 2006-10-29 10:29 AM:
对于diskgen在真实机能运行就ok了
你可能错领会我的意思了
我是说 在虚拟机的硬盘上和在虚拟机的光盘上 得到不同的结果
Originally posted by fastslz at 2006-10-29 10:29 AM:
For DiskGen to run properly on a real machine is okay
You may have misinterpreted my meaning
I mean, getting different results on the hard disk of the virtual machine and on the CD of the virtual machine
|
|
2006-10-29 10:33 |
|
|
fastslz
铂金会员
       DOS一根葱
积分 5493
发帖 2315
注册 2006-5-1 来自 上海
状态 离线
|
『第 12 楼』:
使用 LLM 解释/回答一下
光盘只读模式,运行diskgen会产生临时文件的哦
CD-ROM read-only mode, running diskgen will generate temporary files哦
|

第一高手 第二高手
我的小站
 |
|
2006-10-29 10:50 |
|
|
cchessbd
高级用户
   
积分 525
发帖 222
注册 2006-8-28
状态 离线
|
『第 13 楼』:
使用 LLM 解释/回答一下
Originally posted by shawell518 at 2006-10-29 09:19:
我在虛擬機上試了 還是不行
謝謝您的回復
不知道真的刻成了盘 实盘效果如何
虚拟机上就这个没有搞定
不过 有其它的法子 但不是直掠...
如果还没解决的话
你到 http://free5.ys168.com/?nhccrgd "软件发布"目录里下我的启动盘试试。
我的在虚拟机里面可以执行。VPC2007 Bata 与VMWare5.5.2 均未发现问题。
Originally posted by shawell518 at 2006-10-29 09:19:
I tried it on the virtual machine, but it still didn't work.
Thank you for your reply.
I don't know how the actual disk will perform after burning it to a disk.
I just couldn't get this to work on the virtual machine.
However, there are other methods, but it's not straightforward...
If it's still not resolved,
Go to the "Software Release" directory at http://free5.ys168.com/?nhccrgd to download my boot disk and give it a try.
Mine can be executed in the virtual machine. No problems were found with VPC2007 Bata and VMWare5.5.2.
|
|
2006-10-29 18:39 |
|
|
cchessbd
高级用户
   
积分 525
发帖 222
注册 2006-8-28
状态 离线
|
『第 14 楼』:
使用 LLM 解释/回答一下
对于程序,最好不要用CALL的形式。就我所知,加载中文后,KVFIX与DISKGEN用CALL会在某些主板死机。不过老的815主板好像没这问题。
Last edited by cchessbd on 2006-10-29 at 07:38 PM ]
For programs, it's best not to use the CALL form. As far as I know, after loading Chinese, KVFIX and DISKGEN will cause some motherboards to freeze when using CALL. But the old 815 motherboards seem to have no such problem.
Last edited by cchessbd on 2006-10-29 at 07:38 PM ]
|
|
2006-10-29 18:41 |
|
|
shawell518
中级用户
  
积分 310
发帖 97
注册 2004-5-26
状态 离线
|
『第 15 楼』:
使用 LLM 解释/回答一下
Originally posted by fastslz at 2006-10-29 10:50 AM:
光盘只读模式,运行diskgen会产生临时文件的哦
对此观点 不敢苟同
为什么不用tw(先不启动tw),却没有问题呢?
Originally posted by fastslz at 2006-10-29 10:50 AM:
CD read-only mode, running diskgen will generate temporary files哦
Disagree with this view
Why not use tw (without starting tw first), but there is no problem?
|
|
2006-10-29 19:51 |
|