- Feb
- 240
- 3
What is the recommended way to run a TCC command from an external program?
I can put the command into a .BTM file, followed by the "exit" command, and I can then run:
Is this the best way to do it, or is there a more direct way?
I can put the command into a .BTM file, followed by the "exit" command, and I can then run:
Code:
"C:\Program Files\JPSoft\TCMD15x64\tcc.exe" MyCommand.BTM
Is this the best way to do it, or is there a more direct way?