Hi Friends,
I am having one from in that i am having one button.
on the button click i want to pass some value to batch file.
please let me know how do i do this with Example.
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
VulpesPosted Sep 26, 2011, 9:15 AM
http://www.c-sharpcorner.com/Forums/Thread/140142/can-any-one-help-me-out-in-executing-this-code.aspx
It's important to specify the /C switch when invoking the command processor to run a batch file, which terminates the command session immediately afterwards. It probably won't work otherwise.