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.
 
Back
Top