FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Pocket PC WaitRun function
Posts: 126
Joined: Thu Oct 06, 2005 10:18 PM
WaitRun function
Posted: Mon Nov 28, 2005 07:50 AM

Hello,

how to use WaitRun or other function on PocketPc running external program with switch eg. program.exe /p1 /p2 /p3 ?

Thanks,
Pawel

Posts: 44162
Joined: Thu Oct 06, 2005 05:47 PM
WaitRun function
Posted: Mon Nov 28, 2005 09:06 AM

Pawel,

You may directly use ShellExecute:

ShellExecute( oWnd:hWnd, "open", CurDir() + "\tutor02", "/p1 /p2 /p3" )

regards, saludos

Antonio Linares
www.fivetechsoft.com

Continue the discussion