Ok, I could set a cmd.exe's switches when calling a batch file by entering
cmd.exe /U mybatchfile.bat
But assume I start with the default /A (ANSI) or just by double clicking
on a *.bat file.
Now (after some performed statements) I want to switch output to /U
(=Unicode).
Is there a way to set/modify this /U switch from INSIDE a DOS batch
script?
Matt