Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

NT login script ? 1

Status
Not open for further replies.

tyrantaz

MIS
Feb 27, 2004
6
0
0
US
I'm running a NT 4 domain with NT login script using net use and ingroup.exe to map group drives. The problem is when my XP users login it maps the first line and does not resolve the group name.
 
I havent come across the ingroup.exe tool, I have used the ifmember.exe on multiple platforms. This is in the reskit.


Remember: Backups save jobs!!!
;-)
 
Thanks, for the reply, I'm not a script master so i'm not sure what the syntax is for IFMEMBER. here's a sample of my INGROUP script.

NTINGROUP

%0\..\Ingroup.exe SUPREME9 "JOLTS - YAVAPAI"
if errorlevel 1 goto INJYAVGROUP

:INJYAVGROUP
net use j: \\SUPREME18\YAVAPAI
net use k: \\SUPREME18\SHARED
goto END
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top