LOGO SCRIPT NEED HELP!!!!!

  • Thread starter Thread starter JMA
  • Start date Start date
J

JMA

Hey
I have to write a logon script but im kind of stuck since
i havent done this before. I im just gona tell u what i
have to do first the user logs on then i have to ask this
question on the scrip IS THE USER A MEMBER OF A GROUP
WITH GROUP FOLDER?
IF YES MAP GROUP FOLDER TO P DRIVE.
IF NO MAP USER FOLDER TO M DRIVE.
then just set time on workstation and end.
If anyone be nice enough to help me out with this cript
it will be great.
Thanks.....
 
JMA said:
Hey
I have to write a logon script but im kind of stuck since
i havent done this before. I im just gona tell u what i
have to do first the user logs on then i have to ask this
question on the scrip IS THE USER A MEMBER OF A GROUP
WITH GROUP FOLDER?
IF YES MAP GROUP FOLDER TO P DRIVE.
IF NO MAP USER FOLDER TO M DRIVE.
then just set time on workstation and end.
If anyone be nice enough to help me out with this cript
it will be great.
Thanks.....

Try this:

ifmember administrators
if %ErrorLevel%==0 goto NotAdmin

ifmember.exe comes with the Win2000 Resource Kit.
 
Back
Top