Search notes:

cmd.exe - rmdir

rmdir deletes directories. rm stands for remove.
C:\> rmdir p:\ath\to\directory
rmdir won't remove a non-empty directory unless /s is specified:
c:\> rdmir /s p:\ath\of\non\empty\directory
p:\ath\of\non\empty\directory, Are you sure (Y/N)?
In order to prevent the Are you sure (Y/N) question, the /q (quiet) flag needs also to be specified. This is especially useful in batch files because this question stops the execution from proceeding.
c:\> rdmir /q /s p:\ath\of\non\empty\directory

See also

Use del to delete files.
The Linux Shell command with the same name.

Index

Fatal error: Uncaught PDOException: SQLSTATE[HY000]: General error: 8 attempt to write a readonly database in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php:78 Stack trace: #0 /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php(78): PDOStatement->execute(Array) #1 /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php(30): insert_webrequest_('/notes/Windows/...', 1756326337, '216.73.216.101', 'Mozilla/5.0 App...', NULL) #2 /home/httpd/vhosts/renenyffenegger.ch/httpsdocs/notes/Windows/dirs/Windows/System32/cmd_exe/commands/rmdir(51): insert_webrequest() #3 {main} thrown in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php on line 78