Hi to you all again.

What is wrong with this code:

; ============== Mapping Network Drives ================

Color r+/n
at (6,10) "Installing Network Drives Please Wait..."
sleep 5

if ingroup ("Shiklolit_Group")
use S: "\\dc\data$\programs"
endif

if ingroup ("Bezeq_Zahav_Group")
use z: "\\dc\data$\goldnet"
endif

if ingroup ("General_Data_Group")
use m: "\\dc\data$"
endif


After the script runs all i'm getting is the 'm' drive mapped, i have double checked that the user is a member in all groups.

Thanx in advance.