RMDIR, RD (Windows Embedded CE 6.0)

1/6/2010

This command removes a directory.

RMDIR [/S] [/Q] path
RD [/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

Reference

Command Processor Commands

Concepts

Command Processor Shell