We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c07b3d commit b2e0fbfCopy full SHA for b2e0fbf
scripts/copy.ps1
@@ -7,5 +7,5 @@
7
#
8
9
param( [String] $Source, [String] $Destination, [String] $Filter)
10
-
11
-Get-ChildItem $Source | Copy-Item -Filter $Filter -Destination $Destination -Recurse -Force
+Write-Host ">>> $Filter"
+robocopy $Source $Destination $Filter /e /im /is /it
0 commit comments