Skip to content

artstyle46/coding_practice_scheduler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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]

About

Time scheduler to do a coding practice everyday

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages