|
娃哈哈
初级用户
 
积分 130
发帖 10
注册 2002-12-13
状态 离线
|
『楼 主』:
想在批处理文件执行前执行汉化系统
使用 LLM 解释/回答一下
我想在批处理文件执行前执行汉化系统(天汇),可以实现吗?怎么实现?
我现在除了三个系统文件外,软盘里还有AUTOEXEC.BAT,CONFIG.SYS和天汇(TW.EXE)
AUTOEXEC.BAT:
@ECHO OFF
tw
PATH=A:\
goto %config%
:GH1
D:
CD GHOST
Ghost-clone,mode=pload,src=g:\ghost\win(1).gho:1,dst=1:1 /sure /rb
GOTO END
:GH2
D:
CD GHOST
Ghost-clone,mode=pload,src=g:\ghost\win(2).gho:1,dst=1:1 /sure /rb
GOTO END
:GH3
D:
CD GHOST
Ghost-clone,mode=pload,src=g:\ghost\win(3).gho:1,dst=1:1 /sure /rb
GOTO END
<img src="images/smilies/face-smile-big.png" align="absmiddle" border="0">OS
GOTO END
:END
CONFIG.SYS:
MENUITEM=GH1 ,Starting Enter To GHOST1
MENUITEM=GH2 ,Starting Enter To GHOST2
MENUITEM=GH3 ,Starting Enter To GHOST3
MENUITEM=DOS ,Starting Enter To DOS
MENUCOLOR=7,1
MENUDEFAULT=DOS,30
DEVICE=A:\HIMEM.SYS
DOS=HIGH,UMB
DEVICE=A:\HIMEM.SYS
DOS=HIGH,UMB
DEVICE=A:\HIMEM.SYS
DOS=HIGH,UMB
DEVICE=A:\HIMEM.SYS
DOS=HIGH,UMB
总是先执行菜单文件,后在执行TW.EXE文件,而且显示的是乱码(TW文件是好的)。可不可以把AUTOEXEC.BAT,CONFIG.SYS打包成CAB文件或者是EXE文件,然后我再重新建个批处理。先执行TW.EXE再执行那个打包文件。我是一点都不懂的,不知道这样可行不?还有我如果想让菜单显示的是中文,是不是要把菜单图形化,怎么编?(难),有什么好的软件吗?
呵呵!一大堆问题
I want to execute the Chinese localization system (Tianhui) before the batch file is executed. Can it be achieved? How to achieve it?
I currently have AUTOEXEC.BAT, CONFIG.SYS and Tianhui (TW.EXE) in addition to three system files on the floppy disk.
AUTOEXEC.BAT:
@ECHO OFF
tw
PATH=A:\
goto %config%
:GH1
D:
CD GHOST
Ghost-clone,mode=pload,src=g:\ghost\win(1).gho:1,dst=1:1 /sure /rb
GOTO END
:GH2
D:
CD GHOST
Ghost-clone,mode=pload,src=g:\ghost\win(2).gho:1,dst=1:1 /sure /rb
GOTO END
:GH3
D:
CD GHOST
Ghost-clone,mode=pload,src=g:\ghost\win(3).gho:1,dst=1:1 /sure /rb
GOTO END
:DOS
GOTO END
:END
CONFIG.SYS:
MENUITEM=GH1 ,Starting Enter To GHOST1
MENUITEM=GH2 ,Starting Enter To GHOST2
MENUITEM=GH3 ,Starting Enter To GHOST3
MENUITEM=DOS ,Starting Enter To DOS
MENUCOLOR=7,1
MENUDEFAULT=DOS,30
DEVICE=A:\HIMEM.SYS
DOS=HIGH,UMB
DEVICE=A:\HIMEM.SYS
DOS=HIGH,UMB
DEVICE=A:\HIMEM.SYS
DOS=HIGH,UMB
DEVICE=A:\HIMEM.SYS
DOS=HIGH,UMB
It always executes the menu file first and then executes the TW.EXE file, and it is displayed as garbled code (the TW file is fine). Can I package AUTOEXEC.BAT and CONFIG.SYS into a CAB file or an EXE file, and then I will create a new batch file. Execute TW.EXE first and then execute that packaged file. I don't understand at all. I don't know if this is feasible? Also, if I want the menu to display in Chinese, do I need to graphically display the menu, how to compile it? (Difficult), are there any good software?
Hehe! A lot of questions
|
|
2002-12-13 00:00 |
|
|
mys
元老会员
        
积分 5170
发帖 1637
注册 2002-10-16 来自 广东佛山
状态 离线
|
『第 2 楼』:
使用 LLM 解释/回答一下
不可以,随非修改DOS盘上的启动扇区代码,并且需要不依赖DOS的汉字显示,像某些保护卡之类。
正常情况下DOS的启动顺序总是
DOS启动记录-IO.STS--MSDOS.SYS--CONFIG.SYS--COMMAND.COM--AUTOEXEC.BAT
It is not possible unless you modify the boot sector code on the DOS disk and need to display Chinese characters independently of DOS, like some protection cards. Normally, the boot sequence of DOS is always DOS boot record - IO.STS - MSDOS.SYS - CONFIG.SYS - COMMAND.COM - AUTOEXEC.BAT
|

我的网志
http://hzmys.blog.163.com/
我的网盘
firststep.qjwm.com
fsmys.ys168.com
ssmys.ys168.com
www.brsbox.com/fsmys
www.brsbox.com/ssmys
www.brsbox.com/ccdos
|
|
2002-12-13 00:00 |
|
|
娃哈哈
初级用户
 
积分 130
发帖 10
注册 2002-12-13
状态 离线
|
『第 3 楼』:
使用 LLM 解释/回答一下
用BAT能不能建立菜单啊?
如果还有子菜单怎么做?
Can BAT file be used to create a menu? And how to make a submenu if there is one?
|
|
2002-12-13 00:00 |
|
|
MYS
元老会员
        
积分 5170
发帖 1637
注册 2002-10-16 来自 广东佛山
状态 离线
|
『第 4 楼』:
使用 LLM 解释/回答一下
DOS本身好象有一个CHOIC可以建立基本的菜单,至于复杂的菜单建议使用NORTON中的BE等增强软件。
DOS itself seems to have a CHOIC that can be used to create basic menus. For more complex menus, it is suggested to use enhanced software like BE in NORTON.
|

我的网志
http://hzmys.blog.163.com/
我的网盘
firststep.qjwm.com
fsmys.ys168.com
ssmys.ys168.com
www.brsbox.com/fsmys
www.brsbox.com/ssmys
www.brsbox.com/ccdos
|
|
2002-12-13 00:00 |
|
|
娃哈哈
初级用户
 
积分 130
发帖 10
注册 2002-12-13
状态 离线
|
『第 5 楼』:
使用 LLM 解释/回答一下
以下是引用MYS在2002-12-13 19:13:38的发言:
DOS本身好象有一个CHOIC可以建立基本的菜单,至于复杂的菜单建议使用NORTON中的BE等增强软件。
其实我是一个刚刚对DOS感上兴趣的,许多东西都是在摸索着,我觉得非常有趣味,有学头,所以许多方面需要各位老大详细的帮助。
我想做一个集GHOST自动(批处理)恢复,自动修复主板BIOS,黑屏下自动恢复显卡BIOS和ME的大分区FDISK等等于一身的软盘系统。我又想实现DOS下的中文化,菜单化。这样许多不懂DOS的,对硬件系统陌生的朋友就可以用了。呵呵!是不是有点异想天开啊?
The following is a quote from MYS on 2002-12-13 19:13:38:
DOS itself seems to have a CHOIC that can create basic menus. For complex menus, it is recommended to use enhanced software like BE in NORTON.
Actually, I am just a novice who has become interested in DOS. I am exploring many things. I find it very interesting and rewarding to learn, so I need detailed help from all the seniors in many aspects.
I want to make a floppy disk system that integrates GHOST automatic (batch processing) recovery, automatic motherboard BIOS repair, automatic video card BIOS and ME recovery in black screen, and large partition FDISK, etc. I also want to realize Chinese localization and menuization under DOS. In this way, many friends who don't understand DOS and are unfamiliar with hardware systems can use it. Hehe! Is it a bit far-fetched?
|
|
2002-12-13 00:00 |
|
|
MYS
元老会员
        
积分 5170
发帖 1637
注册 2002-10-16 来自 广东佛山
状态 离线
|
『第 6 楼』:
使用 LLM 解释/回答一下
哈,有点儿初生牛犊不怕虎的味道。
Hehe, there is a bit of the daring of a green hand who doesn't fear tigers.
|

我的网志
http://hzmys.blog.163.com/
我的网盘
firststep.qjwm.com
fsmys.ys168.com
ssmys.ys168.com
www.brsbox.com/fsmys
www.brsbox.com/ssmys
www.brsbox.com/ccdos
|
|
2002-12-13 00:00 |
|
|
娃哈哈
初级用户
 
积分 130
发帖 10
注册 2002-12-13
状态 离线
|
『第 7 楼』:
使用 LLM 解释/回答一下
其实不做中文的,一种功能只做一张软盘,自动批处理是很容易实现的事。但没想到合起来会这么难!:(
老大哪里有好的资料给我看看?
Actually, if you don't do Chinese ones, making a single floppy disk with one function is quite easy to achieve. But I didn't expect it to be so difficult to combine them together! :(
Boss, where are there good materials for me to look at?
|
|
2002-12-13 00:00 |
|
|
娃哈哈
初级用户
 
积分 130
发帖 10
注册 2002-12-13
状态 离线
|
『第 8 楼』:
使用 LLM 解释/回答一下
问个问题!为什么天汇(TW)在WIN系统做的启动文件(IO.SYS,COMMAND.COM,MSDOS.SYS就这三个)里显示的是乱码。而在6.22下却正常显示。不知道7.01怎么样?可是我不知道哪里有7.01这三个文件的下载?
Ask a question! Why does Tianhui (TW) display garbled characters in the startup files (IO.SYS, COMMAND.COM, MSDOS.SYS, just these three) made in the WIN system, but it displays normally under 6.22. I don't know how 7.01 is. But I don't know where to download these three files of 7.01?
|
|
2002-12-13 00:00 |
|
|
MYS
元老会员
        
积分 5170
发帖 1637
注册 2002-10-16 来自 广东佛山
状态 离线
|
『第 9 楼』:
使用 LLM 解释/回答一下
你是怎样用的,其实大多数新型的汉字系统都可以在DOS7.X和FAT32中使用。
How do you use it? Actually, most new Chinese character systems can be used in DOS 7.X and FAT32.
|

我的网志
http://hzmys.blog.163.com/
我的网盘
firststep.qjwm.com
fsmys.ys168.com
ssmys.ys168.com
www.brsbox.com/fsmys
www.brsbox.com/ssmys
www.brsbox.com/ccdos
|
|
2002-12-14 00:00 |
|
|
娃哈哈
初级用户
 
积分 130
发帖 10
注册 2002-12-13
状态 离线
|
『第 10 楼』:
使用 LLM 解释/回答一下
呵呵!现在我知道怎么一启动就是中文的了。就是建立菜单文件MENU。不过这样一层层下去,文件太多了!
Hehe! Now I know why it starts in Chinese. It's by creating the menu file MENU. But this way, going layer by layer, there are too many files!
|
|
2002-12-14 00:00 |
|
|
okghost
初级用户
 
积分 140
发帖 14
注册 2002-11-11
状态 离线
|
|
2002-12-21 00:00 |
|
|
Wengier
系统支持
             “新DOS时代”站长
积分 27736
发帖 10521
注册 2002-10-9
状态 离线
|
『第 12 楼』:
使用 LLM 解释/回答一下
我好像还从来就没有见到过哪个汉字系统不能在MS-DOS 7.x中运行吧。不是“大多数”,而是“全部”。
I seem to have never seen any Chinese character system that cannot run in MS-DOS 7.x. Not "most", but "all".
|

Wengier - 新DOS时代
欢迎大家来到我的“新DOS时代”网站,里面有各类DOS软件和资料,地址:
http://wendos.mycool.net/
E-Mail & MSN: wengierwu AT hotmail.com (最近比较忙,有事请联系DOSroot和雨露,谢谢!)
 |
|
2002-12-21 00:00 |
|
|
LK
高级用户
   
积分 915
发帖 309
注册 2002-12-22
状态 离线
|
|
2002-12-30 00:00 |
|
|
nre
银牌会员
     nre
积分 1210
发帖 361
注册 2002-12-28
状态 离线
|
『第 14 楼』:
使用 LLM 解释/回答一下
想法不错,不过实现起来,特别是针对修复BIOS之类的功能,是非常难的,因为你得先检测主板类型,型号,根据不同的选择不同的更新程序,BIOS文件,和参数,这就要求你必须对市面上所出售的大多数主板的硬件参数都很了解,不过这对一个普通的技术人员来说几乎不可能的。至于汉字系统和图形界面,其实我认为是没必要的,对付DOS汉字文件目录可以用VC,NC这种软件,图形界面就目前仅通过批处理和一些个人编写的FREE很难做出高效率和高兼容性的程序。你看像WENGIER这样的高手做出的系统盘从不集成汉字系统和图形系统。他优先保证的是兼容性,稳定性,大内存及高速度。
The idea is good, but it's very difficult to implement, especially for functions like repairing BIOS. Because you have to first detect the motherboard type and model, and select different update programs, BIOS files, and parameters according to different situations. This requires you to be very familiar with the hardware parameters of most motherboards on the market, but this is almost impossible for an ordinary technician. As for the Chinese character system and graphical interface, actually I think it's unnecessary. You can use software like VC, NC to deal with DOS Chinese character file directories. It's very difficult to make a program with high efficiency and high compatibility through batch processing and some personally written FREE for the graphical interface at present. You see, system disks made by高手 like WENGIER never integrate Chinese character systems and graphical systems. He gives priority to compatibility, stability, large memory and high speed.
|

Teamwork ! |
|
2002-12-30 00:00 |
|
|
娃哈哈
初级用户
 
积分 130
发帖 10
注册 2002-12-13
状态 离线
|
『第 15 楼』:
使用 LLM 解释/回答一下
谢谢。我也积累了许多资料,做的差不多了。
Thanks. I've also accumulated a lot of materials and almost finished it.
|
|
2003-1-3 00:00 |
|