Created
April 26, 2017 04:03
-
-
Save whoo24/c1488f4c4b9c7aa286e959b376d3826a to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$BaseDir = "" | |
$TargetDirName = "Tmp" | |
Get-ChildItem $BaseDir -Include $TargetDirName -Recurse | ForEach ($_) { Remove-Item $_.fullname -Force -Recurse } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment