- Nov
- 250
- 2
In the days of Windows 2000, I used a program called 'context' by MadDog see MaDdoG product: CmdUtils
Is it possible to include this sort of functionality into TCC?
Is it possible to include this sort of functionality into TCC?
By registering with us, you'll be able to discuss, share and private message with other members of our community.
SignUp Now!SHELLEX
ShellExecute with registered or context menu verb
SHELLEX [/C] [/V verb] <file> [<arguments> [<directory>]]
/C use context menu
/V verb "print", "edit", "explore" et c.
(with /C) "properties", "preview", et c. Without "/V verb",
the default verb is used if available, else "open" is used.
/D (debug) show parameter parsing without executing
<arguments> and <directory> apply to launching executables
When appropriate, <file> may specify a URL, a directory or a drive
Quote parameters containing whitespace; escape necessary quotes as \"
[D:\]plugin /l d:\newin\tcmd22\PLUGINS\sysutils.dll
TCC: (Sys) The specified procedure could not be found.
"d:\newin\tcmd22\PLUGINS\sysutils.dll"
[D:\]ver
TCC 24.00.24 Windows 7 [Version 6.1.7601]
It didn't like me. The file is there. Otherwise it would load special module. 4nt 8 didn't like it either.
Code:[D:\]plugin /l d:\newin\tcmd22\PLUGINS\sysutils.dll TCC: (Sys) The specified procedure could not be found. "d:\newin\tcmd22\PLUGINS\sysutils.dll" [D:\]ver TCC 24.00.24 Windows 7 [Version 6.1.7601]
Hmmm! I wonder how the forum got the name "Public". I pasted the raw URL as text, selected it, pressed the link button, and pasted it again. I certainly didn't enter the word "Public".Here's the one I use with v22. It's the one not zipped and it's not in Plugins.
Public
Forget about 4NTv8. I don't think SHELLEX existed way back then.
It pulls that from the actual page. It did that in my comment about the Total Commander plugin the other day, although I just pasted the link into the comment instead of using the Insert link button.Hmmm! I wonder how the forum got the name "Public". I pasted the raw URL as text, selected it, pressed the link button, and pasted it again. I certainly didn't enter the word "Public".
[D:\]shellex /c /d 48tetra.txt
Verb: [default]
File: 48tetra.txt
Args:
Dir:
Flag: context
I'll have a look, but I have no interest in displaying the context menu.While I know very little about C++, the source code for CmdUtils is available (included in the cmdutils.zip file), so maybe it could be modified to work better with Windows 7?
Joe
Isn't that what's expected? That's what I intended. I never wanted to display a menu or present the user with a choice.Wendy says it is the /C Context Flag;
See Post 8 above.
When I try shellex /C sysutils.txt on my Win7 64bit system, instead of the context menu, it opens the file in notepad.
Joe
This flag allows applications to use ShellExecuteEx to invoke verbs from shortcut menu extensions instead of the static verbs listed in the registry.