java classes mimicking WinBatch

E

Edward

I am trying to write some functionality that does things that WinBatch
can do (controlling keystrokes, to log on to a web page, copying data
from the web page, and storing it in a file).

I am wondering if there are any java classes that can do the same type
of functionality. The file access part is easy. I am looking for
something that can interact with a web page.

Thanks.

Edward
 
O

Oliver Wong

Edward said:
I am trying to write some functionality that does things that WinBatch
can do (controlling keystrokes, to log on to a web page, copying data
from the web page, and storing it in a file).

I am wondering if there are any java classes that can do the same type
of functionality. The file access part is easy. I am looking for
something that can interact with a web page.

You could use sockets to directly connect to the desired server make the
appropriate requests, and read the response.

- Oliver
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,766
Messages
2,569,569
Members
45,042
Latest member
icassiem

Latest Threads

Top