HOW TO MODIFY BATDOER3››Just load BATDOER3.COM in the normal way. Be sure that your BATDOER3.CNF file is the way you want. After everything loads, press the ESC key to exit.››At the D1: prompt, type SAVE D1:BATDOER.COM 2300 4869 . After this, you have to append a run address of $485F on the end of the file you just created. You do this by putting the hex bytes $5F, $48 into $2E0. After this you type SAVE D1:RUN 2E0 2E1 . Now you must append it to the new BATDOER.COM file. Do this by typing COPY RUN. BATDOER.COM/A .››At this point, you have a BATDOER file that ALREADY has it's configuration inside of it. This makes it load and execute almost immediatly!››One more thing I might mention. You might want to do a byte scan for $84,$12,$84,$13. They occur twice in the file. Change these bytes to NOP's by putting $EA,$EA,$EA,$EA in their place. If you don't do this, the program will corrupt your TIME and DATE!›