- Oct
- 358
- 2
Hello -- I have tcc in my startup folder, so when I power up my computer, tcc starts --
I noticed that when tcc starts up and runs tcstart.* there was a pause in the output of the script
in the tcstart
I have the command
set /v <var>=<value>
in tcstart to set a global value while I am logged in
now I know the the "/v" options writes the info the the registry -- an had some guest that this could be
the bottle neck, so I then added
timer /1 on set /v <var>=<value>
timer /1 off
and depending on which computer I am using it seems that this command is taking anywhere form
10 to 50 seconds -- could this be that at start up other processes are competing for the
registry?
Thanks
I noticed that when tcc starts up and runs tcstart.* there was a pause in the output of the script
in the tcstart
I have the command
set /v <var>=<value>
in tcstart to set a global value while I am logged in
now I know the the "/v" options writes the info the the registry -- an had some guest that this could be
the bottle neck, so I then added
timer /1 on set /v <var>=<value>
timer /1 off
and depending on which computer I am using it seems that this command is taking anywhere form
10 to 50 seconds -- could this be that at start up other processes are competing for the
registry?
Thanks