cm_LoadSelectionFromFile , pass textfile path as argument

English support forum

Moderators: Hacker, petermad, Stefan2, white

Post Reply
dragonetti
Junior Member
Junior Member
Posts: 33
Joined: 2007-07-09, 21:03 UTC

cm_LoadSelectionFromFile , pass textfile path as argument

Post by *dragonetti »

1
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"
Or is their a way around it?

(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).
Post Reply