|
-
Apr 28th, 2004, 12:53 PM
#1
Thread Starter
New Member
How to start a process on a remote PC
Is it possible to start a process on a remote PC from a VB.NET application.
I allready found a way to start a process on the local pc but I should be able to start for example the Winword.exe application on a remote PC.
How to do this ?
Thanks in advance
-
Apr 28th, 2004, 11:38 PM
#2
Member
If you have an application on the other computer (e.g. a listener) then you can just send command to that app. to fire up the word application.
-
Apr 29th, 2004, 01:01 AM
#3
Hyperactive Member
I did like these ( just for fun ).
I installed An apacheserver, and that is very easy with the last version.
Installed PHP ( a bit harder, but if you are a coder you can manage it ).
Wrote a PHP-script that just make a flat textfile.
Wrote an app in VB.NET that use a select case event when my filedateinfo on the textfile was changed.
And out of what command was in that textfile it does what i want.
In that way, i am able to send commands with a std webbrowser.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|