Rajat_Bakshi Guest
|
 |
« 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.
|