只有Unicode 版本的CreateProcess 會修改這個參數,所以下面的程式碼可以work: wchar_t cmd[ 100 ] = L"notepad D:\\mt.txt"; CreateProcessW( NULL, ...
確定! 回上一頁