FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour Call a FWH program from another and leave it open (SOLVED)
Posts: 723
Joined: Tue Sep 04, 2007 08:45 AM
Call a FWH program from another and leave it open (SOLVED)
Posted: Fri Nov 28, 2008 07:21 AM

How can I call a FiveWin program from another and leave it open ? For example:
1. Program A calls program B
2. Program B opens and STAYS open but control returns to A
3. Program A closes but B is left open.

Thank you.

RUN /B /I START program.exe

Start is a Windows command.

Posts: 10733
Joined: Sun Nov 19, 2006 05:22 AM
Call a FWH program from another and leave it open (SOLVED)
Posted: Tue Dec 02, 2008 10:20 PM

I think WinExec( 'program.exe' ) does the same thing.

Regards



G. N. Rao.

Hyderabad, India

Continue the discussion