Welcome guest. Before posting on our computer help forum, you must register. Click here it's easy and free.

Author Topic: Batch file problem with Unicode names  (Read 4975 times)

0 Members and 1 Guest are viewing this topic.

Rajat_Bakshi

  • Guest
Batch file problem with Unicode names
« on: January 19, 2005, 01:15:13 AM »
My batch file contains

-----------------------------------------------------------------------

COPY /y abc.exe "abc (Français).exe"

------------------------------------------------------------------------

but the output file shows garbled name.

Wheres when i run the copy command from command line it works.

Any idea.How can I make it work through batch file.