|
View:
New views
2 Messages
—
Rating Filter:
Alert me
|
|
|
Remote Scripting in Tight VNCi m using tightvnc v1.3.10 (build 5-mar-09) for developing my own app as a tool for remote connection. what i am trying do is invoke a specific app on the server whenever the client connects to it for Example: first time when the client connects to the server, notepad should pop up. for achieving this there are many methods apart using vnc (like psexex, win scripts, etc), but i need the remote screen hence got to use vnc. Java does have the Runtime and Process class but they invoke the app at the client pc. i m trying to find out how can i send messages to the server using the java viewer so that the process is invoked at the server. scripts are a handy tool but don't know if there is a way i can run them through tightvnc. pl let me know if there is a way through this Thank you. From the events that change the world, to the ones that just shouldn’t be missed. Catch it all on MSN India. Drag n’ drop ------------------------------------------------------------------------------ Come build with us! The BlackBerry(R) Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9 - 12, 2009. Register now! http://p.sf.net/sfu/devconference ___________________________________________________________ TightVNC mailing list, VNC-Tight-list@... To change your subscription or to UNSUBSCRIBE, please visit https://lists.sourceforge.net/lists/listinfo/vnc-tight-list |
|
|
Re: Remote Scripting in Tight VNCYou could run a monitoring script, so that when windows sees a client connect to the server, it invokes a script which runs notepad.
Under Event Viewer, Applications, you will see when a client connects to the server. You can use event triggers (http://technet.microsoft.com/en-us/library/bb490901.aspx) to run anything you really want to when this occurs. Thats the only way I can think of doing it easily. On Sat, Oct 17, 2009 at 6:53 AM, Shrikanth Narayanan <shrikanth1@...> wrote:
------------------------------------------------------------------------------ Come build with us! The BlackBerry(R) Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9 - 12, 2009. Register now! http://p.sf.net/sfu/devconference ___________________________________________________________ TightVNC mailing list, VNC-Tight-list@... To change your subscription or to UNSUBSCRIBE, please visit https://lists.sourceforge.net/lists/listinfo/vnc-tight-list |
| Free embeddable forum powered by Nabble | Forum Help |