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?
Logged In: YES
user_id=129364
Yeah, in the field next to Menu.. you have to enter the full
path to a file containing options, one per line. Or each
line can have an 'actual' option and what is displayed for
it, separated by a space.