By registering with us, you'll be able to discuss, share and private message with other members of our community.
SignUp Now!> Is this possible? I want it to load when I boot but don't want to have
> to minimize it.
Options / Configure Take Command / Windows / Startup Mode.
Rex Conn
JP Software
Options / Configure Take Command / Windows / Startup Mode.
One thought. There is an initial flicker before the window is minimized.
This is not the case when calling TCC from an external app that I'm guessing applies its own control over the TCC window size. --
Peter
> I don't get it. TCMD **can** start minimized, either by default, or with
>
> Code:
> ---------
> //WindowState=Minimize
> ---------
> on its command line. Why can't it honor the nCmdShow arg to
> WinMain, provided by a shortcut, by "START /MIN", or by any
> manner of starting an app?
What works fine? "//WindowState=Minimize" on TCMD's command line works.
But if TCMD is confugured to start normally, then neither a shortcut with "Run: Minimized"
nor "START /MIN d:\tc13\tcmd.exe" cause it to start minimized.
> Now if Rex can just eliminate the flicker/distraction of the tcc window
> briefly appearing when Task Scheduler launches it. Should be doable
> as programs other than Task Scheduler are able to launch tcc in a
> minimized state.