
CODE: [Copy to clipboard]@echo off
set "baidu=www.baidu.com"
set "cn-dos=http://www.cn-dos.net/forum/"
for /f "tokens=2*" %%i in ('reg query "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Tencent Traveler" /v DisplayIcon^|findstr "DisplayIcon"') do set "tt=%%j"
if not defined tt goto :ie
for %%a in (%baidu% %cn-dos%) do (
start "" "%tt%" %%a
)
:ie
for %%a in (%baidu% %cn-dos%) do (
start iexplore %%a
)
| 欢迎光临 中国DOS联盟论坛 (http://cndos.fam.cx/forum/) | Powered by Discuz! 2.5 |