I've beeing trying to get a login script to work properly. Here' s what I found so far:1. The first SHELL command returns nothing, e.g., SHELL "Winset.exe USERNAME=@USERID" returns nothing, but adding it a second time in the script file makes it work.
2. There are several commands that still return nothing. For example, the following commands return nothing:
SHELL "Winset.exe DOMAIN=@DOMAIN"
SHELL "Winset.exe COMMENT=@COMMENT"
SHELL "Winset.exe FULLNAME=@FULLNAME"
3. Unless I use start /w kix32 script.scr in the batch file, I have to click Cancel to terminate the login processor.
The KXRPC service is running on my server and the DLLs (kx16.dll, kx32.dll, kx95.dll) have been copied to C:\Windows\system.
Has anyone else run into similar issues and found a solution? Even though it shouldn't matter, I am running Windows Me French and the server is Windows Nt SP6a English.
TIA