Quote:
Originally Posted by nrfitchett4
general ROM cooking question.
I've figured out how to add cabs to my kitchen. But how do I create a link for it in the start menu of windows (cooked into the ROM)? I could do it afterwards, but I know there is an easier way.
p.s. and yes I tried to search and came up empty.
|
For visual kitchen its in app.dat
For PPCK its in initflashfiles.txt
For example if you want facebook in startmenu:
Directory("\windows\start menu\programs"):-File("Facebook.lnk","\windows\Facebook.lnk")
If you want it in "startmenu>Multimedia" :
Directory("\windows\start menu\programs\Multimedia"):-File("Facebook.lnk","\windows\Facebook.lnk")
.lnk can be creted with OEMizer
App.dat can be edited with notepad