hi,
i like to add a menu item to my shake menu which deletes a specific file on my disk.the menu-item-entry is not the problem. as in the helpfile it will read like this:
nuiOpenMenu(
What you should do is launch a script that will delete your file. This script will contain the rm command followed by a predefined file to be removed or could possibly allow the user to enter which file they would like removed.
timWalker