windows - Scheduling console apps -


does have better ways of managing / scheduling console apps, without use of windows scheduler?

eg. console app pickup records in database requires set of actions.

*** experience in past, when number of tasks increase on time, get's bit messy , difficult maintain when moving servers.

there third party apps at, of suggested in cron-like system windows?.

however, if windows scheduler provide functionality need, not ideal management, @ using cli schtasks.exe

you can define tasks in xml schema meaning more port across machines.


Comments

Popular posts from this blog

'hasOwnProperty' in javascript -

How to put a lock and transaction on table using spring 4 or above using jdbcTemplate and annotations like @Transactional? -

How to understand 2 main() functions after using uftrace to profile the C++ program? -