This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm whether you accept or reject these cookies being set.

A cookie will be stored in your browser regardless of choice to prevent you being asked this question again. You will be able to change your cookie settings at any time using the link in the footer.

DOS window popping up
#1
DOS window popping up
Anyone know how to stop the command window from overtaking an active window?

   
Thanks in advance!  Smile
Reply
Thanks given by:
#2
RE: DOS window popping up
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
No support using PM (Auto adding to IGNORE list!), use the forum. 
How to ask
Freelance AWS Certified Architect & SysOps// DevOps

10$ free to start your VPS
Reply
Thanks given by: iAs2121
#3
RE: DOS window popping up
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
-TGates - Project Council

SEARCH the Forums or read the DOCUMENTATION before posting!
Support Sentora and Donate: HERE

Find my support or modules useful? Donate to TGates HERE
Developers and code testers needed!
Contact TGates for more information
Reply
Thanks given by:
#4
RE: DOS window popping up
(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.
Reply
Thanks given by:
#5
RE: DOS window popping up
If it bothers you, here is something that may help: http://stackoverflow.com/questions/13580...a-bat-file
-TGates - Project Council

SEARCH the Forums or read the DOCUMENTATION before posting!
Support Sentora and Donate: HERE

Find my support or modules useful? Donate to TGates HERE
Developers and code testers needed!
Contact TGates for more information
Reply
Thanks given by:
#6
RE: DOS window popping up
also you can change the user it uses for example to system and it will no more show up.
No support using PM (Auto adding to IGNORE list!), use the forum. 
How to ask
Freelance AWS Certified Architect & SysOps// DevOps

10$ free to start your VPS
Reply
Thanks given by:
#7
RE: DOS window popping up
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
Reply
Thanks given by:
#8
RE: DOS window popping up
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
Reply
Thanks given by:


Forum Jump:


Users browsing this thread: 1 Guest(s)