Welcome!

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

SignUp Now!

TCC 26 BATCOMP BTM problems?

My BTM scripts compressed with versions of TCC prior to version 26 are not working at all and only result in gibberish. Code page problem?

So I thought I would compress them again with TCC 26 BATCOMP and now I see some error messages.

Is anyone else seeing this? What may be the problem?

Here is some output of a trivial test.bat I created to demonstrate the problem.

[C:\Users\Charles\Downloads]ver /r

TCC 26.00.25 x64 Windows 10 [Version 10.0.18363.752]
TCC Build 25 Windows 10 Build 18363
Registered to CHARLES

[C:\Users\Charles\Downloads]test.bat
The date/time is 2020-03-30 11:24:06

[C:\Users\Charles\Downloads]test.btm
TCC: C:\Users\Charles\Downloads\test.btm [0] Error in archive C:\Users\Charles\Downloads\test.btm :
The password supplied is incorrect.C:\Users\Charles\Downloads\test.btm
TCC: (Sys) C:\Users\Charles\Downloads\test.btm [0] Not enough memory resources are available to process this command.
"C:\Users\Charles\Downloads\test.btm"

[C:\Users\Charles\Downloads]
 
No error message here, but gibberish gets displayed.

Code:
e:\utils>ver /r

TCC  26.00.24 x64   Windows 10 [Version 10.0.18362.719]
TCC Build 24   Windows 10 Build 18362
Registered to DESKTOP-H3GGFF

e:\utils>type test.bat
echo %comspec%
pause

e:\utils>del test.btm
Deleting E:\Utils\test.btm
     1 file deleted

e:\utils>batcomp test.bat test.btm
E:\Utils\test.bat ~> E:\Utils\test.btm   -673%

e:\utils>test.btm
捥潨┠潣獭数╣਍慰獵൥

Joe
 

Similar threads

Back
Top