Hi
well...i think if the machines are part of the workgroup and they have different user names then on the server, then it should prompt them for user name and password by default on all clients. When a user tries to open a share, his/her user credentials are mathed with the ACL on the sharing server, if it matches, it gives proper rights, if it doesnt, it will prompt for user name and password.
make sure your win9x clients are setup to logon to Microsoft Network, so that they are intially prompted for a user name and password (which should be different from the server or atleast the password should be different so that the only Enter password text box appears) and when the script runs, it wil prompt user for user name and password.
Main Topics
Browse All Topics





by: kz20flPosted on 2004-05-28 at 01:43:54ID: 11178312
If it's a Windows 2000 machine, you can prompt for user input in your login script using set /p and then pass the variables to the net use command
If it's an earlier version of Windows get the user input with a simple VBScript and them pass them to the batch file