Advertisement
Guest User

Untitled

a guest
Mar 28th, 2015
202
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. $filecontents[$hit.linenumber-3]| out-file -append $destination
  2.  
  3. "" |out-file -append $destination
  4.  
  5. $filecontents[$hit.linenumber-4]| out-file -append $destination
  6.  
  7. $filecontents[$hit.linenumber-3]| out-file -append $destination
  8.  
  9. $filecontents[$hit.linenumber-2]| out-file -append $destination
  10.  
  11. $filecontents[$hit.linenumber-1]| out-file -append $destination
  12.  
  13. "" |out-file -append $destination
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement