FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Pocket PC Start another prog
Posts: 37
Joined: Sun Aug 03, 2008 08:02 AM
Start another prog
Posted: Tue Jan 27, 2009 10:18 AM

Hello,
is it possible to start prog B when leaving prog A ?
I want to automatic update prog A over WLAN, so i only want to copy progA.exe from within progb.

Best regards

Wolfgang Ciriack
Posts: 389
Joined: Mon Oct 13, 2008 11:26 AM
Re: Start another prog
Posted: Tue Jan 27, 2009 12:22 PM

you can put in the oWnd:bValid to start the other exe, so when you close the window(finishing the program) the other will be started, I hope it can help you :wink:

Email: SamirSSabreu@gmail.com
xHarbour 1.2.3 + Fwhh 20.2
Posts: 37
Joined: Sun Aug 03, 2008 08:02 AM
Re: Start another prog
Posted: Tue Jan 27, 2009 12:45 PM

Thanks, that what i thought, too. I missed the command to start another app, now i found WinExec() and will try that.

Best regards

Wolfgang Ciriack

Continue the discussion