- May
- 13,717
- 206
On two machines, the installer leaves the likes of this.
And BTMs can't be run from Explorer.
Running TCCBATCH.BTM gives something a bit different.
and that's OK with Explorer.
I think the installer is still not setting the association correctly.
When I started to compose this post I was on build 30. Now I'm on build 31 and the problem is the same.
Code:
v:\> ftype tcc.batch
tcc.batch="G:\tc24\tcc.exe" /c "%%1" %%*
Running TCCBATCH.BTM gives something a bit different.
Code:
v:\> ftype tcc.batch
tcc.batch="G:\tc24\TCC.EXE" /c "%1" %*
I think the installer is still not setting the association correctly.
When I started to compose this post I was on build 30. Now I'm on build 31 and the problem is the same.