autorun

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
 
A

Alex Feinman [MVP]

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
 
A

Alex Feinman [MVP]

Yes, 2577. One would think it's not so hard to remember, especially after
completing a project involving an autorun application
 
C

Chris Tacke, eMVP

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top