如何讓 windows 任務計劃定時打開網址

@echo off
start C:\"Program Files"\"Internet Explorer"\"IEXPLORE.EXE" "http://www.baidu.com"
ping -n 10 127.0.0.1>null
tskill iexplore

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章