Guest User

Untitled

a guest
Feb 16th, 2019
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. gci c:Clients*footer.jpg |
  2. ?{($_.directory.name -match ''^d+-d+$') -and ($_.length -eq 4904)}
  3.  
  4. gci c:Clients*footer.jpg |
  5. ?{($_.directory.name -match '^d+-d+$') -and ($_.length -eq 4904)} |
  6. %{copy-item 'c:NewArtworkfooter.jpg' "$($_.directory)footer.jpg" -force}
Add Comment
Please, Sign In to add comment