@echo off
:begin
set/p http=Please enter a website:
if exist %http% (
echo 正在连接此网站。。。
start %http%
) else (
echo 此网址不存在,请检查拼写。
)
echo 6秒之后此网页将被自动关闭。
ping -n 3 127.1>nul
tskill iexplore.exe
pause
goto begin



[ Last edited by stornager on 2007-6-19 at 04:30 PM ]
:begin
set/p http=Please enter a website:
if exist %http% (
echo 正在连接此网站。。。
start %http%
) else (
echo 此网址不存在,请检查拼写。
)
echo 6秒之后此网页将被自动关闭。
ping -n 3 127.1>nul
tskill iexplore.exe
pause
goto begin



[ Last edited by stornager on 2007-6-19 at 04:30 PM ]
