- Aug
- 2,016
- 81
Code:
c:\users\jlc\utils>"C:\Program Files\JPSoft\TCC_RT_22\tcc.exe" /I /Q /C ver
TCC-RT 22.00.40 x64 Windows 7 [Version 6.1.7601]
c:\users\jlc\utils>"C:\Program Files\JPSoft\TCC_RT_22\tcc.exe" /I /Q /C if isinternal view echo Yes
Yes
My work around for this is to use;
Code:
iff %_TCCRT eq 0 then
view thefile.txt
else
list thefile.txt
endiff
Joe