Win scheduler help

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
ajith
Forum Newbie
Posts: 3
Joined: Sun Apr 16, 2006 10:58 pm

Win scheduler help

Post by ajith »

Hi all,

I' m a newbie.

I'm trying to setup a program to create a win32 scheduler via php5 web interface.

I'm using PECl extentions and enabled win32scheduler.dll in my php.ini file.

This application is so important to me and urgent too.

Please help me to find out some helpful manuals or tutorials for the same.

Thanking you in advance,
Ajith
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

What are you needing to do?
ajith
Forum Newbie
Posts: 3
Joined: Sun Apr 16, 2006 10:58 pm

Post by ajith »

I'm trying to setup a windows scheduled job to run an executable application at certain intervals say daily or weekly.

My web interface is in php which should create the scheduled job on windows machine. I have to make this work under IIS5.

I have created a sample schedule to run notepad.exe and it works.

For every scheduled job, the parameters may differ according to user input. so i need to know about options to set
options like Trigger type, Frequency (weekly, daily, monthly, etc ), etc. through php.


But i'm not able to find any manuals or help topics regarding this.

please share ur ideas ...
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

I'd suggest using icron

http://surguy.net/articles/icron.xml
ajith
Forum Newbie
Posts: 3
Joined: Sun Apr 16, 2006 10:58 pm

Post by ajith »

Thank you very much. Let me try this option ..
Post Reply