Login | |
|
 |
RE: automate task using vbscript? Thank you. - 6/23/2006 12:17:00 AM
|
|
 |
|
| |
ebgreen
Posts: 5246
Score: 31
Joined: 7/12/2005
Status: offline
|
You can automate a task with VBScript...sort of. There is a method called .Sendkeys that allows this. It is difficult to use and works sporadically at best. The best thing is to find out if the application exposes an API. If it does then that will allow you to take total control of the app. What application are you trying to automate? You can also check into an automation suite called AutoIt that you can use through VBScript.
_____________________________
"... when you are good and crazy, oooh, oooh, oooh, the sky is the limit!" - The Tick Goog places to start:http://www.visualbasicscript.com/m_24727/tm.htm http://www.visualbasicscript.com/m_47117/tm.htm
|
|
| |
|
|
|
|
|