WinCE startup script
Is it possible to have it run at start-up a script? If yes, what should check when I am building the image, and what would it be developer's reference开发者_开发百科?
What do you mean by "script"? What sort of script? If you have the command parser in the OS, then you can run a batch file. You could also create a parser and have it do some work on a file at startup - sky's the limit there.
精彩评论