RE: DOS window popping up
07-08-2020, 10:12 PM
(This post was last modified: 07-08-2020, 10:19 PM by andykimpe.)
change file C:\sentora\bin\cron\cron.ini
by
restart cron service
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
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