Questions about the context menu

English support forum

Moderators: Hacker, petermad, Stefan2, white

Post Reply
Ceras
Junior Member
Junior Member
Posts: 7
Joined: 2022-05-25, 18:21 UTC

Questions about the context menu

Post by *Ceras »

Hello.

I wanted to hear advice on the following cases.

Here's a sample of the commands I'm using.
(First line is a command, and the second is a parameter.)

command> "%COMMANDER_PATH%\..\..\Data\Utils\ETC\ConEmu\ConEmu64.exe" /run "c:\Program Files\Siemens\NX 11.0\STEP214UG\step214ug.cmd"
para> "%P%O.prt" o="%P%O.stp" d="c:\Program Files\Siemens\NX 11.0\STEP214UG\ugstep214.def" l="%P%O.log"



I need help trying to move this command to the context menu. (2 line --> 1 line)

ex> "%COMMANDER_PATH%\..\..\Data\Utils\ETC\ConEmu\ConEmu64.exe" /run "c:\Program Files\Siemens\NX 11.0\STEP214UG\step214ug.cmd" "%P%O.stp" o="P%O.prt" d="c:\Program Files\Siemens\NX 11.0\STEP214UG\step214ug.def" l="%P%O.log"



It doesn't work after combining 2 lines into 1 line, I want to know if it can be reduced to 1 line or not.

If possible, I would like to know the relevant command or method.
User avatar
ghisler(Author)
Site Admin
Site Admin
Posts: 50390
Joined: 2003-02-04, 09:46 UTC
Location: Switzerland
Contact:

Re: Questions about the context menu

Post by *ghisler(Author) »

With context menu, do you mean extra verbs of internal associations?
If yes, put the two line command in an internal command, e.g. em_conemu64
Then define an extra verb in external associations with command: ***em_conemu64
Author of Total Commander
https://www.ghisler.com
Post Reply