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 MikeeOK on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to call EXE file ?

Status
Not open for further replies.

Guest_imported

New member
Jan 1, 1970
0
Hi,

I want to run a program written in visual basic and compiled to exe file ?

I tried RUN command but a dos session shows up at the background !!.

any comment

thanks
 
What code were you using to run the program? I note that under the run command in the VFP help files it lists suggests

Code:
! /N CHARMAP.EXE

to run a windows program. If you put '/N2' instead of '/N' the application window will be hidden.

Dave Dardinger

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top