By registering with us, you'll be able to discuss, share and private message with other members of our community.
SignUp Now!c:\users\jlc\utils>echo %tcc32
X:\Program Files\JPSoft\TCCLE14\tcc.exe
@setlocal
@echo off
cd c:\utils
plugin /l dbf.dll
echo %@reccount[stuff.dbf]
quit
endlocal
c:\users\jlc\utils>"%tcc32" /c test.btm
2
Any chance you'll build your DBF plugin for 64-bit TCC?