LOGO SCRIPT NEED HELP!!!!!

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.....
 
P

Pegasus \(MVP\)

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top