CODE: [Copy to clipboard]
@echo off
cls
if "%ramdrive%"=="" goto _twer
if "%1"=="/q" goto qtw
if "%1"=="/Q" goto qtw
if "%1"=="/s" goto sl
if "%1"=="/S" goto sl
pkzip -O A:\soft\twx.zip x:\ >NUL
lh x:\tway >nul
echo.
echo 天汇中文载入成功,右Shift显示或隐藏状态栏,使用TW /S 加载输入法. TW /Q 退出.
goto end
:_twer
echo Error: Not found Ramdrive,Procedures not running!
goto end
:qtw
tway /q >nul
goto end
:sl
quit >nul
pkzip -O A:\soft\twx.zip x:\ >NUL
if not exist x:\data md x:\data >nul
copy /y x:\py.mb x:\data >nul
copy /y x:\wb.mb x:\data >nul
lh x:\tway >nul
x:\key py wb >nul
echo.
echo 中文支持系统及中文输入法载入成功. TW /Q 退出中文支持.echo 输入法切换: Alt + F1 区位 F2 英文 F3 拼音 F4 五笔 F5 双拼
:end
进入到dos,第一次输入tw /s 老是不行。但是再输入一次tw /s就加载成功。