Hi Ankush, >Do you know how I can run CVS as subprocess in C# net application?
the same way as you’d 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.start?view=net-5.0#System_Diagnostics_Process_Start_System_String_System_String_ 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 -- 21:49⎜<allamoox:#sendmail> I have a question guys, ⎜ Can I use my PC as SMTP server, I use Windows 7 . ⎜ Already googled and Installed IIS ⎜ but Still I can't send E-mail
