diff --git a/system/default/menu.dat b/system/default/menu.dat index 1c55c55d9..649b16525 100644 --- a/system/default/menu.dat +++ b/system/default/menu.dat @@ -11,7 +11,7 @@ need_state = on caption = {lang_open_in_console} category = domains -command = wt.exe new-tab -p "Command Prompt" -d "{root_dir}" "%COMSPEC%" /k "osp reset init noprint & osp project {host_decoded}" +command = wt.exe new-tab -p "Command Prompt" -d "{root_dir}" "%COMSPEC%" /k "osp reset init noprint & osp project {host_decoded}{project_command}" icon = terminal need_use_win_terminal = on @@ -19,7 +19,7 @@ need_use_win_terminal = on caption = {lang_open_in_console} category = domains -command = "%COMSPEC%" /k "osp reset init noprint & osp project {host_decoded}" +command = "%COMSPEC%" /k "osp reset init noprint & osp project {host_decoded}{project_command}" icon = terminal need_use_win_terminal = off @@ -27,7 +27,7 @@ need_use_win_terminal = off caption = {lang_launch_app} category = domains -command = wt.exe new-tab -p "Command Prompt" -d "{root_dir}" "%COMSPEC%" /k "osp reset init noprint & osp project {host_decoded} start" +command = wt.exe new-tab -p "Command Prompt" -d "{root_dir}" "%COMSPEC%" /k "osp reset init noprint & osp project {host_decoded}{project_command}{project_start_command}" icon = rocket need_ps_command = on need_use_win_terminal = on @@ -36,7 +36,7 @@ need_use_win_terminal = on caption = {lang_launch_app} category = domains -command = "%COMSPEC%" /k "osp reset init noprint & osp project {host_decoded} start" +command = "%COMSPEC%" /k "osp reset init noprint & osp project {host_decoded} {host_decoded}{project_command}{project_start_command}" icon = rocket need_ps_command = on need_use_win_terminal = off