Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 784309
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 14, 20262026-05-14T20:41:32+00:00 2026-05-14T20:41:32+00:00

in DOS batch files, In an IF statement, is it possible to combine two

  • 0

in DOS batch files, In an IF statement, is it possible to combine two or more conditions using AND or OR ? I was not able to find any documentation for that

Edit – help if and the MS docs say nothing about using more than one condition in an if.

I guess a workaround for AND would be to do

if COND1 (
  if COND2 (
    cmd
  )
)

but this is exactly what I’m trying to avoid.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-14T20:41:32+00:00Added an answer on May 14, 2026 at 8:41 pm

    No, there is no easier way.

    For and you can also just chain them without introducing blocks:

    if COND1 if COND2 ...
    

    which frankly isn’t any worse than

    if COND1 and COND2 ...
    

    However, for or it gets uglier, indeed:

    set COND=
    if COND1 set COND=1
    if COND2 set COND=1
    if defined COND ...
    

    or:

    if COND1 goto :meh
    if COND2 goto :meh
    goto :meh2
    :meh
    ...
    :meh2
    

    I once saw a batch preprocessor which used C-like syntax for control flow and batch stuff in between and then converted such conditionals into multiple jumps and checks. However, that thing was for DOS batch files and was of little to no use in a Windows environment.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I want to search for files containing DOS line endings with grep on Linux.
Is it possible to embed a DOS console in a Windows Form or User
Imagine a DOS style .cmd file which is used to launch interdependent windowed applications
The same way DOS morphed into Windows? We seem to have ended up supporting
What interrupt would you hook from DOS to get the real-time clock?
I want to escape a DOS filename so I can use it with sed.
I am trying to set my DOS environment variable in Ruby, and have it
I have a text file with dos elements - hex(00) for example. I need
For example: I'm on MS DOS, I have a source code in the folder
I remember back in the day with the old borland DOS compiler you could

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.