Add '1'-parameter to this Copy-Names-to-Clipboard commands
Moderators: Hacker, petermad, Stefan2, white
Add '1'-parameter to this Copy-Names-to-Clipboard commands
Hello Christian,
thanks for new v11.
I want to remind on this often asked feature.
Additionally to
cm_CopyPathOfFilesToClip >> Copy path name of each file to clipboard (new in TC v11)
I would like to suggest a parameter
cm_CopyPathOfFilesToClip 1 >> Copy path name of each file to clipboard w/o trailing backslash , like cm_CopySrcPathToClip works
- - -
Additionally to
cm_CopyFullNamesToClip >> Copy names with full path , example: c:\Windows\write.exe
I would like to suggest a parameter
cm_CopyFullNamesToClip 1 >> Copy BASE names with full path , w/o extension, example: c:\Windows\write
- - -
Additionally to
cm_CopyNamesToClip >> Copy filenames to clipboard , example: notepad.exe
I would like to suggest a new command
cm_CopyBASENamesToClip >> Copy BASE of filenames to clipboard , w/o extension , example: notepad
or "cm_CopyNamesToClip 1" >> Copy BASE of filenames to clipboard , w/o extension , example: notepad
- - -
thanks for new v11.
I want to remind on this often asked feature.
Additionally to
cm_CopyPathOfFilesToClip >> Copy path name of each file to clipboard (new in TC v11)
I would like to suggest a parameter
cm_CopyPathOfFilesToClip 1 >> Copy path name of each file to clipboard w/o trailing backslash , like cm_CopySrcPathToClip works
- - -
Additionally to
cm_CopyFullNamesToClip >> Copy names with full path , example: c:\Windows\write.exe
I would like to suggest a parameter
cm_CopyFullNamesToClip 1 >> Copy BASE names with full path , w/o extension, example: c:\Windows\write
- - -
Additionally to
cm_CopyNamesToClip >> Copy filenames to clipboard , example: notepad.exe
I would like to suggest a new command
cm_CopyBASENamesToClip >> Copy BASE of filenames to clipboard , w/o extension , example: notepad
or "cm_CopyNamesToClip 1" >> Copy BASE of filenames to clipboard , w/o extension , example: notepad
- - -
Re: cm_CopyPathOfFilesToClip ++ cm_CopyBASENamesToClip , w/o extension , w/o trailing backslash
This has already been considered:Stefan2 wrote: 2023-05-04, 06:05 UTC I would like to suggest a parameter
cm_CopyPathOfFilesToClip 1 >> Copy path name of each file to clipboard w/o trailing backslash , like cm_CopySrcPathToClip works
ghisler(Author) wrote: 2023-05-01, 14:34 UTC I will probably add some of these, but they need new functions:
...
cm_CopyPathNoSepOfFilesToClip
...
Overquoting is evil! 👎
Re: Add '1'-parameter to this Copy-Names-to-Clipboard commands
Hello Christian
will you also add the '1'-parameter to this Copy-Names-to-Clipboard commands?
cm_CopyPathOfFilesToClip 1 --- Copy path name of each file to clipboard --- w/o trailing backslash
cm_CopyFullNamesToClip 1 ---- Copy names with full path to clipboard ------ w/o extension
cm_CopyNamesToClip 1 --------- Copy filenames to clipboard ------------------- w/o extension
as it was often asked for by users
Please
will you also add the '1'-parameter to this Copy-Names-to-Clipboard commands?
cm_CopyPathOfFilesToClip 1 --- Copy path name of each file to clipboard --- w/o trailing backslash
cm_CopyFullNamesToClip 1 ---- Copy names with full path to clipboard ------ w/o extension
cm_CopyNamesToClip 1 --------- Copy filenames to clipboard ------------------- w/o extension
as it was often asked for by users
Please

Re: Add '1'-parameter to this Copy-Names-to-Clipboard commands
What is the usefulness of such an option? Can you give an example of use?Stefan2 wrote: 2023-06-14, 06:37 UTC cm_CopyFullNamesToClip 1 ---- Copy names with full path to clipboard ------ w/o extension
Overquoting is evil! 👎
Re: Add '1'-parameter to this Copy-Names-to-Clipboard commands
You may want to search the forum to find requests for that.
There're always use cases we don't think about our self but other user ask for that, for whatever reason.
And I think such basics options should just be present.
Re: Add '1'-parameter to this Copy-Names-to-Clipboard commands
2Stefan2
That's not the answer. I'm not asking about other users. I'm asking about the real benefits for you.
The command to copy the base names is absolutely clear to me, I use a custom solution, but I can't imagine the need to cut off extensions from full names.
That's not the answer. I'm not asking about other users. I'm asking about the real benefits for you.
The command to copy the base names is absolutely clear to me, I use a custom solution, but I can't imagine the need to cut off extensions from full names.
Overquoting is evil! 👎
Re: Add '1'-parameter to remove the extensions to this Copy-Names-to-Clipboard commands
I have no use for this myself, but I answer often such questions and gave advice how to remove the extensions by a script solution.
It's not about what you need or what you can imagine, there are a few ten-thousand of users
with hundreds of needs and ideas...for whatever reason and a few you would never think about yourself.
And I think such options should be implemented on default on an file manager,
even with such an work around as by adding an 1 as parameter.
Next let the user decide how he want to do his work.
It's not about what you need or what you can imagine, there are a few ten-thousand of users
with hundreds of needs and ideas...for whatever reason and a few you would never think about yourself.
And I think such options should be implemented on default on an file manager,
even with such an work around as by adding an 1 as parameter.
Next let the user decide how he want to do his work.
Re: Add '1'-parameter to this Copy-Names-to-Clipboard commands
One possible example.Fla$her wrote: 2023-06-18, 10:51 UTC 2Stefan2
That's not the answer. I'm not asking about other users. I'm asking about the real benefits for you.
The command to copy the base names is absolutely clear to me, I use a custom solution, but I can't imagine the need to cut off extensions from full names.
Using a script which gets the path of the source as parameter, which is used to start a compiler.
It needs the path again, adding the .exe extension for checking the output file.
Of course, a batch file can strip the extension, but the job is simpler with the clipboard.
Good editors have a variable for the source path without the extension for the same reason.
Windows 11 Home, Version 24H2 (OS Build 26100.3915)
TC 11.51 x64 / x86
Everything 1.5.0.1391a (x64), Everything Toolbar 1.5.2.0, Listary Pro 6.3.2.88
QAP 11.6.4.2.1 x64
TC 11.51 x64 / x86
Everything 1.5.0.1391a (x64), Everything Toolbar 1.5.2.0, Listary Pro 6.3.2.88
QAP 11.6.4.2.1 x64