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