In order to be able to run a program at a specific time every day I am trying to make cron work.
I can edit crontab with the command:
There I can add a line like this:
And it works.
But if I want to start a program like vlc or featherpad or run a script with full qualified path nothing happens:
For instance:
How can I make it work.?
Thank you in advance.
I can edit crontab with the command:
Code:
crontab -eThere I can add a line like this:
Code:
4 1 * * * echo $PATH > testpath.txtBut if I want to start a program like vlc or featherpad or run a script with full qualified path nothing happens:
For instance:
Code:
47 0 * * * vlcHow can I make it work.?
Thank you in advance.
Statistics: Posted by Jakob77 — Wed Dec 27, 2023 8:47 pm