All the answers you seek can be found by looking at the initflashfiles.dat (in the LOC folder) and the other ones in the OEM subfolders. But here's an example from initflashfiles.dat:
Directory("\My Documents\Templates"):-File("To Do.dot","\Windows\todo.dot")
So that copies the file \Windows\todo.dot to \My Documents\Templates and in the process renames the copy to "To Do.dot".
If you look on your device, sure enough you will see a file called todo.dot in your \Windows folder and To Do.dot in your \My Documents\Templates folder.
|