• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

Schedule task with vbs works only 4 or 5 times...

B

bart-rennes

Guest
Hello,

I have scheduled a task to run each night a web page which generate report. But the problem it works only 4 or 5 times then nothing happen, i have to restart the server to work again...
Here my script:
' VBScript File
OPTION EXPLICIT

Dim oShell
Set oShell = WScript.CreateObject("WScript.Shell")
oShell.Run "iexplore.exe http://www.xxxxx.com/genere-alertes.aspx", 1, FALSE
WScript.Quit

In the web page "genere-alertes.aspx" i close the browser when finished.
So does someone has an idea ? this is a big problem for me.

Thanks,
jean-claude
 
Back
Top