How to launch my programs from main menu?

Нашли баг? Воспользуйтесь поиском чтобы убедиться что его не нашли до вас и если он не упоминается добавьте его описание (желательно пошаговое).
Чем для автора программы отличаются баги, недоработки и фичи.

Модератор: motyara

sanigo
Сообщения: 1
Зарегистрирован: Пт апр 02, 2010 8:16 am

How to launch my programs from main menu?

Сообщение sanigo »

Hi Max!
I am trying your UnCmd, It is a great tool! But I am wondering why I cannot find out how to launch my programs from main menu.
As this feature is described in your changelist:

Version 0.94. Release date: April 23, 2008
Added:
• The directory opening speed was increased
• The flash drive usage speed was increased
• The overlay icons feature was added
• Recoding tables for FTP connections were added
• TGZ and GZ archive support was implemented
• Different display modes for comments on files/directories shown in the file panel were implemented
• The graphics resources were combined in a separate file (.PGL)
• The command line parameters for program startup were added
• The swapping of file panels (Ctrl+U) was enabled
• The possibility to launch programs/files from the Unreal Commander main menu was added
• Shortening of long file names and paths to an appropriate length was enabled
• The possibility to launch the console application without closing its window automatically was added
• Displaying the pop-up menu when right-clicking and then dragging and dropping was enabled
• The forced opening of the disk root when changing a disk was enabled
But how to use it?
Thank you!
Аватара пользователя
Max Diesel
Автор программы
Сообщения: 3432
Зарегистрирован: Пт окт 12, 2007 3:26 pm

Сообщение Max Diesel »

You need to edit file "English.menu" (or menu-file for another language), try to add this section to the file:

Код: Выделить всё

POPUP "Run section"
   MENUITEM "Windows folder", %WINDOWS%
   MENUITEM "Desktop", %DESKTOP%
   MENUITEM "Profile folder", %PROFILE%
   MENUITEM "Run Internet Explorer", c:\program files\Internet Explorer\iexplore.exe
END_POPUP
Here you can see how to run Internet Explorer through the main menu point, I hope this information will help you to run any other applications through the main menu. [/color]