ClareSnyder
IS-IT--Management
I need to do some login script automation running win98SE machines on a 2000 server.
I am setting the username environment variable using putinenv.exe and winset.exe.
I can make them work in the login.bat by calling the batchfile "setenv.bat" on the local C:drive, but then the system hangs with the message "Please wait while your login script executes....."
Hitting the "cancel" button on the screen carries through with no more problems.
Setenv.bat is:
putinenv l/username
winset username=%username%
Setenv.bat, putinenv.exe, and winset.exe are all currently in the root directory of the local workstation hard drive, as well as in the scripts directory of the win2000 server.
I'm stymied.
I am setting the username environment variable using putinenv.exe and winset.exe.
I can make them work in the login.bat by calling the batchfile "setenv.bat" on the local C:drive, but then the system hangs with the message "Please wait while your login script executes....."
Hitting the "cancel" button on the screen carries through with no more problems.
Setenv.bat is:
putinenv l/username
winset username=%username%
Setenv.bat, putinenv.exe, and winset.exe are all currently in the root directory of the local workstation hard drive, as well as in the scripts directory of the win2000 server.
I'm stymied.