HI Every one,
I planned to create a script. this script run a system every day for 8 hours. this system run the same procedure. I mean the script will run the system and run its functions. This new task related to me so I need your help here to give me good guide.
wait you want to run a script every 8 hours to do a certain function? Windows server or linux server? You could use the scheduled tasks if it is a windows server. It will need to be an application either way, but I do not know the linux scheduled task equivilent. If you do not use a scheduled task the application will have to be timeing its self or checking system time to figure out the next time a script runs, so the application its self will have to always be running.
Bookmarks