I want to take several input from user and use those input separately as a argument to call another .ttl file. for example : when i run my batch file I take user input like : 23,34,45,56,76,44 so how do i access each input like (23 or 34 or 45) separately ? as i want to call _acb.ttl file wit argument 24 and _bfc.ttl file with 34 and so on...
I want to do it inside the batch file not as an Argument.