Ok, ich denke das habe ich soweit verstanden. Nur ist in diesem Teil

Code:
#------ START --------
#Programming sequence
SELECTDEVICE ATTINY12
CLEARBUFFER
LOAD-PROG flash.hex
LOAD-DATA eeprom.hex
PAUSE "Connect and powerup the circuit, are you ready?"
READ-CALIBRATION 0x3ff
ERASE-ALL
WRITE&VERIFY-ALL
von flash.hex und eeprom.hex die Rede ... da muss ich doch einer einer der beiden Positionen den Namen meines Hexfiles einfügen?

Also so:

Code:
#------ START --------
#Programming sequence
SELECTDEVICE ATtiny25
CLEARBUFFER
LOAD-PROG e:\Programme\ponyProg2000\Zeitschalter.hex
PAUSE "Connect and powerup the circuit, are you ready?"
ERASE-ALL
WRITE&VERIFY-ALL
WRITE-FUSE 0x33C0        'je nach Konfiguration