2 years ago

#76409

test-img

Lior v

Starting process without attaching it to the current one c#

I'm trying to start a process using the following code :

Process.Start(new ProcessStartInfo()
        {
            FileName = $"{Environment.CurrentDirectory}\\file.exe"
        });

The process starts as it should be. However, when I look at the task manager, I see this:

1.

Is there any way to start the process without attaching it to the current one?

Thanks in advance, Lior.

c#

process

0 Answers

Your Answer

Accepted video resources