text
command) and executed it with run - works fine.However, when running the script, all that it does (after showing the command) is to open an explorer window for "This PC"...
Code: Select all
$menu = <<<MENU
&DB;
&Maria DB CLI;"""C:\Program Files\gsudo\2.0.9\gsudo.exe"" -n --keepShell ""C:\Program Files\MariaDB 10.5\bin\mysql"" -u root --default-character-set=utf8";c:\data\icons\database.ico
MENU;
$sel = popupnested($menu);
end $sel == "";
text $sel;
run $sel;