Guest User

Untitled

a guest
Jan 16th, 2019
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. [string]$sourceDirectory = "C:test*"
  2. [string]$destinationDirectory = "C:Usersc0ldDesktop/receive "
  3. Copy-item -Force -Recurse -Verbose $sourceDirectory -Destination $destinationDirectory
  4. exit
  5.  
  6. @ECHO OFF
  7. PowerShell.exe -Command "& 'C:/test.ps1'"
  8. PAUSE
Add Comment
Please, Sign In to add comment