Welcome!

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

SignUp Now!

bat file properties

Jun
127
2
When you modify the properties of a running bat file, e.g. the background colour, where is this information stored? How does TakeCommand know to look for it when you run a bat file?

The task manager seems to get the info even when no lnk file is mentioned

e.g.
F:\Program Files\JPSoft\TCMD10\4nt.exe /E:2500 /C /E:\env\send.btm
 
On 2009-07-29 15:12, Roedy wrote:

> When you modify the properties of a running bat file, e.g. the background colour, where is this information stored? How does TakeCommand know to look for it when you run a bat file?
>
> The task manager seems to get the info even when no lnk file is mentioned
>
> e.g.
> F:\Program Files\JPSoft\TCMD10\4nt.exe /E:2500 /C /E:\env\send.btm

It's stored in the registry, under HKEY_CURRENT_USER\Console. Look for a subkey that has the pathname of your batch file, but with '\' replaced by '_'.
 

Similar threads

Back
Top