In the manual, it says:
Quote:
Note
By default, the Windows version of KiXtart 2001 runs as an asynchronous process. This means that if you start WKIX32.EXE from a batchfile, the batchfile will not wait for KiXtart to exit and will continue processing. This behavior can cause problems if KiXtart is being used as part of the logon process, especially on Windows 9x clients. To prevent these problems, WKIX32.EXE should be started from a batchfile using the START command with the wait option, e.g.: "START /W WKIX32.EXE". Optionally, on Windows NT or higher, you can also specify the /B option with the START command, to prevent the creation of an additional window.
That said, some people would like to go with WKiX to avoid a BATch file and the DOS box that accompanies it but still want it to run sync. By adding a -WAIT switch to WKiX, it could be forced into sync mode, facilitating going with a BATchless launch. I realize that wintendos would still require a BATch file since they do not support parms on the calling line, but at least NT class computers could benefit.
_________________________
Give a man a fish and he will be back for more. Slap him with a fish and he will go away forever.