I use "Generate Chinese CONFIG.SYS.BAT", and the commands inside are:
VTMAGIC.COM -m8 -c2 /t CONFIG.txt
rem Delay for 1 second to wait for processing
.\dos\CHOICE /N /C:12 /T:1,02 ..........
copy CONFIG.NEW CONFIG.SYS
del CONFIG.NEW
The content of the config.txt I wrote is:
device=config.exe
device=ConMenu.sys
rem color=1e
rem default=A,10
rem caption= System Maintenance Tool USB Flash Drive
rem caption====================
rem endnote=Press ↑↓ or corresponding letters to select menu items
rem endnote=
rem cm0=[A. NF Network Boot
rem cm0=]A
rem cm0=[B. Intel Network Boot
rem cm0=]B
rem cm0=[end]
After running that batch file, the content of config.sys is:
device=config.exe
device=ConMenu.sys
rem color=1e
rem default=A,10
rem caption= ÃĄŅƆLJ
rem caption=ȈȈȈȈȈȈȈȈȈȈȈȈȈȈȈȈȈȈȈ
rem endnote=ɉʊˋ͍̌ΎϏАёҒӓԔՕ
rem endnote=
rem cm0=[A. NF֖ח
rem cm0=]A
rem cm0=[B. Intel֖ח
rem cm0=]B
rem cm0=[end]
The text inside becomes unrecognizable.
I copied someone else's config.txt and modified it (can't change all), and the content is:
device=config.exe
device=ConMenu.sys
rem color=1e
rem default=A,10
rem caption= System Maintenance Tool USB Flash Drive
rem caption====================
rem endnote=Press ↑↓ or corresponding letters to select menu items
rem endnote=
rem cm0=[A. GRUB Mode, Load MENU.LST Menu, Boot WIN PE and Other System Maintenance Tool Images
rem cm0=]A
rem cm0=[B. Intel Network Boot
rem cm0=]B
rem cm0=[end]
After running the batch file, the content of config.sys is:
device=config.exe
device=ConMenu.sys
rem color=1e
rem default=A,10
rem caption= 纮羴聜脙膭艆茊菄
rem caption=葓葓葓葓葓葓葓葓葓葓葓葓葓葓葓葓葓葓葓
rem endnote=蓧蕣藡虒蛵螏蠌袗褢覓訐詳諘
rem endnote=
rem cm0=[A. GRUB謻讞,貥贆MENU.LST訐詳,跉蹧WIN PE軠轁逓纮羴聜脙膭艆邿酄
rem cm0=]A
rem cm0=[B. Intel帷猗
rem cm0=]B
rem cm0=[end]
This is normal. Why does it not work as long as I change the text in
rem cm0=[A. GRUB Mode, Load MENU.LST Menu, Boot WIN PE and Other System Maintenance Tool Images
here?
VTMAGIC.COM -m8 -c2 /t CONFIG.txt
rem Delay for 1 second to wait for processing
.\dos\CHOICE /N /C:12 /T:1,02 ..........
copy CONFIG.NEW CONFIG.SYS
del CONFIG.NEW
The content of the config.txt I wrote is:
device=config.exe
device=ConMenu.sys
rem color=1e
rem default=A,10
rem caption= System Maintenance Tool USB Flash Drive
rem caption====================
rem endnote=Press ↑↓ or corresponding letters to select menu items
rem endnote=
rem cm0=[A. NF Network Boot
rem cm0=]A
rem cm0=[B. Intel Network Boot
rem cm0=]B
rem cm0=[end]
After running that batch file, the content of config.sys is:
device=config.exe
device=ConMenu.sys
rem color=1e
rem default=A,10
rem caption= ÃĄŅƆLJ
rem caption=ȈȈȈȈȈȈȈȈȈȈȈȈȈȈȈȈȈȈȈ
rem endnote=ɉʊˋ͍̌ΎϏАёҒӓԔՕ
rem endnote=
rem cm0=[A. NF֖ח
rem cm0=]A
rem cm0=[B. Intel֖ח
rem cm0=]B
rem cm0=[end]
The text inside becomes unrecognizable.
I copied someone else's config.txt and modified it (can't change all), and the content is:
device=config.exe
device=ConMenu.sys
rem color=1e
rem default=A,10
rem caption= System Maintenance Tool USB Flash Drive
rem caption====================
rem endnote=Press ↑↓ or corresponding letters to select menu items
rem endnote=
rem cm0=[A. GRUB Mode, Load MENU.LST Menu, Boot WIN PE and Other System Maintenance Tool Images
rem cm0=]A
rem cm0=[B. Intel Network Boot
rem cm0=]B
rem cm0=[end]
After running the batch file, the content of config.sys is:
device=config.exe
device=ConMenu.sys
rem color=1e
rem default=A,10
rem caption= 纮羴聜脙膭艆茊菄
rem caption=葓葓葓葓葓葓葓葓葓葓葓葓葓葓葓葓葓葓葓
rem endnote=蓧蕣藡虒蛵螏蠌袗褢覓訐詳諘
rem endnote=
rem cm0=[A. GRUB謻讞,貥贆MENU.LST訐詳,跉蹧WIN PE軠轁逓纮羴聜脙膭艆邿酄
rem cm0=]A
rem cm0=[B. Intel帷猗
rem cm0=]B
rem cm0=[end]
This is normal. Why does it not work as long as I change the text in
rem cm0=[A. GRUB Mode, Load MENU.LST Menu, Boot WIN PE and Other System Maintenance Tool Images
here?
