I am creating a batch program, and you need to pass arguments to it. Though with my current code you have to pass the arguments in a certain way. The way I could fix this is by getting a line of text next to the argument. This is what I want :
batch.bat -arg2 arg -arg1 arg
                 ^         ^
                 |         |
              Need This Need This
 
    