Kylix Programming Forum
C++Builder  |  Delphi  |  FireMonkey  |  C/C++  |  Free Pascal  |  Firebird
볼랜드포럼 BorlandForum
 경고! 게시물 작성자의 사전 허락없는 메일주소 추출행위 절대 금지
카일릭스 포럼
Q & A
FAQ
팁&트릭
강좌/문서
자료실
컴포넌트/라이브러리
자유게시판
볼랜드포럼 홈
헤드라인 뉴스
IT 뉴스
공지사항
자유게시판
해피 브레이크
공동 프로젝트
구인/구직
회원 장터
건의사항
운영진 게시판
회원 메뉴
북마크
볼랜드포럼 광고 모집

카일릭스 Q&A
[457] Re:[질문] Kylix 에서는 ShellExecute 나 WinExec 를 대신해서 어떻게 구현 해야 할까요?
이갑연 [neoic] 2758 읽음    2006-06-12 19:26
function system(Command: PChar): Integer;
The Libc.System function call is the most convenient way to start an external application. It simply executes the given argument command as shell command.

system is a blocking function, which means it will not return until the child process has terminated. The result value is -1 or 127 if an error occurred. The value 127 has the special meaning that execve (used within the system function - a more detailed description follows) failed.

이것 참고하세요.^^

+ -

관련 글 리스트
456 [질문] Kylix 에서는 ShellExecute 나 WinExec 를 대신해서 어떻게 구현 해야 할까요? 나현호 2499 2006/06/12
457     Re:[질문] Kylix 에서는 ShellExecute 나 WinExec 를 대신해서 어떻게 구현 해야 할까요? 이갑연 2758 2006/06/12
Google
Copyright © 1999-2015, borlandforum.com. All right reserved.