By registering with us, you'll be able to discuss, share and private message with other members of our community.
SignUp Now!Is it possible to sync those two so that when I am in TCMD the two are at the same place all the time?
You want the folder view to follow TCC's current directory? I imagine you could do that using CDD /TO %_CWD in e.g. the PRE_INPUT alias. Though I haven't tried it.
Or do you want the other way, TCC's current directory following the folder window? Somehow that seems like a Bad Plan to me....
CWBillow wrote:
| Is it possible to sync those two so that when I am in TCMD the two
| are at the same place all the time?
Sorry, what two should be in the same place? Not in msg body!
--
Steve
It sounds like he wants to click on a folder in the Folder View and have the CWD of the command line change to the folder selected in Folder View....so that if I am in the folder tree and move to C:\Windows, the window will reflect the same folder location.
Chuck
It sounds like he wants to click on a folder in the Folder View and have the CWD of the command line change to the folder selected in Folder View.
the> ---Quote (Originally by ccb)---
> It sounds like he wants to click on a folder in the Folder View and have
> CWD of the command line change to the folder selected in Folder View.
> ---End Quote---
>
> Exactly!
the
It can be done (but you really don't want to do it!). People periodically
ask for either this or the reverse (moving the folder to match the CWD of
the command line), but they invariably change their minds after trying it.
There are several serious drawbacks:
1) It will only work with TCC. No CMD, bash, PowerShell, etc.
2) It is a really, really, really bad idea to try it if you have more than
one tabbed window.
3) TCC can only change its directory after executing a command line. You
REALLY don't want TCC doing it in the middle of a command.
4) It will make drag & drop between the view windows & the TCC windows
useless.
But if you want personally experience the pain before deciding it was a bad
idea, see "Take Command and TCC Integration" in the help.
Rex Conn
JP Software
> ---Quote---
>> ---Quote (Originally by ccb)---
>> It sounds like he wants to click on a folder in the Folder View and have the CWD of the command line change to the folder selected in Folder View.
>> ---End Quote---
>>
>> Exactly!
> ---End Quote---
> It can be done (but you really don't want to do it!). People periodically
> ask for either this or the reverse (moving the folder to match the CWD of
> the command line), but they invariably change their minds after trying it.
>
> There are several serious drawbacks:
>
> 1) It will only work with TCC. No CMD, bash, PowerShell, etc.
>
> 2) It is a really, really, really bad idea to try it if you have more than
> one tabbed window.
>
> 3) TCC can only change its directory after executing a command line. You
> REALLY don't want TCC doing it in the middle of a command.
>
> 4) It will make drag& drop between the view windows& the TCC windows
> useless.
>
> But if you want personally experience the pain before deciding it was a bad
> idea, see "Take Command and TCC Integration" in the help.
>
That does sound useful. How exactly have you set it up?The benefit to me is that I can see a real time listing of the current directory. It's virtually replaced my compulsive "DIR" statements.
> ---Quote (Originally by thedave)---
> The benefit to me is that I can see a real time listing of the current directory. It's virtually replaced my compulsive "DIR" statements.
> ---End Quote---
> That does sound useful. How exactly have you set it up?
>