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 Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Login Scripts + Ifmember

Status
Not open for further replies.

furious5

MIS
Joined
Jan 8, 2003
Messages
103
Location
GB
Last week I wrote a simple batch file login script which worked fine.

Basically I am looking to extend this further, and having read a similar post relating to login scripts went and downloaded a copy of ifmember.

My only problem is that when I run the script it seems to loop when it gets to the line:

if not errorlevel 1 go to TEST

Have I missed something fundamental out, also I am looking to add a time synchronisation function in to the login script to ensure that the client and server computers all have the same time.

Any advice would be greatly appreciated on this



 
I've managed to sort out the loop now, I was stupidly telling the script to go back to the label at the beginning hence the loop.

Info on synchronising time would be useful though.

Also can anyone confirm whether this is purely for NT / 2000 clients, or will this work on 95/98 as well?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top