Add non-English characters to the valid character set
Top  Previous  Next


Example: "Domain User" is called "Domänen-Benutzer" in the German version of NT.

·Valid characters in SetupBatcher are: "abcdefghijklmnopqrstuvwxyz ABCDEFGHIJKLMNOPQRSTUVWXYZ 01234567890.%". As you can see, the characters "-" and "ä" in "Domänen-Benutzer" are not included.  
·The setting "BatchSettings.AddToValidCharSet=" lets you add special characters to the valid character set.  
·Be careful! It is possible to add characters that the normal NT management tools can't handle.  

[Settings_Begin]
BatchSettings.Delimiter=TAB
Account.FullName.Col=1
Account.Password.Col=3
BatchSettings.MarkerCol=4
Account.Description.Col=6
Account.HomeDir=w:\
account.Expires=2000-01-22
Account.ProfilePath=%servername%\PROFILES\STUD
Account.ScriptName=STUD.BAT
BatchSettings.AddToValidCharSet=ä-
[Settings_End]

[Machines_Begin]
\\EDU12      NT PDC    
[Machines_End]

[Batch_Begin]
Group.Global.Create AnotherOne   
Group.Global.Create Domänen-Benutzer   
Data.Loop   
 Account.Create %col2%   
 Account.Set.Group.Global %col2%,AnotherOne,Domänen-Benutzer   
Data.Endloop   
[Batch_End]

[Data_Begin]
Full Name1   UserName1   PWtest1         Comment
Full Name2   UserName2   PWtest2         Comment
[Data_End]