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
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
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
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
OSGOTO 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






