Is there a way to pass the path of an textfile as an argument to the command:
cm_LoadSelectionFromFile
something like
Code: Select all
cm_LoadSelectionFromFile "c:\abcd\selection.txt"
(clipboard works, but I would rather use the file method).
Currently you have to manually navigate to the textfile that contains the selection.
I searched the helpfile and forum on "cm_LoadSelectionFromFile".
EDIT:
2
Sorry, a second question:
Is it possible to execute commands in the address bar (where path is displayed in a breadcrumb format (ALT+F11 / ALT+F12)).
With "commands" I mean commands like these: cm_RightPathFocus etc..
The other way is to do it through the commandline section below in TCMD ( ALT+F8 ). The reason why I want to pass commands in the breadcrumb bar: I am creating some macros which work well with the breadcrumbar in TCMD, interaction with other parts in TCMD is a bit difficult (long story).