clifh...@gmail.com wrote:
> Know this has come before but no prior replies makes any sense to this
> newbie, AppleScript language section on escape characters does not help, and
> my head feels like it's going to blow up from trying to visualize escaping
> escapes. From looks of it, I'm stuck escaping an escape character (?). This
> is crazy easy in shell, but fails horribly in AS.
>
> Basically just trying to make this:
>
> set domain to "MYDOMAIN"
> set admins to "MYADMINS"
>
> do shell script "dsconfigad -groups " & domain & "\"\\ \"" & admins with
> administrator privileges