ipconfig >> c:/log.txt應如何處理?
二樓的朋友,開啟拔號網路這樣
::shellexecute(null, "open", "c://windows//rundll32.exe", "shell32.dll,control_rundll c://windows//system//telephon.cpl",null,sw_show); ( yangxp 發表於 2003-4-17 3:25:00)
是不是是從msdn翻譯過來的? ( dd 發表於 2002-10-20 16:15:00)
如果,我想開啟windows的撥號網路視窗該如何用shellexecute? ( 溫柔一刀 發表於 2002-10-5 12:54:00)
請問,使用下面的方式:
void myexe(cstring filename)
是否能動態生成要開啟的檔名,而不是要指定特定名稱的檔案? ( firewill 發表於 2002-9-24 12:40:00)
據我使用,檔案路徑必須是絕對路徑。 ( xg 發表於 2002-9-22 0:14:00)
有問題,「find」怎麼使用??
d://nish 到底是搜尋路徑還是 你要搜尋的檔名?
搜尋路徑和搜尋檔名至少有乙個不能給出!!!
這算什麼搜尋?
深入淺出sizeof
int佔 位元組,short佔 位元組 1.0 回答下列問題 答案在文章末尾 1.sizeof char 2.sizeof a 3.sizeof a 4.strlen a 如果你答對了全部四道題,那麼你可以不用細看下面關於sizeof的論述。如果你答錯了部分題目,那麼就跟著我來一起 關於sizeof...
深入淺出ShellExecute
深入淺出shellexecute譯者 徐景周 原作 nishant s q 如何開啟乙個應用程式?shellexecute this m hwnd,open calc.exe sw show 或shellexecute this m hwnd,open notepad.exe c mylog.log...
深入淺出PHP Exploring PHP
一直以來,橫觀國內的php現狀,很少有專門介紹php內部機制的書。呵呵,我會隨時記錄下研究的心得,有機會的時候,彙總成書。今天這篇,我內心是想打算做為乙個導論 php是乙個被廣泛應用的指令碼語言,因為它的成功,所以很多時候,我們應用php的時候是更不不需要考慮底層到底是怎麼實現的。我相信大多數的 p...