OpenServerPanel/system/default/menu.dat

168 lines
4.7 KiB
Plaintext
Raw Normal View History

2024-04-03 23:46:34 +00:00
[0]
2024-01-25 19:33:10 +00:00
2024-04-13 11:09:54 +00:00
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"
icon = rocket
need_project_command = on
need_use_win_terminal = on
[1]
caption = {lang_launch_app}
category = domains
command = "%COMSPEC%" /k "osp reset init noprint & osp project {host_decoded} start"
icon = rocket
need_project_command = on
need_use_win_terminal = off
[2]
2024-04-03 23:46:34 +00:00
caption = {lang_open_in_browser}
category = domains
2024-04-09 04:49:42 +00:00
command = "%COMSPEC%" /c "start "" "{project_url}""
2024-04-03 23:46:34 +00:00
hide = on
2024-04-06 00:06:33 +00:00
icon = up-right-from-square
2024-04-03 23:46:34 +00:00
need_state = on
2024-01-25 19:33:10 +00:00
2024-04-13 11:09:54 +00:00
[3]
2024-01-25 19:33:10 +00:00
2024-04-03 23:46:34 +00:00
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}"
2024-04-06 00:06:33 +00:00
icon = terminal
2024-04-03 23:46:34 +00:00
need_use_win_terminal = on
2024-01-25 19:33:10 +00:00
2024-04-13 11:09:54 +00:00
[4]
2024-01-25 19:33:10 +00:00
2024-04-03 23:46:34 +00:00
caption = {lang_open_in_console}
category = domains
command = "%COMSPEC%" /k "osp reset init noprint & osp project {host_decoded}"
2024-04-06 00:06:33 +00:00
icon = terminal
2024-04-03 23:46:34 +00:00
need_use_win_terminal = off
2024-01-25 19:33:10 +00:00
2024-04-06 08:36:40 +00:00
[5]
2024-04-03 23:46:34 +00:00
caption = {lang_open_in_explorer}
category = domains
2024-04-05 06:00:40 +00:00
command = "%SystemRoot%\explorer.exe" "{project_dir}"
2024-04-06 05:16:33 +00:00
icon = folder-closed
2024-04-05 06:00:40 +00:00
work_directory = {project_dir}
2024-01-25 19:33:10 +00:00
2024-04-06 08:36:40 +00:00
[6]
2024-01-25 19:33:10 +00:00
2024-04-13 11:09:54 +00:00
caption = {lang_launch_shell}
2024-04-03 23:46:34 +00:00
category = modules
2024-04-13 11:09:54 +00:00
command = wt.exe new-tab -p "Command Prompt" -d "{root_dir}" "%COMSPEC%" /k "osp reset init noprint & osp shell {module_name}"
icon = rocket
need_state = on
need_module_shell = on
2024-04-03 23:46:34 +00:00
need_use_win_terminal = on
2024-01-25 19:33:10 +00:00
2024-04-06 08:36:40 +00:00
[7]
2024-01-25 19:33:10 +00:00
2024-04-13 11:09:54 +00:00
caption = {lang_launch_shell}
2024-04-03 23:46:34 +00:00
category = modules
2024-04-13 11:09:54 +00:00
command = "%COMSPEC%" /k "osp reset init noprint & osp shell {module_name}"
icon = rocket
need_state = on
need_module_shell = on
2024-04-03 23:46:34 +00:00
need_use_win_terminal = off
2024-01-25 19:33:10 +00:00
2024-04-06 08:36:40 +00:00
[8]
2024-01-25 19:33:10 +00:00
2024-04-13 11:09:54 +00:00
caption = {lang_open_in_console}
2024-04-03 23:46:34 +00:00
category = modules
2024-04-13 11:09:54 +00:00
command = wt.exe new-tab -p "Command Prompt" -d "{root_dir}" "%COMSPEC%" /k "osp reset init noprint & osp use {module_name}"
2024-04-06 00:06:33 +00:00
icon = terminal
2024-04-03 23:46:34 +00:00
need_use_win_terminal = on
2024-01-25 19:33:10 +00:00
2024-04-06 08:36:40 +00:00
[9]
2024-01-25 19:33:10 +00:00
2024-04-13 11:09:54 +00:00
caption = {lang_open_in_console}
2024-04-03 23:46:34 +00:00
category = modules
2024-04-13 11:09:54 +00:00
command = "%COMSPEC%" /k "osp reset init noprint & osp use {module_name}"
2024-04-06 00:06:33 +00:00
icon = terminal
2024-04-03 23:46:34 +00:00
need_use_win_terminal = off
2024-01-25 19:33:10 +00:00
2024-04-06 08:36:40 +00:00
[10]
2024-01-25 19:33:10 +00:00
2024-04-05 22:31:25 +00:00
caption = {lang_open_in_explorer}
2024-04-03 23:46:34 +00:00
category = modules
command = "%SystemRoot%\explorer.exe" "{root_dir}\modules\{module_name}"
hr_after = on
2024-04-06 00:06:33 +00:00
icon = folder-closed
2024-04-03 23:46:34 +00:00
work_directory = {root_dir}\modules\{module_name}
2024-01-25 19:33:10 +00:00
2024-04-06 08:36:40 +00:00
[11]
2024-01-25 19:33:10 +00:00
2024-04-03 23:46:34 +00:00
caption = {lang_initialize}
category = modules
command = "%COMSPEC%" /c "osp init {module_name}"
hide = on
2024-04-06 00:06:33 +00:00
icon = gears
2024-04-03 23:46:34 +00:00
need_state = off
2024-01-25 19:33:10 +00:00
2024-04-06 08:36:40 +00:00
[12]
2024-01-25 19:33:10 +00:00
2024-04-03 23:46:34 +00:00
caption = {lang_switch_on}
category = modules
command = "%COMSPEC%" /c "osp on {module_name}"
hide = on
2024-04-06 00:06:33 +00:00
icon = circle-play
2024-04-03 23:46:34 +00:00
need_state = off
2024-01-25 19:33:10 +00:00
2024-04-06 08:36:40 +00:00
[13]
2024-01-25 19:33:10 +00:00
2024-04-03 23:46:34 +00:00
caption = {lang_restart}
category = modules
command = "%COMSPEC%" /c "osp restart {module_name}"
hide = on
2024-04-06 00:06:33 +00:00
icon = redo
2024-04-03 23:46:34 +00:00
need_state = on
2024-01-25 19:33:10 +00:00
2024-04-06 08:36:40 +00:00
[14]
2024-01-25 19:33:10 +00:00
2024-04-03 23:46:34 +00:00
caption = {lang_switch_off}
category = modules
command = "%COMSPEC%" /c "osp off {module_name}"
hide = on
2024-04-06 00:06:33 +00:00
icon = power-off
2024-04-03 23:46:34 +00:00
need_state = on
2024-01-25 19:33:10 +00:00
2024-04-06 08:36:40 +00:00
[15]
2024-01-25 19:33:10 +00:00
2024-04-07 20:37:41 +00:00
caption = {lang_control_panel}
command = "%COMSPEC%" /c "start "" "{web_panel_url}""
enabled = off
hide = on
2024-04-13 12:44:59 +00:00
icon = tools
2024-04-07 20:37:41 +00:00
[16]
2024-04-03 23:46:34 +00:00
caption = {lang_cli}
command = wt.exe new-tab -p "Command Prompt" -d "{root_dir}" "%COMSPEC%" /k "osp reset init"
2024-04-06 00:06:33 +00:00
icon = terminal
2024-04-03 23:46:34 +00:00
need_use_win_terminal = on
2024-04-07 20:37:41 +00:00
[17]
2024-04-03 23:46:34 +00:00
caption = {lang_cli}
command = "%COMSPEC%" /k "osp reset init"
2024-04-06 00:06:33 +00:00
icon = terminal
2024-04-03 23:46:34 +00:00
need_use_win_terminal = off
2024-04-07 20:37:41 +00:00
[18]
2024-04-03 23:46:34 +00:00
caption = {lang_root_dir}
command = "%SystemRoot%\explorer.exe" "{root_dir}"
2024-04-06 00:06:33 +00:00
icon = folder-closed
2024-04-03 23:46:34 +00:00
2024-04-09 04:35:20 +00:00
[19]
2024-04-03 23:46:34 +00:00
caption = {lang_idn_menu_caption}
command = "{root_dir}\system\bin\idnconverter.exe"
hr_after = on
2024-04-13 12:44:59 +00:00
icon = shuffle