mercredi 23 mars 2016

How to Handle if condition with multiple statement in windows batch without goto or call

How to handle an windows batch if condition with multiple statement without using goto or call function -

If (%value1%=="Test") ( statement1 statement2 statement3 statement4 )

else ( statement1 statement2 statement3 statement4 )

Aucun commentaire:

Enregistrer un commentaire