run windows program
"H.J. Sanders" <[email protected]>
| Newsgroups | gmane.comp.lang.4gl.fourjs.user |
|---|---|
| Message-ID | <[email protected]> |
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