Welcome!

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

SignUp Now!

double click to run btm?

Sep
23
0
Hello,

TCC 10.0

I'd like to be able to double click on a btm file and have it run immediately.

This used to work for me in TCC 8. I don't really need the console, but I suppose that is ok asl ong as it is not a multi-step orcess. Still, I would prefer it to behave like the regular Windows command prompt window.

Is there a way to configure this?

Thanks
 
Hello,

I'd like to be able to double click on a btm file and have it run immediately.

This used to work for me in TCC 8. I don't really need the console, but I suppose that is ok asl ong as it is not a multi-step orcess. Still, I would prefer it to behave like the regular Windows command prompt window.

Is there a way to configure this?

There's a batch file TCCBATCH.BTM in your install directory to set up a file association. You can also do it "by hand":

Code:
assoc .btm=btmfile
ftype btmfile="%_cmdspec" /c "%%1" %%*
 
Look in the TCMD install folder and run TCCBATCH.BTM.....
----- Original Message -----
From: Kygre
To: [email protected]
Sent: Friday, December 04, 2009 02:33 PM
Subject: [Support-t-1612] double click to run btm?


Hello,

TCC 10.0

I'd like to be able to double click on a btm file and have it run immediately.

This used to work for me in TCC 8. I don't really need the console, but I suppose that is ok asl ong as it is not a multi-step orcess. Still, I would prefer it to behave like the regular Windows command prompt window.

Is there a way to configure this?

Thanks
 

Similar threads

Back
Top