eagle00789 Posted August 6, 2004 Posted August 6, 2004 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?
Thorsten Posted August 7, 2004 Posted August 7, 2004 Just repace the "é" with "," than it I think it works, it because of ANSI and ASCII!Greetings Thorsten
jaclaz Posted August 7, 2004 Posted August 7, 2004 Yes, definitely is a problem with ANSI/ASCII conversion, you could try to make use of this trick:Writing batch files with NotepadWindows' 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.robvanderwoude.com/notepad.htmljaclaz
eagle00789 Posted August 7, 2004 Author Posted August 7, 2004 Thanks for the info Jaclaz, but the info from Thorsten worked like a charm.Thank you both
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now