By registering with us, you'll be able to discuss, share and private message with other members of our community.
SignUp Now!Ok Rex. Is there a way to log the path passed to TCMD?
From an entry in the registry - as I said in my OP......
Code:Windows Registry Editor Version 5.00 [HKEY_CLASSES_ROOT\Directory\shell\RunAs] @="TCMD prompt here (&Admin)" [HKEY_CLASSES_ROOT\Directory\shell\RunAs\command] @="\"C:\\Program Files\\JPSoft\\TCMD19_x64\\tcmd.exe\" /D \"%L\""
Using Vince Fatica's PSET.EXE, I can get the TCMD.EXE command line with
Code:PSET %_PPID
I prefer to use TCMD and not TCC.
It allows me to right click on a directory and select open with TCMD ( I have one as an admin and another as a non- elevated user).
What I would like is way to log the
CD /D "Directory path wanted"
command......
Apparently you have PSET.EXE (an oldie). @PSET, @PSTAT, and PSTAT are in my SYSUTILS plugin.Where is PSET or @PSET ?
On the contrary, if I go to Start\Run and issue "g:\tc19\tcmd.exe /d <place>" my one and only default TCC starts in <place>. TCMD's COMSPEC is simply "g:\tc19\tcc.exe" and my TCStart.btm does not change the CWD. It would seem TCMD sets its CWD to the "/D" spec and TCC inherits it.