I used the guide to automaticly create users in windows xp unattended, but i have a problem with a special character. the é is being read as Ú. how can i use that batfile with a correct é in windows xp unattended?
Page 1 of 1
Problem with Creating users
#2
Posted 07 August 2004 - 04:03 AM
Just repace the "é" with "," than it I think it works, it because of ANSI and ASCII!
Greetings
Thorsten
Greetings
Thorsten
#4
Posted 07 August 2004 - 04:19 AM
Yes, definitely is a problem with ANSI/ASCII conversion, you could try to make use of this trick:
Found here:
http://www.robvander...om/notepad.html
jaclaz
Writing batch files with Notepad Windows' own Notepad may be the easiest editor available for writing batch files. Since you probably used it before, at least it doesn't have a "steep learning curve". Be aware, though, that extended ASCII characters entered in Notepad may sometimes result in completely different characters in the resulting batch file. A tip mailed to me by Denis St-Pierre is to use the good old EDIT command to create a batch file with extended ASCII characters like accented letters or "border lines". I use File Commander's editor myself for the same reason. This makes me suspect that any "text mode editor" could do the trick. I can confirm that COPY CON filename and ECHO accented_text > filename do.
Found here:
http://www.robvander...om/notepad.html
jaclaz
#5
Posted 07 August 2004 - 06:00 AM
Thanks for the info Jaclaz, but the info from Thorsten worked like a charm.
Thank you both
Thank you both
Share this topic:
Page 1 of 1



Help

Back to top









