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

Popular posts from this blog

Verilog Error: output or inout port "Q" must be connected to a structural net expression -

jasper reports - How to center align barcode using jasperreports and barcode4j -

c# - ASP.NET MVC - Attaching an entity of type 'MODELNAME' failed because another entity of the same type already has the same primary key value -