C# üzerinde yeni bir form projesi oluşturun.
Komut yürütme için bir metot kullanacağız. Bunun sayesinde işlemleri kolaylaştıracağız.
C#:
void komutYurut(string program, string args)
{
Process process = new Process();
ProcessStartInfo startInfo = new ProcessStartInfo()...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.