Hi KatzS,
is drive J: not mapped at all, or is it mapped to some other share?
Also it might be helpfull to first delete the existing mappings, before remapping them, like so:
code:
if ingroup("radonc-fac")
use h: /d /persistent
use i: /d /persistent
use h: "\\unmcrad\radusers"
use i: "\\unmcrad\radonc-fac"
endif
if ingroup("radonc-staff")
use h: /d /persistent
use i: /d /persistent
use h: "\\unmcrad\radusers"
use i: "\\unmcrad\radonc-staff"
endif
if ingroup("radonc-rsrch")
use h: /d /persistent
use i: /d /persistent
use h: "\\unmcrad\radusers"
use i: "\\unmcrad\radonc-rsrch"
endif
if ingroup("radonc")
use j: /d /persistent
use j: "\\unmcrad\radonc-share"
endif
Good luck.
Brian
_________________________
Rodney Dangerfield:
“My mother didn't breast-feed me. She said she liked me as a friend.”