Are you sure WSH is correctly installed and enabled?

Try a shorter test script that just prints out the @KIX macro, initiates the WSH COM object, and so on. E.g.
code:
break on
? 'KiXtart = '+@KIX
$oWSH=createobject('WScript')
? ''+@ERROR+' - '+@SERROR
? 'WSH = '+$oWSH.Version
exit 0

Report back the complete output.

[ 10. October 2003, 04:24: Message edited by: sealeopard ]
_________________________
There are two types of vessels, submarines and targets.