You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
356 B
Plaintext

11 months ago

@echo off
echo 正在关闭未关闭的IE进程请稍等......
taskkill /f /im iexplore.exe
echo -------------开始运行指定的网页页面----------
::echo.&pause
start "" "C:\Program Files\Internet Explorer\iexplore.exe" "http://localhost:2296/DataUser/AppCoder/Default.htm"
echo IE打开完成
::echo.&pause
ping 127.0.0.1 -n 2