Jump to content

Problem with Creating users


Recommended Posts


Yes, definitely is a problem with ANSI/ASCII conversion, you could try to make use of this trick:

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.robvanderwoude.com/notepad.html

jaclaz

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...