Dear,
Some additional remarks:
- we see as server names "test01dc" + "test02dc"
- normally our script should create some output. to prevent possible problems
we ask you to replace your logon script with a test version.
Put following kixtart script in your "netlogon" directory
- test.kix
code:
CLS
COLOR C+/N
AT (1,1) " "
IF RedirectOutput("c:\net-info.txt")
ENDIF
? "-"+LCASE(@day)+" "+@date+" "+@time+"- kixtart "+@kix+"/script starting."
? "-"
? "-curdir: "+LCASE(@curdir)
? "-scriptdir: "+LCASE(@scriptdir)
? "-startdir: "+LCASE(@startdir)
? "-"
? "-userid: "+LCASE(@userid)+"/"+LCASE(@wuserid)
? "-user priv: "+LCASE(@priv)
? "-version: inwin="+@inwin+"/dos="+@dos
? "-"
$nul=MessageBox("KiXtart test script is running.","KiXtart info @kix",64,15)
? "-"
? "-"+LCASE(@day)+" "+@date+" "+@time+"- kixtart "+@kix+"/3.01e script ending."
? "-"
IF RedirectOutput("")
ENDIF
EXIT
- logon.bat
code:
@echo off
@echo -start bat- >>c:\net-info.txt
net use >>c:\net-info.txt
set >>c:\net-info.txt
dir \\server\netlogon /o:n /s >>c:\net-info.txt
@echo -start kix32 test- >>c:\net-info.txt
\\server\netlogon\kix32.exe \\server\netlogon\test.kix
@echo -stop bat- >>c:\net-info.txt
@echo off
please put the output of file "c:\net-info.txt" on the board and replace
"\\server\netlogon" with proper "\\server" name.
greetings.