I'm using kixstart since 2001.No issues whatsoever.For a long time I'm using it to pull the kix32 script and to open a start page; like this:
==================
@echo off
%0\..\Kix32 KIX
;start http://website

exit
================
Question: Is there a way to open multiple websites instead of a single website?