I'm at my wits' end .... maybe you can help me ?
I have a button in my TC button bar which passes paths+names of the currently selected files (via %L) on to a batch file for further processing.
%L (as described in the TC help) creates a temporary text file storing the filenames.
Unfortunately there is a charset conflict I am not able to resolve:
I have (for example) a file, which - in both the DOS console and TC's files panel - is written as: "d:\De l'Autre Côté de la Rue (113).mp3". If I go to the temp dir and open the temporary text file (CMD345.tmp) created by %L with TC's Lister in ANSI mode, the file is also written as above.
However in ASCII mode, Lister displays: "d:\De l'Autre C⌠tƟ de la Rue (113).mp3". Unfortunately that's also the way, the batch file reads CMD345.tmp and displays the filename (with echo). Needless to say that when trying to process the mp3 file, the batch file cannot find it.
What do I have to do ?
I would be incredibly thankful for your help!
[solved, thanks!] using %L with special characters in DOS
Moderators: Hacker, petermad, Stefan2, white
[solved, thanks!] using %L with special characters in DOS
Last edited by chrizoo on 2010-05-01, 19:34 UTC, edited 3 times in total.