- assigned_to: jcameron --> nobody
- summary: "Menu.." option number 9 isn't working (blank dropdown menu) --> ok, solved using data from an external file
- status: open --> closed
There is no possible way to work "Menu.." option in the custom
commands.
I've tried in many ways (edit the .cmd file)
the options to choose in the menu itself can't be configured.
I've tried to apply a custom commands to delete files
example:
description:
delete some files
command:
rm -f -r $files
command parameters:
name description type quote parameter
files choose the file Menu.. no
I've tried to specify the "Menu.." what options it has but no luck!
my *.cmd file looks like that:
rm -f -r $files
delete some files
root 0 0 0 0 0
files:9:fileno1:0:Choose cable modem
-----------
fileno1 is the option i typed for the "Menu.."
i can't see it at all at the dropdown menu.
all i can see in a dropdown menu that has 0 options to choose no
matter what i do.
how can this be solved?