Hello there guys. My application is well under progress, Thanks to you guys helping.
I was wondering if some one knows how to launch an application on another computer from here... via TCP connection.
For example.
PC1 in BRAZIL, Launch an application on PC2 in USA, from PC1 in brazil.
Is that hard? ...
I don't care how it is done, hopefully, I will need no other softwares to be installed on PC2 to run app from pc 1.
If possible, IP, User Name, Pw (windows login) if we can do that with only this info, it will be super.
Thank you guys.
Loading
Roei BarPosted Oct 3, 2009, 1:33 AM
http://computer-vet.com/weblog/2008/01/28/remote-command-line-on-windows.html
its called PSPackage
you can then execute commands via remoting :-)
thiago costaPosted Oct 3, 2009, 5:33 PM
Sorry, I am jst trying to show I am not here to simply take advantage of it. I would like to colaborate and help.
This site has much cool people I've met and its a Great website. I'm lucky I found it.
I think its a previllege for me to be here. Thank you guys.
Roei BarPosted Oct 3, 2009, 3:07 PM
Process.Start ("appName")
and call the application from Button.
you have even information regarding success and Failure
but you can also write that command via Remoting Commands if you insist
thiago costaPosted Oct 3, 2009, 12:27 PM
I would like to...
click on button1, and execute FILE on textbox1 on machine 2 ...
is that hard on c#?