PicProg2009 and FlowCode parameters

Does anyone know the parameters to configure the FlowCode4 to work with PicProg2009/VM134

To work with PicKit2 is:
Compiler Options/Programmer
Location C:\Programs\Matrix Multimedia\Flowcode V4\tools\PICkit2\pk2cmd.exe
Parameters -PPIC%p -F%f.hex -M -A5 -T -R -BC:\Programs\Matrix Multimedia\Flowcode V4\tools\PICkit2\

I change to my location with same parameters:
Location C:\Programs\PicProg2009\PicProg2009.exe
Parameters -PPIC%p -F%f.hex -M -A5 -T -R -BC:\Programs\PicProg2009\

When I try “build to chip” in Flowcode
I get a message from the PicProg “Unsupported File Format!” and opens a blank page

Of course that the parameters are not the same. But I try
Anybody know which are

Tanks in advance

Hi,
I would like to start picprog2009 from a commandline with loading the hexfile automatically. Do anyone know if I can use a parameter??
I tried :
>C:\Programs\PicProg2009\PicProg2009.exe -Ffilename.hex

with no success. Any hints???
Greetings
Andi

Hi Andi

Try without “F”:

C:\Programs\PicProg2009\PicProg2009.exe -filename.hex
if the HEX file is in C:\Programs\PicProg2009\

if not, you have to specify to paths one for the program and other for the file
C:\Programs\PicProg2009\PicProg2009.exe -C:…[i]filename[/i].hex