Re: API
Thorsten Glaser <[email protected]> Thu, 4 Mar 2021 13:36:02 +0000 (UTC)
| Newsgroups | gmane.comp.version-control.cvs.general |
|---|---|
| Message-ID | <[email protected]> |
Hi Ankush,
>Do you know how I can run CVS as subprocess in C# net application?
the same way as you=E2=80=99d run any other external program.
>Any documentation do you have?
No, but three minutes of web search shows me
https://docs.microsoft.com/en-us/dotnet/api/system.diagnostics.process.star=
t?view=3Dnet-5.0#System_Diagnostics_Process_Start_System_String_System_Stri=
ng_
and then using the StandardInput, StandardOutput and StandardError
members of the returned Process object would do the trick AFAICT.
I am not a .net programmer, so I cannot help with specifics.
Enjoy,
//mirabilos
--=20
21:49=E2=8E=9C<allamoox:#sendmail> I have a question guys,
=E2=8E=9C Can I use my PC as SMTP server, I use Windows 7 .
=E2=8E=9C Already googled and Installed IIS
=E2=8E=9C but Still I can't send E-mail