Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

create batch file to delete folders

del /f /q "%appdata%uTorrentCompletedDL*.*"
for /d %%d in ("%appdata%uTorrentCompletedDL*.*") do rmdir /s /q "%%d"
Comment

create batch file to delete folders

rmdir example
Comment

PREVIOUS NEXT
Code Example
Shell :: shebang line 
Shell :: git view changes in commit 
Shell :: sbt build command 
Shell :: git get commit author 
Shell :: move view vim 
Shell :: cascadia code vscode ubuntu 
Shell :: install nvm mac with brew 
Shell :: git pull shows already up to date 
Shell :: kubectl exec bash 
Shell :: http-server mac install 
Shell :: shell script red color 
Shell :: git remove all files in gitignore 
Shell :: export bigquery scheam 
Shell :: Uninstall Applications in ubuntu through the Command Line 
Shell :: bash switch case 
Shell :: docker prune 
Shell :: brew install jupyter 
Shell :: homebrew install sass 
Shell :: install docker on windows powershell 
Shell :: How do I run multiple commands on one line in PowerShell? 
Shell :: how to install homebrew using zsh 
Shell :: how to use termianl on mac to go back one directory 
Shell :: overall configuration gzip compression with nginx 
Shell :: ngrok command 80 not found 
Shell :: centos set permissions on folder recursively 
Shell :: get additional parameters linux scripting 
Shell :: windows print environment variable powershell 
Shell :: starting nodemon server 
Shell :: ghost in the shell 
Shell :: docker wordpress 
ADD CONTENT
Topic
Content
Source link
Name
4+7 =