mjwigham
12-21-2005, 11:16 AM
I am having problems importing a .reg file via my .js logon script.
I believe the problem lies in that there is a space in the path of .reg i am importing, so I would usually put speech marks round it, but this creates problems in js.
This is the code i have:-
var shell = WScript.CreateObject("wscript.shell");
shell.run("REGEDIT /s \\\\servername\\Application Data\\Meeting Room\\Temp\\Wallpaper.reg")
Any help would be greatly appreciated.
Mark
I believe the problem lies in that there is a space in the path of .reg i am importing, so I would usually put speech marks round it, but this creates problems in js.
This is the code i have:-
var shell = WScript.CreateObject("wscript.shell");
shell.run("REGEDIT /s \\\\servername\\Application Data\\Meeting Room\\Temp\\Wallpaper.reg")
Any help would be greatly appreciated.
Mark