Hi,
Does any one know if there is such a thing.
I want to create a script with this in
objshell.run “net localgroup mygroup “mydomain\domain users” /add”
But it does not like the ” around the domain users, I always get an expected end of statement error. Is it possible to escape it.
I have tried \ / ^ ` but no luck.
Thanks in advance.