질문과 답변

Extra Form

가끔 스크립트 중에 일부에서 발견되곤하는데 뭐하는 건지를 알 수가 없네요.

Comment '2'
  • ?
    Alkaid 2010.10.08 16:45

    외부명령을 실행하는 것 같습니다.  일단 ruby-doc.org에 있는 설명을 보면:


    exec(command [, arg, ...])
    Replaces the current process by running the given external command. If exec is given a single argument, that argument is taken as a line that is subject to shell expansion before being executed. If multiple arguments are given, the second and subsequent arguments are passed as parameters to command with no shell expansion. If the first argument is a two-element array, the first element is the command to be executed, and the second argument is used as the argv[0] value, which may show up in process listings. In MSDOS environments, the command is executed in a subshell; otherwise, one of the exec(2) system calls is used, so the running command may inherit some of the environment of the original program (including open file descriptors).

    exec "echo *" # echoes list of files in current directory
    # never get here

    exec "echo", "*" # echoes an asterisk
    # never get here

  • ?
    녹색주머니 2010.10.08 19:23

    감사합니다...

     

    영어는 쥐약이므로 열심히 공부해야겠네요.


List of Articles
종류 분류 제목 글쓴이 날짜 조회 수
공지 묻고 답하기 가이드 습작 2014.06.14 12387
RMVX 조건분기 오류 5 ba람이 2012.01.12 2698
GM 게임 만드는 방법좀 알려주세요...... 5 근희 2012.01.12 2720
RMXP RPG문의 2 포이즌리듬이 2012.01.11 2910
RMVX RPGVX노비타 바이오하자드 맵 1 SOUTHERNCROSS 2012.01.11 3732
RMVX 어둡게하는것 3 불량토깡 2012.01.11 2999
RMXP XP압축파일 실행오류와 스크립트에디터 한국어 부분... 1 님믹 2012.01.11 2815
RMVX 마을 이름을 바뀌게 하고 싶어요 2 가는이 2012.01.10 2860
RMVX 변수를 이용한 아이템구입 1 GTGs 2012.01.10 2186
RMVX 스위치 에따라서 스크립트 켰다 껏다 할수있을까요? 1 상생 2012.01.09 2941
RMVX 예를들어,스탯배분같은 메뉴에 원래 없던 것을 메뉴에서 없애는 법 6 쉰라면블랙 2012.01.09 2356
RMXP Rpgxp 맵칩 제작 1 미친존재감 2012.01.09 4401
RMVXA rpgvx ace전투 2 푸른초원 2012.01.09 3826
RMXP 몬스터 도감 스크립트 질문입니다 zerlo 2012.01.09 1559
RMXP xp 고수분들 답변부탁점여2 ㅠㅠ 동뼉 2012.01.08 2876
RMVXA vx ace랑 vx랑 스크립트 연동 안되나요? 1 동뼉 2012.01.08 3524
RMVXA rb파일은 어떻게 쓰는 건가요? 2 엘 티그레 2012.01.08 6035
기타 아방스님 에이스버전 언제나오나요?,, 1 피터붐 2012.01.08 2939
RMVX 타이틀 메뉴 순서 바꾸는 방법 있나요? 1 상생 2012.01.08 2526
RMXP RPG XP 게임실행 오류... 도와주세요!!! 1 file 블라블라 2012.01.08 4823
RMVX 아방스님께서 올려주신 액알 스크립트 말이에요..{VLAD ABS [액알 시스템]} 2 칩스 2012.01.08 3834
Board Pagination Prev 1 ... 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 ... 516 Next
/ 516