Activate WebSite for SharePoint
2021-03-26 16:28
标签:延迟 point 打开 ogr bsp taskkill poi for ebs @echo off Activate WebSite for SharePoint 标签:延迟 point 打开 ogr bsp taskkill poi for ebs 原文地址:https://www.cnblogs.com/Areas/p/12637276.html
@echo 正在关掉所有的IE进程(需要设置默认浏览器是IE)
taskkill /im iexplore.exe /f /t
@echo 正在访问 http://localhost
start "C:\Program Files\Internet Explorer\iexplore.exe" http://localhost
@echo 正在通过ping来延迟80秒钟,以方便IE打开页面
ping 127.0.0.1 -n 80
@echo 正在关掉所有的IE进程(需要设置默认浏览器是IE)
taskkill /im iexplore.exe /f /t
@echo 正在访问 http://localhost
start "C:\Program Files\Internet Explorer\iexplore.exe" http://localhost
@echo 正在通过ping来延迟80秒钟,以方便IE打开页面
ping 127.0.0.1 -n 80
@echo 正在关掉所有的IE进程(需要设置默认浏览器是IE)
taskkill /im iexplore.exe /f /t
文章标题:Activate WebSite for SharePoint
文章链接:http://soscw.com/index.php/essay/68200.html