Quote Originally Posted by Normnet View Post
I have discovered the programming parameters to program using Pickit3 directly
from Microcode Studio IDE.

The Programmer name for the IDE is PK3CMD.exe and is located at:
C:\Program Files\Microchip\MPLAB IDE\Programmer Utilities\Pickit3\PK3CMD.exe
The parameters are:
-P$target-device$ -F$hex-filename$ -E -M -B -L
The -B (batch) is only to keep the DOS window open after programming to
see completion messages and could be left out. A space bar press will exit DOS.
The -L will release the MCLR.
Add an V5 or V.3 and possibly other voltages to power the PIC from the Pickit3 USB.
Thanks for this - the only thing I added to your parameter list is -Y since I like to verify after programming.

Andy