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

hide ms-dos command window in RUN command

Status
Not open for further replies.

R17

Programmer
Joined
Jan 20, 2003
Messages
267
Location
PH


i'm using RUN commands in my fpw 2.6 applications. but everytime i do RUN command, the ms-dos prompt appears then disappears in a couple of secs.

how can i hide the window?

 
try this

RUN /n7 pkzip

I did not find any logic for totaly working
in backgroud as works on VFP applications, bcoz it requires API functions.

 

advancepak,

i know, i can easily do this in my VFP applications. problem is, i still have applications written in FPW 2.6.

anyway, the "/n7" still shows the command window.

any more help pls?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top