WaitRun function

Post Reply
pawelu
Posts: 126
Joined: Thu Oct 06, 2005 10:18 pm
Location: Poland
Contact:

WaitRun function

Post by pawelu »

Hello,

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

Thanks,
Pawel
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Post by Antonio Linares »

Pawel,

You may directly use ShellExecute:

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

Antonio Linares
www.fivetechsoft.com
Post Reply