how do u read the passed arguments to a windows bat file inside that bat file?
using $ARGS[0] , $ARGS[1] etc
using $1 , $2 etc
using $[0] , $[1] etc
using %1, %2 etc