robocopy script
This commit is contained in:
5
File/robocopy.ps1
Normal file
5
File/robocopy.ps1
Normal file
@@ -0,0 +1,5 @@
|
||||
$source = "C:\source_folder"
|
||||
$destination = "D:\destination_folder"
|
||||
$logFile = "C:\robocopy.log"
|
||||
|
||||
Robocopy.exe $source $destination /E /V /NP /LOG:$logFile
|
||||
Reference in New Issue
Block a user