According to
http://msdn.microsoft.com/en-US/library/ee505911%28v=WinEmbedded.60%29.aspx
there should be a directory %_WINCEROOT%\Others\Wcetk.
But in my CE6.0 installation this directory does not exist.
So I tried to use cescript.exe from CE5.0 on my CE6.0 system.
But a simple VBscript (with only a MsgBox-command) leads to following error
(in cescript.log):
[10DC000E] CESCRIPT started
[10DC000E] Script engine filename: vbscript.dll
[1174000E] New Script Thread
[1174000E] Initializing Script Engine
Attached script file: \TEMP\TESTVBFILE.VBS
Entry Point: <none>
[1174000E] Script engine initialized
[1174000E] SCRIPT ERROR
Microsoft VBScript runtime error
Line: 0 Char: 0
wCode: 0
scode: 0x800A0046
description: Permission denied: 'MsgBox'
[1174000E] Script execution complete
[1174000E] Thread terminating
[10DC000E] CESCRIPT exiting
[10DC000E] FAIL
What could be the reason for that error?
The cescript.exe from CE5.0? Where can I find the CE6.0-version?