1
vote
how can I save the output of windows internal FTP client?
Not sure what's happening to you. I'd check the batch file that's running it, or maybe how you're scheduling the job.
The output is confusing as the error seems out of order, but redirecti …
1
vote
Why does batch file FOR fail when iterating over command output?
Wow, that is odd.
If the same commands work when split into two lines, then I'd guess it has something to do with the way the command gets run in a subshell in the FOR command.
If y …
