We closed this forum 18 June 2010. It has served us well since 2005 as the ALPHA forum did before it from 2002 to 2005. New discussions are ongoing at the new URL http://forum.processing.org. You'll need to sign up and get a new user account. We're sorry about that inconvenience, but we think it's better in the long run. The content on this forum will remain online.
IndexProgramming Questions & HelpPrograms › Can Processing call out a program like Notepad Ho
Page Index Toggle Pages: 1
Can Processing call out a program like Notepad? Ho (Read 561 times)
Can Processing call out a program like Notepad? Ho
Jun 23rd, 2009, 12:13am
 
Hi everyone i am following this tutorial by Bryan Chung
http://www.bryanchung.net/?p=322

when he taps the card , processing shows "winnie and pooh"
i wonder it can call out Notepad and it will type "winnie and pooh" there

can it be done? and How? please kindly help me
Thanks a lot !
Re: Can Processing call out a program like Notepad? Ho
Reply #1 - Jun 23rd, 2009, 4:06am
 
You can use the open() function to start Notepad, then use the Robot class to send the characters.
Page Index Toggle Pages: 1