How can i modify remote machine input.properties file from web page in C#.Net

Posted by picnic4u on Stack Overflow See other posts from Stack Overflow or by picnic4u
Published on 2012-09-03T13:37:20Z Indexed on 2012/09/03 15:38 UTC
Read the original article Hit count: 99

Filed under:

i have build script in remote machine.but i want to start the build from my local machine.so for this i need to update the input.properties file in remote machine and then run the batch file to start the build process. For this i have created one web page i am selecting all the build information upto input property and then i want to modify the patch name and revision number for build in that input properties.After this i want to trigger one batch file(buildstart.bat) to start the build which is in same folder after clicking on Start Build button

so how can i modify the remote input.properties file and run the batch file in C#. please give me some suggestion for this. thanks in advance...

© Stack Overflow or respective owner

Related posts about c#