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
Win scheduler help
Moderator: General Moderators
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 ...
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 ...