-
As user I would like to be able to select a profile (robocopy jobfile) as default so that the most use profile is already selected when I want to start a RoboCopy job.
-
The following snippet in Test-TargetResource:
```
else
{
throw "robocopy returned with errors! Exit code: $result! More info here:https://support.microsoft.com/en-us/kb/954404"
}
…
-
As user I would like to make profiles with different RoboCopy jobfiles (each unique) which I can select so that I can use the tool for multiple kind of jobs.
-
As of this morning, the robocopy task is failing with the following error. I confirmed the file is not present on disk. There's only 3 files in a 1.1.3 directory: icon.png, robocopytask.ps1, and task.…
-
Use /LOG parameter with robocopy to improve performance
-
My attempt to copy a directory with subdirectories and *.txt; *.pdf and *.rtf files and simultaneously ignore all larger files (*.exe; *.rar; *.msi) over 5000 bytes works only partially. The directory…
-
I'm looking for a GUI wrapper around RoboCopy which will allow me to create an entire mirroring plan. That plan will include many directory pairs on source and target. I like what ChoEazyCopy does, …
-
In the post-build event of Quarts.FeaturePack.CLI the second of the following commands exits with errors:
- robocopy D:\QuartzNetFeaturePack\Quartz.FeaturePack.CLI..\Quartz.FeaturePack.NancyWebApi\Web…
-
Scenario:
I am using Robocopy to copy files.
It has the wonderfully designed attribute of non-zero success exit codes. 0-3 are success.
I ran robocopy and then a bunch of code to do COM registration…
-
Thanks for a very useful plugin when developing on Windows.
I'm wondering if it is possible to have multiple tasks in a GruntFile.js?
Most other Grunt plugins allow several tasks to be defined, but…