How do run an executable from C #
I need to run zip a file(s) using winzip from within my c# application. Can anyone point me to documentation / example of how to accomplish that. Thanks in advance - SS -
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.
Scott SorensenPosted Aug 28, 2006, 1:54 PM
jad salloumPosted Aug 6, 2006, 5:17 AM
u can use system.diagnostics.process.start(filename);
jad salloumPosted Aug 6, 2006, 5:17 AM
u can use system.diagnostics.process.start(filename);
jad salloumPosted Aug 6, 2006, 5:16 AM
u can use system.diagnostics.process.start(filename);