Run a program file in Visual Foxpro using VB.NET

love_u_akshay

New member
Joined
Mar 2, 2005
Messages
1
Programming Experience
1-3
I have a abc.PRG file in visual foxpro 8.0. I can run this file using visual foxpro environment and it creates a table X.dbf in the same folder where this program file is and populates some data in the table.
I want a way to run this abc.PRG file through VB.net environment. (Equivalent method to perform same as "DO abc.prg" command in foxpro).
Please help me. Thanks in advance.
 
Back
Top