Search found 2 matches

by AVaughn
09 Jun 2023 06:00
Forum: DOS Batch Forum
Topic: nested IF statements, best practice (newbie question)
Replies: 5
Views: 4645

Re: nested IF statements, best practice (newbie question)

Antonio, thanks for your reply. Firstly, you helped correct my failed attempt at nesting, that is really nice of you - secondly, you reminded me that sometimes extra complexity is unnecessary. I can't think of a functional difference between the nested and not nested versions, perhaps I should focus...
by AVaughn
08 Jun 2023 17:57
Forum: DOS Batch Forum
Topic: nested IF statements, best practice (newbie question)
Replies: 5
Views: 4645

nested IF statements, best practice (newbie question)

Hello everyone, I have occasionally stumbled upon this forum, there is lots of brilliance here. I am not very skillful with batch, but I have some coding experience in other languages. I have a very basic question today - it's about best practice, professionalism, practicality. Here is a snippet of ...