Hi Sunish, I have made my first batch: @ECHO OFF Echo Gefeliciteerd PAUSE
"C:\Program Files\Microchip\MPLABX\v5.45\mplab_platform\mplab_ipe\pk3cmd.exe" -TPPK3 -P%1 -MPIC -F%2 -OL @if ERRORLEVEL 1 pause It works but gives an error message ; Gefeliciteerd Press any key to continue . . . Illegal command line parameter T Press any key to continue . . . Op woensdag 27 juli 2022 om 17:16:30 UTC+2 schreef hans: > Hi Sunish, > This sounds great ! I have never made a batch file and use the Pickit not > for providing 5 Volt\ > The IPE is in the regular program file, not in (86), i have foud the same > files you mentioned. > . Please give me an example how to make the batch file. > Thanks > Hans > > Op woensdag 27 juli 2022 om 14:24:59 UTC+2 schreef [email protected]: > >> Jaledit can program using Pickit 2 and 3. You will need to install IPE. >> >> Create a batch file and paste the code - Change the path to reflect your >> computer's IPE installation >> >> *"C:\Program Files >> (x86)\Microchip\MPLABX\v5.20\mplab_platform\mplab_ipe\pk3cmd.exe" -TPPK3 >> -P%1 -MPIC -F%2 -OL* >> *@if ERRORLEVEL 1 pause* >> >> >> In jaledit you will have to set the path to the batch file and pass %D >> %F for the PIC name and file name respectively. >> the /V5 is to force Pickit to provide 5V supply >> >> [image: image.png] >> >> >> >> Regards, >> Sunish >> > -- You received this message because you are subscribed to the Google Groups "jallib" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jallib/f295ac0d-880c-48b4-a78d-18fc674db5cdn%40googlegroups.com.
