Page 1 of 1

Can I execute program from Visual Studio .NET form?

Posted: Tue Jul 27, 2004 1:35 pm
by kissiffer4
Hi,

Is there any way of executing the shell of ExamDiff Pro and somehow passing in parameters such as folder1 & folder2, from a VB form?

Any other suggestions much appreciated :)

Thanks,

Chris

Posted: Tue Jul 27, 2004 5:28 pm
by psguru
Sure. Spawn a new process, in the simplest form it will look like:

examdiff folder1 folder2