I have a bat script which has block1 commands. I call the block1 like this
> mybat block1
and it executes the following
:BLOCK1
CALL some command InputString
goto :EOF
)
How can I change InputString so that it executes AnotherInputString or any other input
CALL some command AnotherInputString