- Apr
- 57
- 0
%tcmd% gives us the full path to tcmd.exe, and Vince's CDH will take us to the TC main directory, but do we have a variable for the TC main directory itself, i.e. the same as %tcmd% but without 'tcmd.exe' on the end? I'd use it like this (if the variable existed):
cdd %tcmdpath%
would do the same as:
cdh.
I make a lot of virtual drives to point to important paths, eg:
subst v: "c:\program files\jpsoft\tcmd11\"
but it would be nicer to:
subst v: %tcmdpath%
if it existed.
cdd %tcmdpath%
would do the same as:
cdh.
I make a lot of virtual drives to point to important paths, eg:
subst v: "c:\program files\jpsoft\tcmd11\"
but it would be nicer to:
subst v: %tcmdpath%
if it existed.