Hide "Net" menu

English support forum

Moderators: white, Hacker, petermad, Stefan2

Post Reply
bogordo
Member
Member
Posts: 150
Joined: 2019-12-06, 09:07 UTC

Hide "Net" menu

Post by *bogordo »

Hi,

I read about minimal interface here (but this is too far for me): https://www.ghisler.ch/wiki/index.php?title=Minimal_TC_interface

Is possible to remove only certain menu items like net?? (which i necer use), without removing all the menu of course :)

Best regards,
TC license #346559
User avatar
petermad
Power Member
Power Member
Posts: 14743
Joined: 2003-02-05, 20:24 UTC
Location: Denmark
Contact:

Re: Hide "Net" menu

Post by *petermad »

2bogordo
Just edit the wcmd_XXX.mnu file in TC's language directory - where XXX is the code for your language (like eng for English, deu for German, dan for Danish etc).

If you are using the internal English language, you need to manually set TC up to use the wcmd_eng.mnu file in "Configuration" -> "Options" -> "Language" -> "Main menu file".

In wcmd_eng.mnu it is this section that you have to remove:

Code: Select all

POPUP "&Net"
  MENUITEM "&Network Connections...", cm_NetConnect
  MENUITEM "&Disconnect Network Drives...", cm_NetDisconnect
  MENUITEM "Share &Current Directory...", cm_NetShareDir
  MENUITEM "&Unshare Directory...", cm_NetUnshareDir
  MENUITEM "Show &Admin Shares", 2204
  MENUITEM SEPARATOR
  MENUITEM "&FTP Connect...\tCtrl+F", 550
  MENUITEM "FT&P New Connection...\tCtrl+N", 551
  MENUITEM "FTP Disconn&ect\tCtrl+Shift+F", 552
  MENUITEM "FTP Sho&w Hidden Files", 553
  MENUITEM "FTP Download From &List...", 558
  MENUITEM "P&ORT Connection To Other PC...", 2300
END_POPUP
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.50b4 on Android 6 & 13
Try: TC Extended Menus | TC Languagebar | TC Dark Help | PHSM-Calendar
bogordo
Member
Member
Posts: 150
Joined: 2019-12-06, 09:07 UTC

Re: Hide "Net" menu

Post by *bogordo »

Perfect petermad, you are solving all my questions, thank you!! ;)
TC license #346559
Post Reply