I am trying to read 12|11|13 from command line from my application.
I get error “11 is not recognozed as an internal command” while reading this string.
I am OK if I can read complete string or individual numbers.
Can anyone suggest how to read this?
Nipun
You need to pass the args between quotes ex :
Because if you don’t, the caracter
|(pipe) is used to pass the output from the program on left to the program on right of the symbol.