Hello,
how to use WaitRun or other function on PocketPc running external program with switch eg. program.exe /p1 /p2 /p3 ?
Thanks,
Pawel
Hello,
how to use WaitRun or other function on PocketPc running external program with switch eg. program.exe /p1 /p2 /p3 ?
Thanks,
Pawel
Pawel,
You may directly use ShellExecute:
ShellExecute( oWnd:hWnd, "open", CurDir() + "\tutor02", "/p1 /p2 /p3" )