질문과 답변

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 50477
RMVX 알림이나 이벤트 또는 퀘스트 목록을 특정한 키를 누르면... 하는 스크립트 없나요? 4 세데르 밀리스 2010.10.19 918
RMXP 설치없이 rpg xp로 만든 게임 실행 돼게 하는 법 좀.....ㅠㅠ 9 왕초메이커 2010.10.19 2052
RMXP 아오오니만들기 증발 7 rpgㅜㅜ 2010.10.18 3023
RMXP 전투화면에서 질문입니다. 1 강아지야 2010.10.18 900
RMXP 8방향 스크립트 관련 질문입니다. 1 모리야스와코 2010.10.17 1004
RMXP 스크립트 관련 질문 입니다. 2 코아 코스튬 2010.10.17 794
기타 삼국지 같은 전략시뮬레이션을 만들 수 있을까요? 3 MTH 2010.10.17 1490
RMVX 데미지계산식 스크립트.. 2 크런키맛아듀크림 2010.10.17 869
RMVX 아이템 수량퀘스트 1 사이킥 2010.10.16 875
RMVX 스크립트 관련 질문입니다. 3 녹색주머니 2010.10.16 752
RMVX 아이콘 1,2,3으로 어떻게 늘려요?? 몬헌기린셋 2010.10.16 835
RMXP 스크립트 소수(실수)를 정수로 하는 방법.. 3 코아 코스튬 2010.10.16 1010
RMXP 맵표시스크립트움기는법좀.. 2 애송이 2010.10.16 555
RMXP 메세지 관련 질문이에요 2 물개인간 2010.10.16 939
RMXP 두개의 아이템을 임의로 선택후 조합방법점 알려주세요. 미스터Joker 2010.10.16 710
RMVX 테스트게임 느리게 될 경우에요, 2 별33 2010.10.15 765
RMXP 스크립트 아시는분들 이부분 해석좀 해주세요 5 EE!! 2010.10.14 609
RMXP 퀘스트만드는법 2 게임초초초초봉 2010.10.13 1006
RMVX Rpg Vx 렉 방지하는 법좀, 최적화 하는 법좀;; 4 명상합시다 2010.10.13 4148
RMVX 타이틀에 궁금한게 있는데 4 파이어 2010.10.13 799
Board Pagination Prev 1 ... 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 ... 518 Next
/ 518