You should try to explain your goal more clearly. Why you need to create
a file on the device? You can create it locally or you should build its
contents on a server and download it from the net?
My first suggestion would be a .bat file that you can execute on the
device, but I don't know if it can fit your needs.
--
Valter Minute (eMVP)
Training, support and development for Windows CE:
www.fortechembeddedlabs.it
My embedded programming and cooking blog:
www.geekswithblogs.net/WindowsEmbeddedCookbook
Windows Embedded support forums in Italian:
http://social.msdn.microsoft.com/Forums/it-IT/windowsembeddedit/threads
(the reply address of this message is invalid)
Thanks for the answer, Valter. To make it very precise: I want to
create an opera favorites file from the IE favorites list. This shall
happen locally on the device ideally using a local HTML page with
Javascript. Of course there is some logic involved to build up the
file content. This can be done in Javascript without problems. But
what finally fails is to create the file on the device. This is what
my question is about.
- Klemens