Follow the guide here:
https://www.raspberrypi.org/magpi/samba-file-server/
When you get to the configuration section, instead of the configuration text they use, use the following:
1 2 3 4 5 6 7 8 9 | [PiShare] comment=Raspberry Pi Share path="/home/pi/YOURDIRECTORY" browsable=yes writeable=yes create mask=0644 directory mask=0644 force user= pi guest ok = yes |
Replace YOURDIRECTORY with the location of you will be putting the .jed file. It should be where the Raspberry Pi programmer is installed.
You should now be able to see the Raspberry Pi on the network:
The folder you created should be visible:
For me to get this to work, I had to turn off my firewall, and enable Network Discovery.