Posted: Tue Feb 19, 2008 12:11 pm Post subject: Help With Basic Commands
hey i was just wondering if anyone could tell me how to delay ur screen. My teacher cant even find it ( haha hes a lil slow:P jk) and he blocks most of the internet soo i cant find it on the web. THis is one of the only sites he doens't block because i found it... anyways can somebody plzz help me
THANKS A LOT!!!! Matt:D
Sponsor Sponsor
OneOffDriveByPoster
Posted: Tue Feb 19, 2008 12:15 pm Post subject: Re: Help With Basic Commands
Nothing standard in Java I think. If running from a command line you can pipe the output in both Unix and Windows to a pager:
code:
java HelloWorld 2>&1 | more
mattman
Posted: Tue Feb 19, 2008 12:16 pm Post subject: RE:Help With Basic Commands
okay thanks helped alot
[Gandalf]
Posted: Wed Feb 20, 2008 2:03 pm Post subject: RE:Help With Basic Commands