Process::Start("C:\\Games\\win32\\client.exe -safe");
이건 안되고
Process::Start("C:\\Games\\win32\\client.exe");
이건됨
마지막부분에 -safe 때문인 것 같은데
나는 저거 꼭 붙여서 클라이언트 안전모드로 켜야하는데
방법없음?
Process::Start("C:\\Games\\win32\\client.exe -safe");
이건 안되고
Process::Start("C:\\Games\\win32\\client.exe");
이건됨
마지막부분에 -safe 때문인 것 같은데
나는 저거 꼭 붙여서 클라이언트 안전모드로 켜야하는데
방법없음?
문서를 읽자ㅇㅅㅇ
https://docs.microsoft.com/ko-kr/dotnet/api/system.diagnostics.process.start?view=net-6.0