I have a question about if - else structure in a batch file. Each command runs individually, but I couldn\'t use \"if - else\" blocks safely so these parts of my programme d
I believe you can use something such as
if ___ ( do this ) else if ___ ( do this )