You can differentiate inside KiXtart whether you use Win9x or NT. Do this once inthe beginning of the script and subsequently reuse the $src variable.
code:
; example
if @INWIN=1
$src=@LSERVER+'\NETLOGON'
else
$src='Z:'
endif
copy $src+'\file.txt' c:\temp

_________________________
There are two types of vessels, submarines and targets.