Hi How can I run an application automatically after windows startup? startup folder empty after restart! thank
Startup Folder
Hi abbas Are you using windows CE 6.0? I'm using CE 6.0, in the folder FriendlyARM there are a application called 'AutoRun-Setting', here you can upload your application.
Directory("\Windows\StartUp"):-File("PreConfig.bat", "\Hard Disk \PreConfig.bat") copy the above line in project.dat file which you will find inside BSP parameter files. Preconfig.bat is the name of the file which I want to run at startup and is kept into the directory "Hard Disk" i.e. the directory where Nk.bin file is kept.