I have a Julia (1.4, windows machine ) data analysis and plotting scripts of the customers which I update every day. now how I can Scheduling for the execution automatically after like a day or every 6 hours?
I did it in the python
1: creating python scripts
2: creating a bat file
3: schedule using Administrative Tools
is it similar in Julia?
thank you