Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!

TC10 - cdd /t gives invalid parameter

[C:\]ver

TCC 10.00.57 Windows XP [Version 5.1.2600]

[C:\]cdd /t "Program Files"\
TCC: (Sys) The parameter is incorrect.
"t"
Usage : CDD [/A /D[path ...] /N[j] /S[n][path ...] /T[O] /U[path ...] /X] [path | -]

Am I missing something. Isn't /t suppose to change the folder and list views when it changes directory in the TCC window?

Also, how can I get TC to automatically change the folder and list windows when I do a directory change in the TCC window?

TIA
David
 
David McClelland wrote:
| [C:\]ver
|
| TCC 10.00.57 Windows XP [Version 5.1.2600]
|
| [C:\]cdd /t "Program Files"\
| TCC: (Sys) The parameter is incorrect.
| "t"
| Usage : CDD [/A /D[path ...] /N[j] /S[n][path ...] /T[O] /U[path ...]
| /X] [path | -]
|
| Am I missing something. Isn't /t suppose to change the folder and
| list views when it changes directory in the TCC window?


Works fine here.

| Also, how can I get TC to automatically change the folder and list
| windows when I do a directory change in the TCC window?

If "automatic directory change" is not important for you, just create an
alias:

alias cd*d=`*cdd /t`

If you want to track automatic directory changes as well, put the command

*cdd /t .

into your POST_EXEC alias.
--
HTH, Steve
 
> [C:\]ver
>
> TCC 10.00.57 Windows XP [Version 5.1.2600]
>
> [C:\]cdd /t "Program Files"\
> TCC: (Sys) The parameter is incorrect.
> "t"
> Usage : CDD [/A /D[path ...] /N[j] /S[n][path ...] /T[O] /U[path ...] /X]
> [path | -]
>
> Am I missing something. Isn't /t suppose to change the folder and list
> views when it changes directory in the TCC window?

Not reproducible here -- do you have an alias (or plugin) for CDD?

Rex Conn
JP Software
 

Similar threads

Back
Top