-
### qBittorrent & operating system versions
qBittorrent: qBittorrent v4.4.5 Web UI (64-bit)
Operating system: Windows 10 home x64 (10.0.1xxxx)
Qt: 5.15.5
Libtorrent: 1.2.17.0
Boost: 1.80.0
Ope…
-
This is a little bit hard to Implement but It's a killing feature.
For example:
Command.Run("cmd", "/c robocopy...");
Command.KillTree(); // Kill both cmd.exe and robocopy.exe
-
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 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.…
-
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.
-
Use /LOG parameter with robocopy to improve performance
-
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, …
-
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…
-
Hello from Spain.
I am using for first time this great tool. The os is Windows 7 Pro.
I have a bat file that uses shadowspawn.exe to create a snapshot of my d: logical unit and mount it on letter k:. …