By registering with us, you'll be able to discuss, share and private message with other members of our community.
SignUp Now!> The documentation says CDD /TO will "change the current directory in the
> Take Command Folders and List View windows without changing the TCC current
> directory."
>
> When I enter it I get "The system cannot find the file specified."
>
> What am I missing?
>
>
>
>
>
>The documentation says CDD /TO will "change the current directory
>in the Take Command Folders and List View windows without changing
>the TCC current directory."
>
>When I enter it I get "The system cannot find the file specified."
>
>What am I missing?
I think you need to give "CDD /TO folder" instead of just "CDD /TO"../QUOTE]
Well, maybe, but if you have to pick up the List View manually then "change the current directory in the Take Command Folders and List View windows without changing the TCC current directory" doesn't seem to make much sense, does it?
On Tue, 04 May 2010 10:27:11 -0400, mcsuman <> was
claimed to have wrote:
Try "CDD /TO ."
I think you need to give "CDD /TO folder" instead of just "CDD /TO"../QUOTE]
Well, maybe, but if you have to pick up the List View manually then "change the current directory in the Take Command Folders and List View windows without changing the TCC current directory" doesn't seem to make much sense, does it?
I guess one can put other names in the TO? That would imply more power than just changing the list view?
I guess one can put other names in the TO? That would imply more power than just changing the list view?
Huh? You can specify any directory you like, just the same as if you didn't use /TO.
Code:cdd /to "%@path[%_cmdspec]"
will set the tree view to Take Command's install directory.
Huh? You can specify any directory you like, just the same as if you didn't use /TO.
Code:cdd /to "%@path[%_cmdspec]"
will set the tree view to Take Command's install directory.
That I get. But I haven't figured out how to set the tree view to where I'm at (that is, what the default prompt would show if I haden't turned it off with prompt $g). ?
Maybe all I'm asking is what holds the TCC current directory?
>
> That I get. But I haven't figured out how to set the tree view to
> where I'm at (that is, what the default prompt would show if I
> haden't turned it off with prompt $g). ?
>
>
>
>
>Well, I'm typing it at the prompt, so the quotes shouldn't be there, should they?
>That I get. But I haven't figured out how to set the tree view to where I'm at (that is, what the default prompt would show if I haden't turned it off with prompt $g). ?
On Tue, 04 May 2010 15:18:10 -0400, mcsuman <> wrote:
|But I haven't figured out how to set the tree view to where I'm at (that is, what the default prompt would show if I haden't turned it off with prompt $g). ?
Someone already suggested: "CDD /TO ."
That works for me.
--
- Vince
On Tue, 04 May 2010 15:18:09 -0400, mcsuman <> was
claimed to have wrote:
If you want the treeview to follow you around always, try adding
something like this to your PROMPT statement:
%@if[%_tctab,%%@exec[@*CDD /to %@quote[%_cwd]],]