ok, i'm trying to set the fuse options so that i don't have to remember to set them...

I've been searching around for ages for them and tried everything i could find including whats in the help and faq on here...

I've tried...

Code:
device  pic16F877A, HS_OSC, WDT_OFF, PWRTE_OFF, BODEN_OFF, LVP_OFF, WRTE_OFF, CP_OFF, DEBUG_OFF
and

Code:
CONFIG HS_OSC, WDT_OFF, PWRTE_OFF, BODEN_OFF, LVP_OFF, WRTE_OFF, CP_OFF, DEBUG_OFF
Basically, OSC should be HS and everything else should be off...

I'm using MPLAB IDE but compiling using PBP2.44 via command line and programming using winpic8 and a JDM programmer (proberbly a clone)...

PS, i don't want to use ICSP when their is around 100 volts DC in my system... so LVP is also disabled to solve an IO issue...

Any help appreciated