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

Re: how to access the File System(FAT32) from the Wince System by Oliver

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
>
>



Re: how to access the File System(FAT32) from the Wince System by Carol8421

Carol8421
Tue Feb 10 03:19:24 CST 2004

Hey!Thanks for your good idear!
By the way,Could you tell me what mean " Launch70" and " Depend70" are?
Can I change the name of them?
and after the sign ["Depend"=],there has a string "hex:14,00, 1e ,00",what
mean's this string?
thanks.:-)
Carol



Re: how to access the File System(FAT32) from the Wince System by Oliver

Oliver
Tue Feb 10 09:10:58 CST 2004

Hi Carol,

best look at:
http://msdn.microsoft.com/library/en-us/wcepb40/html/pbconconfiguringregistryfiletorunapplicationatstartup.asp?frame=true

Best regards,
Oliver Münchow
--
---------------------------------------
Gesytec GmbH eMail:
52076 Aachen omuenchowATgesytecDOTde
http://www.gesytec.de


"Carol8421" <carol8421@hotmail.com> schrieb im Newsbeitrag
news:ufh$Qc77DHA.2064@TK2MSFTNGP11.phx.gbl...
> Hey!Thanks for your good idear!
> By the way,Could you tell me what mean " Launch70" and " Depend70" are?
> Can I change the name of them?
> and after the sign ["Depend"=],there has a string "hex:14,00, 1e ,00",what
> mean's this string?
> thanks.:-)
> Carol
>
>



Re: how to access the File System(FAT32) from the Wince System by Carol8421

Carol8421
Tue Feb 10 19:07:02 CST 2004


Thanks,Dear Oliver ,
you are my god!
_______________________
|
|
|
{ }
{ }
{ }
-----------