Welcome!

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

SignUp Now!

"which" in PowerShell invokes TCC?

May
12,939
171
This is in PowerShell: TCC is invoked (and doesn't exit). COMSPEC is set to CMD.EXE. What's going on?
Code:
Windows PowerShell
Copyright (C) 2009 Microsoft Corporation. All rights reserved.

C:\Users\vefatica> which touch

TCC  14.03.59   Windows 7 [Version 6.1.7601]
Copyright 2013 JP Software Inc.  All Rights Reserved
Registered to Vincent Fatica - 5 System License

touch is an internal command

c:\users\vefatica>
 
Well, I figured that out! I don't even remember this:
Code:
v:\> dir /km u:\which.btm
1997-10-22  09:47          2,791  which.btm
I didn't write it. It looks like it might have come from JPSoft.
 
Well, I figured that out! I don't even remember this:
Code:
v:\> dir /km u:\which.btm
1997-10-22  09:47          2,791  which.btm
I didn't write it. It looks like it might have come from JPSoft.
An old Mike Bessy one...
You seem to have associated a persistent instance of TCC with the .BTM extension. Might be better to add /c to the association so it would not be persistent...
 
That's on purpose (the lack of "/C"). I almost never invoke a BTM via its association.
 

Similar threads

Back
Top