Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 588 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 588 Bytes

Simple_Task_scheduler

Instructions:

  1. Input consists of this pattern :- S.NO. DD:HH:MM:SS DD:HH:MM:SS path/to/executable a) S.NO. -> Serial Number (1-N) where N is number of Jobs. b) DD:HH:MM:SS -> Time to run the job first time (DD = number of days after which the job is to execute first time,Time is represented as HH = Hours, MM = Minutes, SS = Seconds). c) DD:HH:MM:SS -> Time interval for the job to run again. d) path/to/executable -> path to executable.

  2. Input is to be entered in input.txt file

  3. If you have any queries, contact me via email: [email protected]