Hello all,
I am confused on which scripting language I should try. I am trying use a batch file to launch an exe and automate the entire process. This process mainly involves a couple rows of typing and then alot of tabs and space bar or returns.
Please include a small snippet of code such as how to type i the goey based on tabs or something small and simple so i can hammer out the rest.
Thanks,
Randy
|
Go4Expert Founder
|
![]() |
| 2May2007,09:03 | #2 |
|
Windows does not support any scripting language and if there is some complex things need to be done your best options are Perl or C/C++ and for some simple jobs batch file.
|
|
Newbie Member
|
|
| 6Jul2007,13:58 | #3 |
|
What about WSH? Isnt that supported and promoted by Microsoft? Include VBScript and JScript in that
|
|
Go4Expert Founder
|
![]() |
| 6Jul2007,16:44 | #4 |
|
Quote:
Originally Posted by siddes |
|
Go4Expert Member
|
|
| 7Jul2007,14:47 | #5 |
|
If its a batch files that you need... Windows supports both Java and VBscript.... WSH as host...
Base on your requirements... VB script could do the Job using send keys... I just dont know how to do it in Java... =) It will just comes down to you in which language you are comfortable with... =) |

