How to create a Windows php automation script?

Asked By 10 points N/A Posted on -
qa-featured

I want to create a windows php automation script that works for windows related tasks (preferrably windows xp/7)

For example: delete the files in Temp folder of windows after every 6 hours.

Can it be done?

Any help?

SHARE
Answered By 0 points N/A #197613

How to create a Windows php automation script?

qa-featured

 

Hello,

Use WinTask  which is an automation tool that allows the user to automate any Windows application or a Web page. WinTask creates effective scripts so it is not a macro recorder. WinTask provides efficient programming and it has a tool to extract data from the application under automation. It also offers OCR techniques to capture text embedded in an image and has a Windows built-in Task Scheduler. The following example is a script to test the existence of a window.  This script will be in a text file named WindowAut.txt attached to this message.

I hope this is helpful.

 

Related Questions