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
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.
You have answered your own query. MS is still promoting it but not to an extent where everyone knows about it.
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... =)