Hi
Am new to kixtart and can't get my w2k domain to run a script. I've got a test user set up with a logon script (.bat) that I want to run a script. All files (kix32.exe, test.bat and test.kix) are located in the C:\winnt\sysvol\..\scripts directory. Simple net use type statements in the test.bat file will execute flawlessly. I've tried the following formats:
kix32.exe test.kix
%0\..\kix32.exe %0\..\test.kix
\\server1\netlogon\kix32.exe \\server1\netlogon\test.kix
exit
and variations on the above schemes. The logon batch file runs but the client machine beeps and no commands are executed from test.kix.
Anybody have any ideas what I'm doing wrong?
John Carpenter