how do u read the passed arguments to a windows bat file inside that bat file?

  1. using $ARGS[0] , $ARGS[1] etc

  2. using $1 , $2 etc

  3. using $[0] , $[1] etc

  4. using %1, %2 etc


Correct Option: D

Find more quizzes: