I'm actually trying to run a .php but maybe someone in snitz can help me.
Imagine trying to execute a web page (automated) in Admin Options so there is a webform admin username and password required to access the page. Is there a way to set up scheduled tasks? How do you input the admin username and password?
There's a command line http requester for Windows that's made just for instances like this, if you indeed are trying to do it from Windows, but I can't remember what it was called.
It's phplist - maillist program. I can set up "embargoed" messages (or scheduled broadcasts for a certain time) but then I need to run the processqueue.php page to send the messages out.
Cron job is what I need but isn't that for Unix? I'm on a Windows server.
You can use AT if you have access to the commandline. Not sure if there's another way to access it though. You would also need some sort of client like I mentioned above since Windows has no native way to request http unless there's a windows script way. I haven't tried that one. If you have access to Active Perl, I would almost bet money there's a way to do it there.