-
The threads launched in PriorityScheduler run forever until my program stops. It would be nice to provide a mechanism to manually stop those threads, or starts them on-demand. Thanks!
-
in my batch files i tend to put a "translation" of the exit codes.
Example: this is the translation of the exit codes for `ROBOCOPY`
```
:ERRORCHECK
IF %ERRORLEVEL% EQU 16 ECHO ***FATAL ERROR***…
-
## Where?
The Sans2dAperturesGuidesTests fail transiently (at the time of writing most recent build they failed on was on the 1st of November)
Worth investigating whether there is a difference betwe…
-
@PCAssistSoftware
I swear that I had added the '-1' enum to this exit status, along an accompanying boolean status check to one of my pull requests/commits. I can't find out/remember which one had …
-
As user I would like to be able see the jobfile with which robocopy was started (so not the profile one, but the actual one) so that I can better diagnose problems.
-
Ok, I am quite new to .net. So if this is not how to post a question, I apologize upfront. I am not what I call an expert programmer by no means but have developed applications in the past.... Just ke…
-
Hi,
I am curious if there is a better way to organize GLM results when you do several different kinds of analysis on a single pre processed dataset.
For example, AA generates preprocessed result…
-
Thank you for adjusting the byte conversion in "statistics.cs". However, this adjustment is only necessary if the fixed parameter /BYTE in "RoboCommand.cs" "GenerateParameters" is removed. With this, …
-
Hi, when start from a WinForms app, Robocopy.exe is display in a normal window on top of the current form.
Is is possible to start Robocopy.exe minimized ?
-
\! exclamation in path is treated as special backlashed symbol for some reason. I guess it's just Robocopy's drunk behaviour again, no idea how to fix.