If I read a line from a listfile
R:\_SyncDirs_\5_DOWN\Down\Books, Documents and Manuals\Schnäppchen.pdf
with
FOR %line% in (@FileList) DO Echo Line:%line%
then the result is
Line:R:\_SyncDirs_\5_DOWN\Down\Books, Documents and Manuals\Schnõppchen.pdf
This lead allways to an error, because in the next steps the Copy-Command will not find the file.
The list are created by FFIND .....
How can I avoid it ?
R:\_SyncDirs_\5_DOWN\Down\Books, Documents and Manuals\Schnäppchen.pdf
with
FOR %line% in (@FileList) DO Echo Line:%line%
then the result is
Line:R:\_SyncDirs_\5_DOWN\Down\Books, Documents and Manuals\Schnõppchen.pdf
This lead allways to an error, because in the next steps the Copy-Command will not find the file.
The list are created by FFIND .....
How can I avoid it ?