char pBuffer[5000];
char seps[] = "\r\n";
CString Inbuffer[12];
strcpy(pResponse,pBuffer);
Inbuffer[0] = strtok(pBuffer , seps); //char ->CString
Inbuffer[1] = strtok(NULL , seps);
if (Inbuffer[1] == "ACK“) return true;
else return false;
一直以來我的人生毫無目標,但自從認識了美惠後,我覺得自己有了方向感 , 於是乎想利用網路部落格來抒發一下我跟美惠的日記, 也嘗試著寫一些學校學的東西文章,此Blog建立於 2008/4/17
寫法1. Process proc = new Process(); / /PowerShell.exe path proc.StartInfo.FileName = @"c:\Windows\System32\ WindowsPowerShell\v1.0\ powe...
沒有留言:
張貼留言