Hi
I want to set multiple environnement variable , to apply this on several computer
the bath file (extension .bat) contain lines as
rem -----------------------
setx DROP_REAL D:\DROPBOX\123master /m
setx SUGAR_BOX D:\SUGAR123 /m
pause
rem ------------------------------
When I execute this batch, system reply (in french)
Erreur: l'accès au chemin d'accès du Registre est refusé
translate ...
Error: Access to the registry path is denied
Any idea?
Regards