Background applications can be configured to start automatically when a controller is powered on, or when the controller assumes the role of master/file server. Is it possible to schedule activation based on different criteria? Eg running a background task daily at a specified hour.
Asked
Active
Viewed 513 times
2 Answers
1
After searching through several manuals and many searches on the web, I have to say I don't think it's possible. You could either setup another server to remote in and run a command or...
This company sells a solution to schedule and replay tasks:
Manuals referenced:
User Guide: ftp://ftp.software.ibm.com/software/retail/pubs/sw/opsys/4690/ver5r2/bsf1_UG_mst.pdf
Programmer's Guide: ftp://ftp.software.ibm.com/software/retail/pubs/sw/opsys/4690/ver5r2/bsi1_PG_mst.pdf
Planning and config: ftp://ftp.software.ibm.com/software/retail/pubs/sw/opsys/4690/ver5r2/bse1_PIC_mst.pdf

MathewC
- 6,957
- 9
- 39
- 53
0
You have 2 possibilities: - Launch a program trought ftp commands (adxquote) - Code a background app that start other programs based on a criteria.