Sentora Support Forums
DOS window popping up - Printable Version

+- Sentora Support Forums (https://senforums.mach-hosting.com)
+-- Forum: Sentora Forum Archives (https://senforums.mach-hosting.com/forumdisplay.php?fid=5)
+--- Forum: Sentora Public Support Forums v1.0.x (https://senforums.mach-hosting.com/forumdisplay.php?fid=32)
+---- Forum: Sentora on Windows (Un-Official) v1.0 (https://senforums.mach-hosting.com/forumdisplay.php?fid=61)
+---- Thread: DOS window popping up (/showthread.php?tid=1161)



DOS window popping up - iAs2121 - 02-26-2015

Anyone know how to stop the command window from overtaking an active window?

   
Thanks in advance!  Smile


RE: DOS window popping up - Me.B - 02-26-2015

The dos windows is the cron job running each 5 min.

You are supposed to use sentora for production env such as a server not a desktop...

M B


RE: DOS window popping up - TGates - 02-27-2015

That is interesting... maybe the cron isn't running properly? I'm running on winXP (still) and I do not get the daemon window unless I run it manually. Huh


RE: DOS window popping up - MarkDark - 02-27-2015

(02-27-2015, 02:54 AM)TGates Wrote: That is interesting... maybe the cron isn't running properly? I'm running on winXP (still) and I do not get the daemon window unless I run it manually. Huh

By the way I also noticed that sometimes runs in the window sometimes in the background ...

Why is this happening until it becomes clear.


RE: DOS window popping up - TGates - 02-27-2015

If it bothers you, here is something that may help: http://stackoverflow.com/questions/13580474/how-can-i-hide-ms-dos-window-when-running-a-bat-file


RE: DOS window popping up - Me.B - 02-27-2015

also you can change the user it uses for example to system and it will no more show up.


RE: DOS window popping up - MarkDark - 06-28-2015

Download the updated version Sentora for Windows
There is implemented the ability to set the run time of the Demon panel.

http://forums.sentora.org/showthread.php?tid=1719


RE: DOS window popping up - andykimpe - 07-08-2020

change file C:\sentora\bin\cron\cron.ini

Code:
DefaultOpenMode: ShowNormal

by

Code:
DefaultOpenMode: SWHide

restart cron service

Code:
net stop cron net start cron

it's fine to replace cronw with nncron MarkDark but false read the documentation there it is a configuariontion error on your part either it works much better provided you configure it well

do not need the cron window to open and break the balls every 5 minutes

on the contrary this one must be hidden and therefore run with the SWHide option

http://www.nncron.ru/nncronlt/help/help.htm

DefaultOpenMode: <mode>

Defines the default mode in which applications will be started by nnCron LITE (application window can be opened in normal or full-screen (maximized) mode, minimized or hidden).

Allowed values:

DefaultOpenMode: ShowNormal
DefaultOpenMode: ShowMinimized
DefaultOpenMode: ShowMaximized
DefaultOpenMode: SWHide