These forums are locked and archived, but all topics have been migrated to the new forum. You can search for this topic on the new forum: Search for Scheduled cron jobs on the new forum.
I go on Scheduled Cron Jobs and I create a cron. Have I to insert php in the command field and -q -f /your/path/to/awbs/tools/invoice_cron.php in the imput to command field?
Sorry if you think this question is silly :( Thank you very much<br><br>Post edited by: Maurizio1230, at: 2008/06/03 08:03
if you think that question is silly, wait till you hear my answer
lol no just kidding.
according to their examples this would be the case yes.
At least I would do it like that and see if it works.
No. "Input to command" is something to be piped into the command...your command is the whole thing. e.g.:
Command: php -q -f /your/path/to/awbs/tools/master_cron.php
And the input field should be empty, as there is nothing to pipe into the command. The input field is usually used for email text or some other bunch of text to inject into a particular command.
See the Webmin docs:
http://doxfer.webmin.com/Webmin/ScheduledCommands
--
Check out the forum guidelines!