06-11-2013, 07:20 PM
Hi,
I wrote a script for server 1 urls :
I got a new requirement where i've to run the same script on multiple servers. eg.
I'm running my script overnight after a new build is deployed on the server. Is there a way i could dynamically run the script on server 1 and then on server 3 after a new build is deployed on it respectively?
Thanks
Arpan
I wrote a script for server 1 urls :
Code:
SystemUtil.Run "http://server1.xyz.xyz.com", "", "", ""
I got a new requirement where i've to run the same script on multiple servers. eg.
Code:
SystemUtil.Run "http://server2.xyz.xyz.com", "", "", ""
I'm running my script overnight after a new build is deployed on the server. Is there a way i could dynamically run the script on server 1 and then on server 3 after a new build is deployed on it respectively?
Thanks
Arpan