Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Calling exe

Status
Not open for further replies.

aaaaaaaaaaaa

Programmer
Joined
Aug 4, 2001
Messages
25
Location
IN
Their are two Machine on network....On one machine their exe program saved.
From another machine i want to call this exe.
????
 
if it is a public file, just double click on it. John Fill
1c.bmp


ivfmd@mail.md
 
I think u have not got my question..........
I want to call this through program....and want to run that EXE...in that machine memory area...not in machine through which it is called.....
 
use system("cmd line there"); John Fill
1c.bmp


ivfmd@mail.md
 
aaaaaaaaaaaaaaaaa-

Create a directory share on machine A, then on machine B map a drive to the share. Then from your program call shellexecute("R:\MyProgram.exe")

Chip H.
 
the paths to shared folrders files is
\\computermane\sharedfolder\otherfolders\filename.extensions John Fill
1c.bmp


ivfmd@mail.md
 
John -

Yeah, sure, you could do that too.
<grin>

Chip H.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top