Accesing the C drive remotely and executing an application

G

Guest

Hi All

Is it possible to connect to a remote machine running a vb.net application, access the C drive on the remote machine and execute an exe from the server programatically

Eva
 
D

Dick Grier

Hi,

This depends largely on security issues (rights) that are in place. If you
have the access rights needed, then you may execute objects remotely. I
think you want to look into the Remoting subject. There is an example on
http://msdn.microsoft.com/vbasic/downloads/samples/default.asp and I'm sure
that other VB examples may be found using google.

Dick

--
Richard Grier (Microsoft Visual Basic MVP)

See www.hardandsoftware.net for contact information.

Author of Visual Basic Programmer's Guide to Serial Communications, 3rd
Edition ISBN 1-890422-27-4 (391 pages) published February 2002.
 
C

CJ Taylor

For a minute I thought your name said Dick Grasso...

which would have been very humourous.. =)

but its not.
 
G

Guest

Thankyou Grier

I will get my vb.net copy only after 2 weeks. In the meanwhile, I wanted to understand the concept of executing applications remotely (passing parameters from the server to the remote exe and executing the remote exe). If you could explain how it works or give me a link where the concept is explained, it would be great

Regards
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top