Y
Hacker News
new
|
ask
|
show
|
jobs
by
maccard
691 days ago
If you are writing a bat wrapper, you might as well write the wrapper in c# at that point (which I do for anything that requires a condition or a loop)
1 comments
naikrovek
690 days ago
The threshold you’ve chosen is crazy low, for me.
A condition or a loop? You’re writing
everything
in C# then. Everything worth writing, anyway.
link
maccard
690 days ago
Pretty much, yep. The batch file is just for pre providing arguments and checking awkward error codes from robocopy
link
A condition or a loop? You’re writing everything in C# then. Everything worth writing, anyway.