I have an Easypic5 board that I purchased before deciding to buy PBPro. I would like to use the Easypic5 on board USB programmer with MCS+ if possible. I have found reference here to adding PICkit 2 as an additional programmer (under Wiki as below) but don't understand the final entry "pPIC$target-device$ -f$hex-filename$ -M -R -T -h2"

Grateful for any advice

Thanks

David

Wiki reference:-

In Microcode Studio View | Compile and Program Options... | programmer tab,
click Add New Programmer, select "Create a custom programmer entry" then click "Next".
Enter any name you wish to call it and click "Next".
Enter pk2cmd.exe as the "Programmer Filename" and click "Next".
Click the "Find Manually" button and point it to C:\Program Files\Microchip\PICkit 2 v2 and click "Next".
Enter this parameter line

-pPIC$target-device$ -f$hex-filename$ -M -R -T -h2

Then click Finished.

Pressing Compile and Program or F10 in MicroCode Studio will now do it all.