Hello,

I am just trying to connect a manual written in HTML to my lite-c script. I thought it should work with :
exec("Manual.htm","");
but it does not. Seems the exec() accepts .exe files, only.
I even tried the absolute path to iexplore.exe as filename and Manual.htm as command-line parameter. Then, Internet Explorer starts, but finds no content.

Any ideas? Just Pure Mode, please.