I am launching main bat file as login script that determines if it 9x or not and launches main kix script using start command if it is, and without start command if it is not.

Should every script that is called from the main kix script (which was launched with start) also be called using start command? They are being called using $logonserver\netlogon\wkix32.exe $logonserver\netlogon\script.kix format.

The reason I ask is that I am getting some different page fault errors when logging in on Win98 machine.