Re: Handling "Press any key to continue..."?
- From: "Remi Arntzen" <Remi.Arntzen@xxxxxxxxx>
- Date: 29 Jun 2005 21:35:52 -0700
I thought I was on to something...
java.awt.Robot r = new java.awt.Robot();
r.keyPress(71);
Thread.sleep(1000);
r.keyRelease(71);
But it doesn't work, because there is no console displayed on screen.
.
- References:
- Handling "Press any key to continue..."?
- From: Izak van Langevelde
- Re: Handling "Press any key to continue..."?
- From: Remi Arntzen
- Handling "Press any key to continue..."?
- Prev by Date: Re: java.net.SocketException: No buffer space available (maximum connections reached?): recv failed
- Next by Date: set VM variables using java program
- Previous by thread: Re: Handling "Press any key to continue..."?
- Next by thread: Re: Handling "Press any key to continue..."?
- Index(es):