Modified version of 6.02

English support forum

Moderators: white, Hacker, petermad, Stefan2

noa
Junior Member
Junior Member
Posts: 7
Joined: 2006-03-25, 01:25 UTC

Modified version of 6.02

Post by *noa »

Hello
I use and very cool is TCMD 6.02 i have modified version with name Tcmd XP and i have one question!
In the 6.53 version have very lot of new options like thumbnail view..
and i want made 6.53 modified version like 6.02
This picture is the normal version:
[img]http://img141.imageshack.us/img141/9248/untitled11fu.jpg[/img]
. and this is the modified version of 6.02
[img]http://img141.imageshack.us/img141/6834/untitled29sy.jpg[/img]
and i want that pop up meni export to the new 6.53 version but i want edit that pop up meni and add options like pllugins,thumbnailview!
poiuytr
Senior Member
Senior Member
Posts: 243
Joined: 2003-02-23, 17:33 UTC

Post by *poiuytr »

I guess Tcmd XP is some kind of cracked version of TC? It is not welcomed to discuss it here.

Menus are customised via *.mnu files, you can find it in Language subdirectory. Just copy your mnu file to the new installation path and select it in options window->language>main menu file
User avatar
Sheepdog
Power Member
Power Member
Posts: 5150
Joined: 2003-12-18, 21:44 UTC
Location: Berlin, Germany
Contact:

Post by *Sheepdog »

Looking at the shot I doubt that this is a cracked version but a modified main menu.

It's quite simple to achieve this. The Mainmenu is a simple textfile which follows certain rules. It is saved in the subfolder "LANGUAGE\" in the TC Directory. You have simply to find the old menufile (with Wcmd_XXX.mnu where xxx could be any chars but probably is somethin winth "eng" for it is an english menu) and have a look at it (with F3).

There should be a part that looks like that:

Code: Select all

POPUP "C&onfiguration"
 POPUP "Interface"
      MENUITEM "Show/Hide Buttonbar", cm_visButtonbar
      MENUITEM "Show/Hide Functionkeys", cm_visKeyButtons
      MENUITEM "Show/Hide Drive Buttonbars", cm_visDriveButtons
      MENUITEM "Show/Hide Two Drivebuttonabrs", cm_visTwoDriveButtons 
      MENUITEM "Show/Hide Drive Combobox", cm_visDriveCombo
      .....

 END_POPUP
   MENUITEM "Buttonbar", cm_****
   MENUITEM "Usermenu", cm_****
  MENUITEM "Change B&utton Bar...", cm_ButtonConfig
  ........ 
 MENUITEM "&Save Position", cm_configSavepos
  MENUITEM "Sa&ve Settings", 580
END_POPUP
You simply have to open the new menu file of your TC 6.54 (WCMD_eng.mnu) and replace the part between POPUP "Configuration" and END_POPUP with that part from your old menufile. Thats all.

You should also have a look at the TC Help. Hit F1 and click 4.c Change main menu. That will enable you to adopt the mneu to your own desires.

sheepdog
"A common mistake that people make when trying to design something
completely foolproof is to underestimate the ingenuity of complete fools."
Douglas Adams
User avatar
sqa_wizard
Power Member
Power Member
Posts: 3864
Joined: 2003-02-06, 11:41 UTC
Location: Germany

Post by *sqa_wizard »

2noa: The sceenshots look like the original version, but a little bit customized.

It is easy :

If you want to use the 6.53 (or better use the current version 6.54a, update is for free) on the same PC, just install the new version in the same folder as 6.02.
All settings will be kept !

If you want to use it on a different PC (or in parallel to 6.02) just copy the complete "Total Commander" folder to the new destination.
Just make sure you got the settings files (wincmd.ini and wcx_ftp.ini) copied too !
(You can find the file location at menue Help - About)
Next do an install of the new version to the new location.
#5767 Personal license
noa
Junior Member
Junior Member
Posts: 7
Joined: 2006-03-25, 01:25 UTC

Post by *noa »

I have one question what mena this simbols
($B5F,B55,B64)
POPUP "C&onfiguration"
POPUP "&Interface"
MENUITEM "Show/hide &button bar\tAlt+B", $B55
MENUITEM "Show/hide &function keys\tAlt+K", $B5F
MENUITEM "Show/hide &drive button bars", $B56
MENUITEM "Show/hide &two drive bars", $B57
MENUITEM "Show/hide dri&ve combobox", $B5A
MENUITEM "Show/hide cu&rrent directory", $B5B
MENUITEM "Show/hide tab &headers", $B5C
MENUITEM "Show/hide &status bar", $B5D
MENUITEM "Show/hide &CL", $B5E
MENUITEM "Show/hide folder t&abs\tAlt+W", $B64
MENUITEM "Drive buttons: F&lat/normal mode", $B58
MENUITEM "Interface: Flat/n&ormal mode", $B59
END_POPUP
MENUITEM SEPARATOR
MENUITEM "&Button BarĹ", $1F2
MENUITEM "&User MenuĹ", $2BC
MENUITEM SEPARATOR
MENUITEM "&LayoutĹ", $1EA
MENUITEM "&DisplayĹ", $1E6
MENUITEM "&FontĹ", $1EC
MENUITEM "&ColorĹ", $1EE
MENUITEM "&TabstopsĹ", $1F1
MENUITEM "&Dir TabsĹ", $1E8
MENUITEM "Lan&guageĹ\tF9", $1F3
MENUITEM "&OperationĹ", $204
MENUITEM "&Edit/ViewĹ", $1F0
MENUITEM "&Copy/DeleteĹ", $1E7
MENUITEM "&FTPĹ", $1E9
MENUITEM "&PackerĹ", $1EB
MENUITEM "&ZIP PackerĹ", $1E5
MENUITEM "&MiscĹ", $1EF
MENUITEM SEPARATOR
MENUITEM "Unload &all plugins\tAlt+L", $B61
MENUITEM SEPARATOR
MENUITEM "&Save Position", $1ED
MENUITEM "Sa&ve Settings", $244
MENUITEM "Open ini files in notepad", $245
END_POPUP

What i must type to add plugins menu to this pop up?
noa
Junior Member
Junior Member
Posts: 7
Joined: 2006-03-25, 01:25 UTC

Post by *noa »

2wizard
i want use the newest version but i want extended pop up like my 6.02 xp version!
User avatar
karlchen
Power Member
Power Member
Posts: 4603
Joined: 2003-02-06, 22:23 UTC
Location: Germany

Post by *karlchen »

Noa,

you might simply follow sheepdog's instruction on how
  • to identify and save the current modifications in your TC 6.02 menu file
  • to restore them to the TC 6.54a menu file after updating to TC 6.54a.
Or you might proceed like this:
  • Inside TC 6.02 go to Configuration => Options => Language.
  • Inside the language dialogue box you will find a field named Main menu file. Write down the filename which you read there on a piece of paper. It is the name of your current extended menu file. Let us assume the filename were WCMD_EXT_ENG.MNU.
  • Close the configuration dialogue boxes.
  • Inside TC change to the folder where TC is installed, change to the subfolder called Language
  • Look for the filename which you wrote down. Mark the filename and press <F5>. Copy the file to %temp%\WCMD_EXT_ENG.MNU. (i.e. make a backup to a different folder, in this example your temp folder would be used.)
  • Close down TC V6.02
  • ---
  • Launch the TC 6.54a setup
  • Install TC6.54a to the same folder as TC 6.02
  • Launch TC 6.54a.
  • ---
  • In case you see that your extended menus are gone, do not despair.
  • Inside TC go to Configuration => Options => Language.
  • Inside the language dialogue box go to the field named Main menu file. Try to select your previous menu file WCMD_EXT_ENG.MNU.
    If it is still available, fine, select it, confirm your selection, close the dialogue boxes. Done.
  • ---
  • In case you cannot select the old menu file, do not despair.
  • Close the dialogue boxes.
  • Restore your backup copy of WCMD_EXT_ENG.MNU to the Language subfolder of TC.
  • Inside TC go to Configuration => Options => Language.
  • Inside the language dialogue box go to the field named Main menu file. Select your restored menu file WCMD_EXT_ENG.MNU.
    Confirm your selection. Close all dialogue boxes. Done.
  • ---
  • Hope this helps.
Karl
MX Linux 21.3 64-bit xfce, Total Commander 10.52 64-bit
The people of Alderaan keep on bravely fighting back the clone warriors sent out by the unscrupulous Sith Lord Palpatine.
The Prophet's Song
User avatar
Sheepdog
Power Member
Power Member
Posts: 5150
Joined: 2003-12-18, 21:44 UTC
Location: Berlin, Germany
Contact:

Post by *Sheepdog »

sqa_wizard wrote:If you want to use the 6.53 (or better use the current version 6.54a, update is for free) on the same PC, just install the new version in the same folder as 6.02.
All settings will be kept !
That's not really true. The settings we talk about are made in the main menu. And that will be overwritten with a new version.

That is neccessary because to make the new features (e.g. Custom Columns etc.) available for users without modifying the main menu.
I have one question what mena this simbols
($B5F,B55,B64)
That is the hex value of those commands. Have a look at the file "totalcmd.inc" in your TC-directory. There is a list of all internal commands used in TC. Each command can also be represented by the depending number e.g.:

Code: Select all

cm_SrcComments=300;Source: Show comments
cm_SrcShort=301;Source: Only file names
cm_SrcLong=302;Source: All file details
So you can use
MENUITEM "Short view", 301

instead of

MENUITEM "Short view", cm_SrcShort

And if you convert those decimal values to the HEX equivalent you can use them, too. I.e.

MENUITEM "Short view", $12D.
2wizard
i want use the newest version but i want extended pop up like my 6.02 xp version!

If you don't think you can do it yourself, please send me your language files via email to sheepdog at gmx dot net with subject Total Commander (against my spam filter). I will alter the Language file of TC 6.54a and send it back to you.

sheepdog
"A common mistake that people make when trying to design something
completely foolproof is to underestimate the ingenuity of complete fools."
Douglas Adams
User avatar
petermad
Power Member
Power Member
Posts: 14808
Joined: 2003-02-05, 20:24 UTC
Location: Denmark
Contact:

Post by *petermad »

2Sheepdog
If you don't think you can do it yourself, please send me your language files
You don't even hav to have it sent - it is pretty obvious that it is Black Dog's "Total Commander Interface Pack Expansion 6.03" which you can find at http://www.totalcmd.net/plugring/exp_eng.html

2noa
Maybe you want to take a look at http://www.totalcmd.net/plugring/TcMenu32_en_653.html it offers pretty much the same features, and it is still being updated, when new versions of TC comes up.
License #524 (1994)
Danish Total Commander Translator
TC 11.03 32+64bit on Win XP 32bit & Win 7, 8.1 & 10 (22H2) 64bit, 'Everything' 1.5.0.1371a
TC 3.50 on Android 6 & 13
Try: TC Extended Menus | TC Languagebar | TC Dark Help | PHSM-Calendar
User avatar
Stance
Power Member
Power Member
Posts: 1079
Joined: 2005-03-29, 06:26 UTC

Post by *Stance »

http://img141.imageshack.us/img141/9248/untitled11fu.jpg
http://img141.imageshack.us/img141/6834/untitled29sy.jpg

Total Commander 6.02 - Siemens AG, Berlin ???

Leaked Keys will not be working with upcoming Updates!
Thx for the info, noa!

Stance
User avatar
Sheepdog
Power Member
Power Member
Posts: 5150
Joined: 2003-12-18, 21:44 UTC
Location: Berlin, Germany
Contact:

Post by *Sheepdog »

petermad wrote:2Sheepdog
If you don't think you can do it yourself, please send me your language files
You don't even hav to have it sent - it is pretty obvious that it is Black Dog's "Total Commander Interface Pack Expansion 6.03" which you can find at http://www.totalcmd.net/plugring/exp_eng.html

Okay then here it is:
Just copy the following text, svae as "%Commander_path%\Language\Wcmd_Blackdog_eng.mnu" and choose it in the language section as Menu.

Code: Select all


POPUP "&Files"
  MENUITEM "&Associate With…\tF10", $1FB
  MENUITEM "&Change Attributes…\tAlt+A", $1F6
  MENUITEM "P&roperties…", $3EB
  MENUITEM "&Version Info…\tAlt+Enter", $1FE
  MENUITEM "&Show context menu\tShift+F10", $9C4
  MENUITEM "Sho&w file tooltip\tAlt+I", $B62
  MENUITEM SEPARATOR
  MENUITEM "Edit file co&mment\tCtrl+Z", $A8C
  MENUITEM SEPARATOR
  MENUITEM "C&opy name(s)\tF11", $7E1
  MENUITEM "Copy pat&h\tShift+F11", $7ED
  MENUITEM "Cop&y target path\tAlt+F11", $7EE
  MENUITEM "Co&py name(s) with path\tF12", $7E2
  MENUITEM "Copy name(s) with &UNC path\tShift+F12", $7E5
  MENUITEM "Copy source path to C&L\tCtrl+P", $7E3
  MENUITEM SEPARATOR
  MENUITEM "Turn long names on and o&ff", $7DA
  MENUITEM "Turn h&idden/system files on and off\tCtrl+H", $7DB
  MENUITEM "Turn 8.&3 names lowercase on/off", $7DD
  MENUITEM SEPARATOR
  POPUP "Prin&t"
    MENUITEM "File &list…", $7EB
    MENUITEM "File list with &subdirs…", $7EC
    MENUITEM "File con&tents\tCtrl+F9", $1F8
  END_POPUP
  MENUITEM SEPARATOR
  MENUITEM "&Quit\tAlt+X", $5F14
END_POPUP

POPUP "Mana&ge"
  MENUITEM "&Pack…\tAlt+F5", $1FC
  MENUITEM "&Unpack…\tAlt+F6(/F9)", $1FD
  MENUITEM "Test Archi&ve(s)\tAlt+Shift+F6(/F9)",$206
  MENUITEM "Open dir or Arc&hive under cursor\tCtrl+PgDn", $7D3
  MENUITEM SEPARATOR
  MENUITEM "Re&name Only…\tShift+F6", $3EA
  MENUITEM "Copy &within panel…\tShift+F5", $C1C
  MENUITEM "Cr&eate Shortcut…\tCtrl+Shift+F5(/F6)", $3EC
  MENUITEM SEPARATOR
  MENUITEM "Calculate &Occupied Space…\tCtrl+L", $1F7
  MENUITEM "C&alculate subdirs space\tAlt+Shift+Enter", $7DE
  MENUITEM SEPARATOR
  MENUITEM "Compare Files &by content…\tShift+F1", $7E6
  MENUITEM "&Compare Directories\tShift+F2", $215
  MENUITEM "&Mark Newer, Hide Same Files", $216
  MENUITEM "Synchroni&ze dirs…\tAlt+D", $7E4
  MENUITEM SEPARATOR
  MENUITEM "&Split File…", $230
  MENUITEM "Co&mbine Files…", $231
  MENUITEM "Create CRC chec&ksums…", $234
  MENUITEM "Veri&fy CRC checksums…", $235
  MENUITEM SEPARATOR
  MENUITEM "&Encode File (MIME, UUE, XXE)…", $232
  MENUITEM "&Decode File (MIME, UUE, XXE, BinHex)…", $233
  MENUITEM SEPARATOR
  MENUITEM "Multi-&Rename-Tool…\tCtrl+M", $960
END_POPUP

POPUP "&Mark"
  MENUITEM "Select &All\tCtrl+Gray +", $20B
  MENUITEM "&Unselect All\tCtrl+Gray -", $20C
  MENUITEM "&Invert Selection\tGray *", $20D
  MENUITEM "Select &Group…\tGray +", $209
  MENUITEM "U&nselect Group…\tGray -", $20A
  MENUITEM "&Select all the same files\tAlt+Gray +", $20F
  MENUITEM "Unsele&ct the same files\tAlt+Gray -", $210
  MENUITEM SEPARATOR
  MENUITEM "&Restore selection\tGray /", $211
  MENUITEM "Sa&ve selection\tAlt+S", $212
  MENUITEM "Save se&lection to file\tAlt+Shift+S", $7EF
  MENUITEM "R&ead selection from file\tCtrl+Shift+S", $7F0
  MENUITEM "Rea&d selection from clipboard\tAlt+Shift+R", $7F1
END_POPUP

POPUP "&Panels"
  POPUP "&Tabs"
   MENUITEM "Open &new tab\tCtrl+T", $BB9
   MENUITEM "Open new tab in &background\tCtrl+Shift+T", $BBA
   MENUITEM "Open dir &under cursor in tab\tCtrl+Up", $BBB
   MENUITEM "Open dir under cursor (&other window)\tCtrl+Shift+Up", $BBC
   MENUITEM "S&witch to next tab\tCtrl+Tab", $BBD
   MENUITEM "Switch to &previous tab\tCtrl+Shift+Tab", $BBE
   MENUITEM "&Close current tab\tCtrl+W", $BBF
   MENUITEM "Close &all tabs\tCtrl+Shift+W", $BC0
   MENUITEM "&Toggle current tab locking", $BC2
   MENUITEM SEPARATOR
   MENUITEM "Show tab &menu", $BC1
  END_POPUP
  MENUITEM SEPARATOR
  MENUITEM "&Change Drive\tAlt+F1/F2", $14B
  MENUITEM "&Reread Source\tCtrl+R (F2)", $21C
  MENUITEM "Target&=Source\tCtrl+J", $214
  MENUITEM "&Swap Panels\tCtrl+U", $20D
  MENUITEM "S&wap Panels with tubs\tCtrl+Shift+U", $217
  MENUITEM "Open dir under cursor to &Left\tCtrl+<-", $7E8
  MENUITEM "Open dir under cursor to Ri&ght\tCtrl+->", $7E9
  MENUITEM SEPARATOR
  MENUITEM "Simultaneous &identical trees traverse", $A28
  MENUITEM SEPARATOR
  MENUITEM "&Branch mode\tCtrl+B", $7EA
  MENUITEM SEPARATOR
  POPUP "S&how\Sort"
   MENUITEM "&Comments\tCtrl+Shift+F2", $12C
   MENUITEM "Custom columns mo&de\tShift+F1", 270
   MENUITEM "&Brief\tCtrl+F1", $12D
   MENUITEM "&Full\tCtrl+F2", $12E
   MENUITEM "&Tree\tCtrl+F8", $12F
   MENUITEM "Thumbnai&l view\tCtrl+Shift+F1", 269
   MENUITEM "&Quick view\tCtrl+Q",$130
   MENUITEM SEPARATOR
   MENUITEM "&Name\tCtrl+F3", $141
   MENUITEM "E&xtension\tCtrl+F4", $142
   MENUITEM "&Modified\tCtrl+F5", $144
   MENUITEM "&Size\tCtrl+F6", $143
   MENUITEM "&Unsorted\tCtrl+F7", $145
  END_POPUP
  MENUITEM "&All Files\tCtrl+F10", $138
  MENUITEM "&Programs\tCtrl+F11", $137
  MENUITEM "&Custom…\tCtrl+F12", $13A
  MENUITEM "*.*", $139
  MENUITEM "Show &Only Selected\tCtrl+S", $7E7
  MENUITEM "&Reversed Order", $14A
  MENUITEM SEPARATOR
  MENUITEM "&Horizontal Panels\tCtrl+G", $131
  MENUITEM SEPARATOR  
  MENUITEM "&Window separator at 50%", $38D
END_POPUP

POPUP "&Commands"
  MENUITEM "&Search…\tAlt+F7", $1F5
  MENUITEM "&Quick search…\tAlt+Q", 2915
  MENUITEM "CD &Tree…\tAlt+F10", $1F4
  MENUITEM "&Volume Label…", $1F9
  MENUITEM "System &Information…", $1FA
  MENUITEM SEPARATOR
  MENUITEM "Directory &Hotlist\tCtrl+D", $20E
  MENUITEM "Go to &Root\tCtrl+", $7D1
  MENUITEM "Go to &Parent Directory\tCtrl+PgUp", $7D2
  MENUITEM "Go &Back\tAlt+<-", $23A
  MENUITEM "Go &Forward\tAlt+->", $23B
  MENUITEM "Panel &History list\tAlt+Dn", $23C
  MENUITEM SEPARATOR
  MENUITEM "&Edit path field above panel\tAlt+Up", $B60
  MENUITEM SEPARATOR
  MENUITEM "Pre&vious Command Line\tCtrl+E", $7D6
  MENUITEM "Ne&xt Command Line\tCtrl+2", $7D5
  MENUITEM "&Clear Command Line\tCtrl+Y (Ctrl+1)", $7D4
  MENUITEM SEPARATOR
  MENUITEM "Run &under cursor\tEnter", $3E9
  MENUITEM SEPARATOR
  MENUITEM "Run Comman&d Shell\tcmd", $1FF
END_POPUP

POPUP "N&et"
  MENUITEM "&Open new BTM instance\tCtrl+O", $22F
  MENUITEM SEPARATOR  
  MENUITEM "&FTP Connect…\tCtrl+F", $226
  MENUITEM "FT&P New Connection…\tCtrl+N", $227
  MENUITEM "FTP Disc&onnect\tCtrl+Shift+F", $228
  MENUITEM "FTP Sho&w Hidden Files on NIX Servers (LIST -la)", $229
  MENUITEM "FTP &Add to download list", $22D
  MENUITEM "FTP Download from &list", $22E
  MENUITEM "FTP &Resume aborted download", $22B
  MENUITEM "FTP A&bort current FTP command", $22A
  MENUITEM "FTP Select Transfer &Mode\tCtrl+Shift+M", $22C
  MENUITEM SEPARATOR
  MENUITEM "Map &Network Drive…", $200
  MENUITEM "&Disconnect Network Drives…", $201
  MENUITEM "Share &Current Directory…", $202
  MENUITEM "&Unshare Directory…", $203
  MENUITEM "&Show File User…", $89B
  MENUITEM "Show &Admin shares (\c$ etc.)", $89C
  MENUITEM SEPARATOR
  POPUP "LPT l&ink"
   MENUITEM "LPT connection to other PC…", $8FC
   MENUITEM "Install LPT driver (NT)", $8FD
   MENUITEM "Remove LPT driver (NT)", $8FE
  END_POPUP
END_POPUP

POPUP "&NTFS"
  MENUITEM "&Permissions dialog…", $898
  MENUITEM "File &auditing…", $899
  MENUITEM "&Take ownership…", $89A
  MENUITEM "&Open program under cursor as different user…", $AF0
END_POPUP

POPUP "S&ystem"
  MENUITEM "M&y Documents\tSic!!!", $2BE  
  MENUITEM "&Desktop folder\tExec. "\" in CL", $849
  MENUITEM "&My Computer", $84A
  MENUITEM "&Control Panel\tAlt+T", $84B
  MENUITEM "&Network Neighborhood\tAlt+R", $84D
  MENUITEM "Net&work Connections", $2BF
  MENUITEM "&Fonts folder", $84C
  MENUITEM "&Printers folder", $84E
  MENUITEM "&Scheduled tasks", $2C0
  MENUITEM "Open Recycle &Bin", $84F
END_POPUP

POPUP "C&onfiguration"
   POPUP "&Interface"
   MENUITEM "Show/hide &button bar\tAlt+B", $B55
   MENUITEM "Show/hide &function keys\tAlt+K", $B5F
   MENUITEM "Show/hide &drive button bars", $B56
   MENUITEM "Show/hide &two drive bars", $B57
   MENUITEM "Show/hide dri&ve combobox", $B5A
   MENUITEM "Show/hide cu&rrent directory", $B5B
   MENUITEM "Show/hide tab &headers", $B5C
   MENUITEM "Show/hide &status bar", $B5D
   MENUITEM "Show/hide &CL", $B5E
   MENUITEM "Show/hide folder t&abs\tAlt+W", $B64
   MENUITEM "Drive buttons: F&lat/normal mode", $B58
   MENUITEM "Interface: Flat/n&ormal mode", $B59
   END_POPUP
  MENUITEM SEPARATOR
  MENUITEM "&Button Bar…", $1F2
  MENUITEM "&User Menu…", $2BC
  MENUITEM SEPARATOR
  MENUITEM "&Layout…", $1EA
  MENUITEM "&Display…", $1E6
  MENUITEM "&Font…", $1EC
  MENUITEM "&Color…", $1EE
  MENUITEM "&Tabstops…", $1F1
  MENUITEM "&Dir Tabs…", $1E8
  MENUITEM "Lan&guage…\tF9", $1F3
  MENUITEM "&Operation…", $204
  MENUITEM "&Edit/View…", $1F0
  MENUITEM "Copy&/Delete…", $1E7
  MENUITEM "&FTP…", $1E9
  MENUITEM "&Packer…", $1EB
  MENUITEM "&ZIP Packer…", $1E5
  MENUITEM "&Misc…", $1EF
  MENUITEM SEPARATOR
  MENUITEM "Unload &all plugins\tAlt+L", $B61
  MENUITEM SEPARATOR
  MENUITEM "&Save Position", $1ED
  MENUITEM "Sa&ve Settings", $244
  MENUITEM "Open ini files in &Notepad", $245
END_POPUP

STARTMENU

HELP_BREAK

POPUP "&Help"
  MENUITEM "&Index\tF1", $262
  MENUITEM "&Keyboard", $26C
  MENUITEM "&Registration Info", $276
  MENUITEM SEPARATOR
  MENUITEM "&Visit Totalcmd's Official Web Site", $280
  MENUITEM "Visit Ergo's &Totalcmd.net Site", $2C9
  MENUITEM "&Get Last Totalcmd Version (ftp.simtel.net)", $2CB
  MENUITEM SEPARATOR
   POPUP "&Wincommander MailGroup"
   MENUITEM "&Visit Wincommander MailGroup's Site", $2C4
   MENUITEM "Subscribe to &Wincommander MailGroup", $2C5
   END_POPUP
  MENUITEM "Visit Totalcmd's Official &Support Forum", $2C7
  MENUITEM "&Visit Totalcmd's Russian InOfficial Forum", $2C8
  MENUITEM "&Visit Ilya Gulko's Guide to &Efficient Use of Windows Commander", $2CA
  MENUITEM SEPARATOR
  MENUITEM "&About Windows Commander…", $2B2
END_POPUP

;Copyleft © Black Dog black_dog@wincmd.ru

sheepdog
"A common mistake that people make when trying to design something
completely foolproof is to underestimate the ingenuity of complete fools."
Douglas Adams
noa
Junior Member
Junior Member
Posts: 7
Joined: 2006-03-25, 01:25 UTC

Post by *noa »

Sheepdog i have that language mnu file buti want add nore item which execute outside program like winamp,and i dont want in button bar ,i want new menu!
But i dont know which command i must type to execute program (anything)?

Sample:
POPUP "Games"
MENUITEM "Games" , ????????
END_POPUP
User avatar
petermad
Power Member
Power Member
Posts: 14808
Joined: 2003-02-05, 20:24 UTC
Location: Denmark
Contact:

Post by *petermad »

2noa
You cannot directly put an external program in the menu. What you can do, is that you can add the program to the Start menu (click on Start -> Change Start Menu...).

After you have done that, and let us assume that the program (fx Winamp) is the FIRST one in the Start menu, then you can add the following to your .mnu file:

Code: Select all

POPUP "My Programs"
  MENUITEM "&Winamp", cm_UserMenu1
END_POPUP
If it is not the first program but for exampel the ninth program, then you have to change cm_UserMenu1 to cm_UserMenu9

But why you would want to do that, and not just run Winamp from the Start menu I cannot imagine.
License #524 (1994)
Danish Total Commander Translator
TC 11.03 32+64bit on Win XP 32bit & Win 7, 8.1 & 10 (22H2) 64bit, 'Everything' 1.5.0.1371a
TC 3.50 on Android 6 & 13
Try: TC Extended Menus | TC Languagebar | TC Dark Help | PHSM-Calendar
User avatar
Sheepdog
Power Member
Power Member
Posts: 5150
Joined: 2003-12-18, 21:44 UTC
Location: Berlin, Germany
Contact:

Post by *Sheepdog »

noa wrote:Sheepdog i have that language mnu file buti want add nore item which execute outside program like winamp,and i dont want in button bar ,i want new menu!
But i dont know which command i must type to execute program (anything)?

Sample:
POPUP "Games"
MENUITEM "Games" , ????????
END_POPUP
As petermad already explained, you cannot use those commands directly. I guess those commands are already implemented in your TC 6.03?

Then it is simple. Look in the wincmd.ini for this TC (it's location can be found in [Alt]+[H]elp, then [A]bout ) for the section [user]. There you should find all the calls for your programs assignd to a "menuX(X)" entry. You could use either the corresponding command: cm_usermenuX(X) or the number 700 plus the number of the menu e.g menu1 corrsponds to 701 menu31 corresponds to 731 etc.

Hope that helps

sheepdog
"A common mistake that people make when trying to design something
completely foolproof is to underestimate the ingenuity of complete fools."
Douglas Adams
noa
Junior Member
Junior Member
Posts: 7
Joined: 2006-03-25, 01:25 UTC

Post by *noa »

when i add winamp or something else in start menu i can add new menu outside START menu?
If i can do that i have to shortcut for one outside program?In start menu and in new menu which i create in TCMD menu?
Post Reply