|
View:
New views
3 Messages
—
Rating Filter:
Alert me
|
|
|
Access cygwin through a C# applicationHi piclist,
I want to access cygwin through a C# application. I can't say much about the actual problem I am trying to solve, but a program can only be accessed through cygwin command line because that's how you enter parameters into the program. I need to do this in an automated fashion with certain triggers to tell a C# application to call cygwin which calls the required application. How is this done? Thanks. --Zach -- http://www.piclist.com PIC/SX FAQ & list archive View/change your membership options at http://mailman.mit.edu/mailman/listinfo/piclist |
|
|
Re: Access cygwin through a C# applicationOn Mon, 7 Jul 2008, Zachary Noyes wrote:
> I want to access cygwin through a C# application. I can't say much about the > actual problem I am trying to solve, but a program can only be accessed > through cygwin command line because that's how you enter parameters into the > program. I need to do this in an automated fashion with certain triggers to > tell a C# application to call cygwin which calls the required application. > How is this done? Thanks. ShellExecute or whatever the managed version of it is? -- Ian Smith www.ian.org -- http://www.piclist.com PIC/SX FAQ & list archive View/change your membership options at http://mailman.mit.edu/mailman/listinfo/piclist |
|
|
RE: Access cygwin through a C# application> -----Original Message----- > From: piclist-bounces@... [mailto:piclist-bounces@...] On Behalf > Of Zachary Noyes > Sent: 07 July 2008 18:18 > To: piclist@... > Subject: [OT] Access cygwin through a C# application > > Hi piclist, > > I want to access cygwin through a C# application. I can't say much about > the > actual problem I am trying to solve, but a program can only be accessed > through cygwin command line because that's how you enter parameters into > the > program. I need to do this in an automated fashion with certain triggers > to > tell a C# application to call cygwin which calls the required application. > How is this done? Thanks. > System.Diagnostics.Process has numerous methods that may be useful to you: <http://msdn.microsoft.com/en-us/library/system.diagnostics.process.star t.aspx> Regards Mike ======================================================================= This e-mail is intended for the person it is addressed to only. The information contained in it may be confidential and/or protected by law. If you are not the intended recipient of this message, you must not make any use of this information, or copy or show it to any person. Please contact us immediately to tell us that you have received this e-mail, and return the original to us. Any use, forwarding, printing or copying of this message is strictly prohibited. No part of this message can be considered a request for goods or services. ======================================================================= -- http://www.piclist.com PIC/SX FAQ & list archive View/change your membership options at http://mailman.mit.edu/mailman/listinfo/piclist |
| Free Forum Powered by Nabble | Forum Help |