Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

[BCB]如何呼叫.exe檔

0 views
Skip to first unread message

想申請oop

unread,
May 30, 2000, 3:00:00 AM5/30/00
to
※ 引述《srv...@bbs.nkfu.edu.tw (blue of blues)》之銘言:
> 【 在 abba...@bbs.cs.nthu.edu.tw (可可粉) 的大作中提到: 】
> : 請問
> : 在BCB中如何呼叫.exe的檔呢?
> : 我需要這個執行檔去run一些資料
> : 謝謝囉!!!
> : 新手上
> WinExec("c:\xxx.exe",SW_SHOWNORMAL)

#include<stdlib.h>

and

system("c:\windows\notepad");

嘛是可以的啦...
差在那可就不知道了...
--
[1;32m※ Origin: [33m元智大學 風之塔 [37m<bbs.yzu.edu.tw> [m
[1;32m※ From : [36mn215.n203-107-6.eranet.NET [m

小馬

unread,
May 30, 2000, 3:00:00 AM5/30/00
to
※ 引述《grep...@bbs.yzu.edu.tw (想申請oop)》之銘言:

> ※ 引述《srv...@bbs.nkfu.edu.tw (blue of blues)》之銘言:
> > 【 在 abba...@bbs.cs.nthu.edu.tw (可可粉) 的大作中提到: 】
> > WinExec("c:\xxx.exe",SW_SHOWNORMAL)
> #include<stdlib.h>
> and
> system("c:\windows\notepad");
> 嘛是可以的啦...
> 差在那可就不知道了...


 WinExec 是 Windows API function
 system 是 C RunTime Library function

--

mbox: m...@im.fju.edu.tw
Web : http://mmlab.im.fju.edu.tw/~maa
--
[1;32m※ Origin: [33m謠 言 報 [37m<bbs.csie.fju.edu.tw> [m
[1;31m◆ From: [36mTS4-PPP-22.fju.edu.tw [m

0 new messages