autorun

  • Thread starter Thread starter vhoward
  • Start date Start date
V

vhoward

hi,

i need to make an autorun with an E800 and a sd card

i've used flash format to do it but it doesn't work

i've read that autorun is not working on every ppc

i need some interesting links or informations on the way to make autorun

thanks in advance
 
I'm not sure what E800 is, but autorun works in a rather simple way. You
make a memory card formatted in a regular way (FAT) and create a directory
with a name set to CPU architecture. E.g. for ARM (including XScale) the
directory name is 2572
In that directory you place your executable and name it autorun.exe.
Keep in mind that when launched, the autorun.exe is first copied to a
temporary directory, so do not assume that the rest of the files on the
memory card are accessible via relative path references
 
Yes, 2577. One would think it's not so hard to remember, especially after
completing a project involving an autorun application
 
And if yo usimply use /0 it works for all processors. Since PPCs are now
all ARM, this will work as well.

--
<ctacke/>
www.opennetcf.org/sdf
Winner of the 2004 Pocket PC Magazine Best Software award
 
Back
Top