How do I modify IDE board upload procedure to run .bat instead of Teensyduino?

Status
Not open for further replies.

valentin

Member
Hi,

I would like to implement a custom setup into my Arduino IDE. In particular, I'd like to be able to select an additional custom board under Tools in my Arduino IDE.
This board should be completely identical to the other teensy-board options, instead of one thing. After I pressed the upload button and the code for the board has complied, it should not launch Teensyduino but a .bat file I have prepared somewhere on my system.
Is something like this possible? If so, how can I accomplish something like that? Which file do I have to modify/ add for that to work and how?
I hope I can find here people with the technical know how to help we with my question :) Looking forward to your reply!
 
Last edited:
For Windows it seems? If you look at this github.com/Defragster/Tset - it should show something useful to use or build on if other mods needed.

It relies on TyCommander for upload - but that will make the needed mods to execute that {with integrate} and you could replace that with .bat as needed if that doesn't work
 
Status
Not open for further replies.
Back
Top