Nov 16, 2003 #1 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?
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?
Nov 16, 2003 #2 advancepack Programmer Joined May 25, 2002 Messages 41 Location IN 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. Upvote 0 Downvote
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.
Nov 16, 2003 Thread starter #3 R17 Programmer Joined Jan 20, 2003 Messages 267 Location PH 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? Upvote 0 Downvote
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?
Nov 17, 2003 #4 OnePunchMickey Programmer Joined Sep 29, 2003 Messages 37 Location IE Create a shortcut to the EXE with the window set to be minimised, then run the .LNK file. *************************************** Need help running those old FoxPro apps on modern systems? http://www.hentzenwerke.com/catalogpricelists/painlesse.htm Upvote 0 Downvote
Create a shortcut to the EXE with the window set to be minimised, then run the .LNK file. *************************************** Need help running those old FoxPro apps on modern systems? http://www.hentzenwerke.com/catalogpricelists/painlesse.htm