Share via


RMDIR, RD (Windows CE 5.0)

Send Feedback

This command removes a directory.

RMDIR [/S] [/Q] pathRD [/S] [/Q] path

Parameters

  • /S
    Removes all directories and files in the specified directory, in addition to the directory itself. Use the /S parameter to remove a directory tree.
  • /Q
    Specifies a quiet mode. RMDIR does not ask for confirmation before RMDIR removes a directory tree with /S.
  • path
    Specifies the path for the directory.

See Also

Command Processor Commands | Command Processor Shell

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.