Oliver
Tue Feb 10 01:54:44 CST 2004
Hi Carol,
this can be done in three steps. First must the file be saved on a
persistent storage which can be read/write by Windows CE (CF, HD, etc.).
Second write a little program which automatically copies your file(s) from
the persistent storage into the desired destination (e.g. \windows\). Third
add an entry to the registry:
[HKEY_LOCAL_MACHINE\init]
"Launch70"="MyApplication.exe"
"Depend70"=hex:14,00, 1e,00
which calls your little program at startup from Windows CE.
Best regards,
Oliver Münchow
P.S. Your devices needs a hive based registry or your changes to registry
won't be saved and this mechanism also won't work!!
--
---------------------------------------
Gesytec GmbH eMail:
52076 Aachen omuenchowATgesytecDOTde
http://www.gesytec.de
"Carol8421" <carol8421@hotmail.com> schrieb im Newsbeitrag
news:ekK6n137DHA.2404@TK2MSFTNGP12.phx.gbl...
> Dear all:
> I used the third part device to copy the NK.bin to the PC machine,and the
> Wince can be runed on it.
> and now I have a file(it haven't include into the NK.bin,but it's on the
> target PC machine),now,I wantto know how to set it into the wince OS-RAM
> file system,How shall I do?
> thanks.
> Carol
>
>