Thanks for the information. This works, given that: - ApplicationName has to be a full path to the application, - CommandLine has to be Nameofapplication + full path to doc (i.e. "AcroRd32.exe C:\MyDocs\MyPDFFiles\MyPDFDoc.pdf) - CurrentDirectory="" - PID=0
Thanks a lot for your help. Regards Jean-Luc Arnaud Le 04/09/2014 16:58, Christian Schmitz a écrit : > Am 04.09.2014 um 16:18 schrieb Jean-Luc Arnaud <[email protected]>: > >> Is this a typo in the doc? > Will have to check. > >> If so, what's the equivalent command for >> Windows, if any? > WindowsExecuteMBS(ApplicationName as string, CommandLine as string, > CurrentDirectory as string, byref PID as integer, Flags as integer = 0) as > integer > > should do it. Pass path to document as command line. > > Sincerely > Christian > _______________________________________________ Mbsplugins_monkeybreadsoftware.info mailing list [email protected] https://ml01.ispgateway.de/mailman/listinfo/mbsplugins_monkeybreadsoftware.info
