Hi, following case:
There are several archived files in a folder named 9€_.....jpg
When I run "dir /b 9€*.* >a:\Archived.txt" in a batch file
all these 9€_....jpg are properly shown with the €-character in Archived.txt
However, when I run "set file=%@line[a:\archived.txt,0]" and then "echo %file",
%file does not show the Euro sign (€) but some other, cryptic sign.
So, when I try to run "copy %file" to some target folder, I get the error message
"... file %file not found ..."
Is there a way to get TCC to recognize and use the Euro sign € ??
Thanks a lot
Hansueli Hof - Basel/Switzerland
There are several archived files in a folder named 9€_.....jpg
When I run "dir /b 9€*.* >a:\Archived.txt" in a batch file
all these 9€_....jpg are properly shown with the €-character in Archived.txt
However, when I run "set file=%@line[a:\archived.txt,0]" and then "echo %file",
%file does not show the Euro sign (€) but some other, cryptic sign.
So, when I try to run "copy %file" to some target folder, I get the error message
"... file %file not found ..."
Is there a way to get TCC to recognize and use the Euro sign € ??
Thanks a lot
Hansueli Hof - Basel/Switzerland