danfsmith on 02/03/11
Last Edited at 02/03/11 02:44am
$todelete = Get-Content .\remove-files.txtGet-ChildItem -recurse | Where-Object {$todelete -contains[io.path]::GetFileName($_)} | Remove-Item
Report this snippet Tweet
Comment:
You need to login to post a comment.