Re: automatically not manually
- From: Roedy Green <my_email_is_posted_on_my_website@xxxxxxxxxxxxxx>
- Date: Tue, 29 Nov 2005 04:48:56 GMT
On Tue, 29 Nov 2005 03:29:02 GMT, "polaris v via JavaKB.com"
<u5471@uwe> wrote, quoted or indirectly quoted someone who said :
> I can copy the data manually by clicking shift-A, shift-C the past
>it in a file shift-V as you all know.
>
>The question is can I make a program to do this job automatically and
>periodically?
> Of course the software has been built using Java code.
Where do you want the data to go? You can have your signed
Applet/JAWS app just log the incoming data to a file. There is no
need to tie it to the display.
You could do it with a separate program that just reads the same
stream of data and logs it. You could use the ordinary chron
facilities of your OS to periodically schedule the program to run.
--
Canadian Mind Products, Roedy Green.
http://mindprod.com Java custom programming, consulting and coaching.
.
- Follow-Ups:
- Re: automatically not manually
- From: polaris v via JavaKB.com
- Re: automatically not manually
- References:
- automatically not manually
- From: polaris v via JavaKB.com
- automatically not manually
- Prev by Date: Re: automatically not manually
- Next by Date: Re: automatically not manually
- Previous by thread: Re: automatically not manually
- Next by thread: Re: automatically not manually
- Index(es):