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

  • SEARCH
  • Home
  • 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 6066627
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T09:31:16+00:00 2026-05-23T09:31:16+00:00

I have not found a way to get the error code, if returned, of

  • 0

I have not found a way to get the error code, if returned, of rmdir. It seems like the MS-DOS internal commands do not return an error code. Can someone confirm that?

How does a script that uses these commands know if the commands succeed or fail in order to decide the next step? The easiest way is to read their return code, if it is returned.

Thanks in advance.

  • 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-23T09:31:16+00:00Added an answer on May 23, 2026 at 9:31 am

    No, it appears not to. If you echo %errorlevel% after either a successful or failed rmdir, you get 0 in both cases:

    c:\pax> mkdir qqq
    c:\pax> rmdir qqq
    c:\pax> echo %errorlevel%
    0
    c:\pax> rmdir qqq
    The system cannot find the file specified.
    c:\pax> echo %errorlevel%
    0
    

    For that particular use case, you’re probably best off checking the directory existence afterwards:

    if exist dodgy\. rmdir dodgy
    if exist dodgy\. echo dodgy directory still exists
    

    Interestingly enough, if you call on a separate copy of cmd.exe to perfom the operation, you can get the error level:

    c:\pax> mkdir qqq
    c:\pax> cmd /c rmdir qqq
    c:\pax> echo %errorlevel%
    0
    c:\pax> cmd /c rmdir qqq
    The system cannot find the file specified.
    c:\pax> echo %errorlevel%
    2
    

    However, I’m unconvinced that’s better than simply checking that the directory is gone after you remove it, since it requires you to start up a whole new command interpreter.

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

Sidebar

Related Questions

I've been trying to find a way to do this but, have not found
I have searched for and found various q/a on this error, but have not
Flex uses by default UTF-8. I have not fount a way to specify a
I have scanned 'the Google' and have not found the definitive answer on whether
I have searched far and wide on the Internet but have not found anything
Here is a hum-dinger of a problem that I have not found an answer
I've investigated several C# DLL's and have not found any that work especially well.
I know this issue has been touched on here but I have not found
I've searched the iPhone documentation and on google but have not found any information
should be simple right? but have not found any anwsers :

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.