----------------------------------------------------------- New Message on BDOTNET
----------------------------------------------------------- From: SitaramanM Message 4 in Discussion Hi Remoting is mechanism in the .Net framework which allows applications to communicate cross-appdomain/crosss-process and cross-machines. When i say communicate , a simple example could be invoking a method of an object instantiated in a different appdomain/process /machine As far as starting of an application on a remote machine is concerned, the code given by Arshu also will not work as .Net Process Class does NOT allow you to start/CloseMainWindow/Kill processes on remote machine) <msdn_snip> You can view statistical data and process information for processes running on remote computers but you cannot call Start, CloseMainWindow, or Kill on Remote computers. </msdn_snip> Guess u need to use API for this. http://www.sysinternals.com/ntw2k/freeware/psexec.shtml is one such tool(psexec) for this purpose . If u r the adventrous type check out the functions in the ADVAPI.dll regards, sr ----------------------------------------------------------- To stop getting this e-mail, or change how often it arrives, go to your E-mail Settings. http://groups.msn.com/BDotNet/_emailsettings.msnw Need help? If you've forgotten your password, please go to Passport Member Services. http://groups.msn.com/_passportredir.msnw?ppmprop=help For other questions or feedback, go to our Contact Us page. http://groups.msn.com/contact If you do not want to receive future e-mail from this MSN group, or if you received this message by mistake, please click the "Remove" link below. On the pre-addressed e-mail message that opens, simply click "Send". Your e-mail address will be deleted from this group's mailing list. mailto:[EMAIL PROTECTED]
