Server/Windows 2007/04/25 01:48
|
test.bat ------------------------------------------------------ @echo off echo %* ------------------------------------------------------ 다음과 같이 실행하면, C:\>test a b c d e f g h i j k l m n o p 결과는 다음과 같이 출력됩니다. a b c d e f g h i j k l m n o p 마지막에 asterisk(*) 를 사용하면, 모든 인수를 출력합니다. |
http://jiny.kr/trackback/141


0