I'm setting up my first cron job - a script that will run once a day and update my database.
However, I want to place the script outside of my public_html directory so that it's only accessibly by the server. Instead I want it to be in a Scripts folder that is on the same level as the public_html folder. I don't understand what to type in the "Command to Run" field. Once I set the date, how do I point the cron job to my script?
Thanks!