Advertisement
ibi

compare zip/log and start batch

ibi
Feb 11th, 2016
196
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. # compare .zip and .log and start batch with it
  2. compare (gci .\co_zips) (((gci .\co_logs).Name) -replace ".log","")  -passthru | ? {$_.SideIndicator -eq '<=' } | % { &.\batch.cmd $_.fullname }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement