Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Get-ChildItem -Path "C:\Test*[BTC@decoding]*.txt" -Force | Where-Object { !$_.PSIsContainer } | Remove-Item
- Get-ChildItem -Path "C:\Test*[BTC@decoding]." -Force -recurse | Where-Object { !$_.PSIsContainer } | Remove-Item -Force
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement