Re: Php & Acucobol



On Wed, 26 Mar 2008 13:22:17 +0100, "Prova" <prova@xxxxxx> wrote:

Please could you suggest a free-solution for opening AcuCobol (.vix) files
with PHP?

..VIX is the index of an indexed file, not an executable program. You need to launch its
reader, which is usually an AcuCobol program. To do that, launch a child process with
command line "wrun32 (program)".

If you are on Windows, you can associate that command with the .VIX extension.
.