Process::Start("C:\\Games\\win32\\client.exe -safe");

이건 안되고

Process::Start("C:\\Games\\win32\\client.exe");

이건됨


마지막부분에 -safe 때문인 것 같은데

나는 저거 꼭 붙여서 클라이언트 안전모드로 켜야하는데

방법없음?