Welcome!

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

SignUp Now!

findstr works in cmd but not in tcc

Nov
6
0
In cmd
c:\>ver

Microsoft Windows [Version 10.0.17763.316]

cd "c:\program files\jpsoft\tcmd17x64"
c:\Program Files\JPSoft\TCMD17x64>findstr Greet readme.txt
Greetings, and thanks for trying Take Command!

In tcc
[c:\]ver

TCC 17.00.77 x64 Windows 8.1 [Version 6.3.17763]

[c:\program files\jpsoft\tcmd17x64]findstr Greet readme.txt
TCC: Unknown command "findstr"
 
FINDSTR.EXE should be in c:\windows\system32 and TCC should find it there. In TCC, give the command "PATH". Do you see "c:\windows\system32" in the semicolon-separated list of directories?
 
Does it work as expected if you start TCC with the /I startup option?
 
FINDSTR.EXE should be in c:\windows\system32 and TCC should find it there. In TCC, give the command "PATH". Do you see "c:\windows\system32" in the semicolon-separated list of directories?
No. I had made an error in setting the path. With that fixed, all works properly. Thank you.
 

Similar threads

Replies
0
Views
1K
Back
Top