I have a batch statement here, although for some reason it does not output the output to a file.
for /f %%a in (items.lst) do shop -r items.text %%a > result.lst
It works with normal statements, although with the FOR and DO statements its not working, could anyone shed any light on this please?
This loop deletes the results on every iteration. Did you mean to use
>>?