Advertisement
Guest User

Untitled

a guest
Feb 11th, 2020
147
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. Get-ChildItem -Path "C:\Test*[BTC@decoding]*.txt" -Force | Where-Object { !$_.PSIsContainer } | Remove-Item
  2.  
  3. 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