Two If Statements In One Line For Batch Files -
I am creating a batch file for which two inputs are required:
echo What is the name of my two brothers / P input 1 = set / P input 2 = Now what I should do is:
If% input1 == Something else if% input2% == Othering continue Goto But I do not know how to do it properly. If "% input1%" is EQU "anything" if "%", then need help.
Input 2% "EQU" Other "Geto: Continue
Comments
Post a Comment