Calling a progr in another dir

  • Thread starter Thread starter Adrian
  • Start date Start date
A

Adrian

How do you call a prog in another dir?

new lib.prog.();

Will not work if lib. and prog. are in another dir.

Probably very elementary stuff. But never done it before.

Please help,
Thanks,
Adrian.
 
In prog, you mean another program? In that case, look at
System.Diagnostics.Process.Start
 
Sriram Krishnan said:
In prog, you mean another program? In that case, look at
System.Diagnostics.Process.Start

Again, sorry, this is rather basic stuff:

I have an assembly
in a library
in a directory
all these are different from the calling program,
what should the syntax be of a Process.Start(??); statement?

Please help,
Many thanks,
Adrian.
 

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

Back
Top