so I copied my office Folder to my Memory card & it works. the problem is, that the menu displys 8 items from my office folder (Im using only 2 word/exel). How do I get rid of all others? I cant simply delete them psychically, since they are word/exel modules.
you cant. The menu picks up every exe thats in a folder in the same parent as the menu. BUt its rumoured that the next version will have the "removing entries feature".
"What about Love?" - "Overrated. Biochemically no different than eating large quantities of chocolate." - Al Pacino in The Devils Advocate
K should not be so hard, like 5 min work. just do something like this:
get exe files & write to ini/xml as follows:
iniwrite ( myapp.exe, True )
then read ini/xml to fill menu with items
$a = iniread( myapp.exe )
if $a = true then [add item]
& if user deletes item from menu just write
iniwrite ( myapp.exe, False)
please explain this better cause i am new to launchers...how can i remove entries from the menu ???? is there any other launcher worth it apart from pstart which i don't like with this feature?
you can't right now, except by deleting the application. The post above was meant as an example as a way this feature could be added.
The developer formerly known as ZGitRDun8705