Running scheduled web scripts in a Windows Server environment
        Posted  
        
            by 
                Dan Murfitt
            
        on Server Fault
        
        See other posts from Server Fault
        
            or by Dan Murfitt
        
        
        
        Published on 2012-04-05T10:53:10Z
        Indexed on 
            2012/04/05
            11:32 UTC
        
        
        Read the original article
        Hit count: 501
        
I'm trying to get a scheduled web script running on a Windows Server and so far the only way I've managed to automate this process is by using the Task Scheduler to open Internet Explorer with the web address as a parameter. I then need to create a separate task to run just after this task to close Internet Explorer (otherwise the task doesn't complete).
Is there a better way of doing this?
I've also managed to run the script by calling the web address through a Telnet connection to the web server (GET /web/address/here) but I haven't found a way of automating this process on a scheduled basis.
Any ideas appreciated
© Server Fault or respective owner