D
DFO Tech
Here is my problem. I am trying to run these commands:
NET localgroup "Administrateurs" "XXX" /ADD
NET localgroup "Utilisateurs du Bureau à distance" "XXX" /ADD
NET localgroup "HelpServicesGroup" "XXX" /ADD
NET localgroup "Opérateurs de configuration réseau" "XXX" /ADD
NET localgroup "Utilisateurs avec pouvoir" "XXX" /ADD
This is a batch file called from a VBS script. The script is running on a
system using Windows XP Pro French with the French Canadian Language. The
problem is that when this batch file is called the special charictors with
the accents are replaced by something else. I know it has something to do
with the ANSI charictors but I am not sure how to fix it. Any ideas?
NET localgroup "Administrateurs" "XXX" /ADD
NET localgroup "Utilisateurs du Bureau à distance" "XXX" /ADD
NET localgroup "HelpServicesGroup" "XXX" /ADD
NET localgroup "Opérateurs de configuration réseau" "XXX" /ADD
NET localgroup "Utilisateurs avec pouvoir" "XXX" /ADD
This is a batch file called from a VBS script. The script is running on a
system using Windows XP Pro French with the French Canadian Language. The
problem is that when this batch file is called the special charictors with
the accents are replaced by something else. I know it has something to do
with the ANSI charictors but I am not sure how to fix it. Any ideas?