Re: run windows program
"Leo Schubert" <[email protected]>
| Newsgroups | gmane.comp.lang.4gl.fourjs.user |
|---|---|
| Message-ID | <011801c587a9$5d113a00$0400a8c0@LEOIBM> |
Hi Brian,ShellExec is only in genero,not BDL. For letting WinExecWait working properly within BDL,the whole commandline must be sent properly LET win_cmnd = "outlook.exe c:\\\\test.eml" (assuming outlook in the path) The crash bug has been fixed meanwhile (error in formatting the error message:-() Kind Regards, Leo ----- Original Message ----- From: Brian Grellinger To: [email protected] Sent: Friday, July 08, 2005 5:43 PM Subject: Re: [fourjs-users] run windows program Shellexec may do it. Brian Grellinger I.S. Manager Doosan Infracore America Corp Information Systems >>> [email protected] 07/08/05 10:39AM >>> Hello list. Does anyone know how to start a windows program from 4js depending on the windows file extension. Like : LET win_cmnd = "c:\\\\test.eml" CALL WinExecWait(win_cmd) returning ... I would like it to start Outlook with the file test.eml but instead 4js crashes. Many thanks Henk Sanders