1. 先建立do.vbs 文件

Dim   IE   
Set   IE   =   CreateObject( "InternetExplorer.Application")   
    
  '运行你的asp文件   
    
ie.navigate( http://localhost/test.asp)      

ie.visible=1                '如果想使运行的网页不可见,就设为0
    
  'Clean   up...   
Set   IE   =   Nothing

 

 

2. 在任务计划程序  里添加 do.vbs

 

 

 

相关文章:

  • 2021-10-19
  • 2022-12-23
  • 2022-02-13
  • 2022-01-23
  • 2021-08-31
  • 2022-01-21
  • 2021-12-10
猜你喜欢
  • 2021-05-19
  • 2021-04-04
  • 2021-12-19
  • 2022-12-23
  • 2021-12-24
相关资源
相似解决方案