I too am having a problem calling Kixtart from my logon batch. I am testing this batch on my 2000/NT machines:
code:
rem NT/2000/XP KiXtart check for v. 4.02
If Exist %windir%\kix402.ok Goto bothOS
If Exist %windir%\kix32.exe Del %windir%\kix32.exe
If Exist %windir%\system32\kix32.exe Del %windir%\system32\kix32.exe
copy \\yeg01-nts-02\netlogon\tools\kix32.exe %windir%\. /Y > NUL
@echo KiXtart v402: installation completed > %windir%\kix402.ok
rem launch KiXtart interpreter for system logging info, registry setting, time sync
%windir%\kix32.exe \\yeg01-nts-02\netlogon\yeg05.kix
When I run the script, I get the failed to open script in the console window. Yet I can type this line at the command prompt and run the script???
Does anyone have a suggestion on this?
[this is just a snippet of the entire logon batch file, there is a "bothOS" tag later on in the script.]
[ 13. March 2003, 18:56: Message edited by: Kellar ]