Skip to content

Instantly share code, notes, and snippets.

@zogreptile
Last active April 11, 2019 06:06
Show Gist options
  • Save zogreptile/acc745c8785ec678299895c348b8a682 to your computer and use it in GitHub Desktop.
Save zogreptile/acc745c8785ec678299895c348b8a682 to your computer and use it in GitHub Desktop.
Windows commands

Удаление вложенных папок

rmdir <directory> /s /q

  • /s – удаление подпапок
  • /q – отключение запроса подтверждения при удалении дерева каталогов с помощью ключа /s

Переход к другому диску

cd /d d:\Docs\Java

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment