Use a variable: echo %FOO%. Command line arguments are variables: %1 , %2 etc. Check if a variable is defined: IF NOT DEFINED FOO SET ...
確定! 回上一頁