My programming environment includes scripts for setting up my autobuild on a clean machine.
One step uses a vbscript to configure a website on IIS that is used to monitor the build.
On a particular machine I will be running apache on port 80 for a separate task.
I would like my vbscript to set the port to 8080 for the new site that it is adding.
How can I do this?