batch delete folder
# NOTE: for cmd/batch/DOS only (not bash/Linux)
# EXAMPLE:
rmdir /s /q "C:\Users\TomDickHarry\DeletableStuff"
# SYNTAX
# rmdir /s /q "<your-folder-to-delete>"del /f /q "%appdata%\uTorrent\CompletedDL\*.*"
for /d %%d in ("%appdata%\uTorrent\CompletedDL\*.*") do rmdir /s /q "%%d"
rmdir example
Also in Shell:
- restart pulseaudio ubuntu
- pgadmin4 ubuntu 20.04
- how to link a repo to a project on github
- uninstall node from linux debian
- commit the add complete folder to github
- save account to git
- how to remove commit in git extension
- powershell check if software is installed
- Error while finding module specification for 'virtualenvwrapper.hook_loader' - ubuntu 20
- remove .svn recursively linux
- how to get stashed on git
- touch for powershell
- edit files from terminal linux
- fatal: could not read Username for 'https://github.com': Device not configured push crontab
- linux c++ from console
- gatsby image
- how to create a user and add it to a group in linux
- install pandas conda
- linux vim set tab to 4 spaces
- git merge branch to master
- exit from jshell
- stop elasticsearch node
- command to check working of gpu in linux
- git revert merge