Using the shell command in kix 3.62 suspends program execution in Windows NT (as the manual says it does). In Windows XP, the same script does NOT halt program execution, and the script continues when I need it to stop.

Any ideas on how to make kix behave like it advertizes?

Thanks,

Aaron Ploetz

Code:
Code:

$pgm = "%comspec% /a /c %systemroot%\explorer.exe /E,/ROOT," + $DriveLetter + "\data\we\cssdata\logs"
shell "$pgm"


P.S.- Our kix version in XP is also 3.62.