Teensy Loader stand alone

bdoan

Well-known member
Can I call the Teensy Loader from another application (other than Arduino)?

I am building my user interface in Delphi and can send Windows Shell commands.
 
Look for teensy_post_compile.exe. Arduino IDE installs it in your %LocalAppData% folder which is usually hidden in Windows, so you may need to do something special to view that folder and then search within it for teensy_post_compile.exe.
 
"Windows / Start Key" + "R"
In the "Run' box enter : %LocalAppData%

This Opens File Explorer to 'your_user'

Then something like: "C:\Users\your_user\AppData\Local\Arduino15\packages\teensy\tools\teensy-tools\0.60.3\teensy_post_compile.exe"
 
Look for teensy_post_compile.exe. Arduino IDE installs it in your %LocalAppData% folder which is usually hidden in Windows, so you may need to do something special to view that folder and then search within it for teensy_post_compile.exe.
Note: The first time I searched for it, which is not difficult to find... I then pinned it in my file explorer:

1732214704800.png

Nice thing with having several of the places you might go to here, if you have Windows Terminal installed, you can then simply right click in the background of the file explorer window and choose the "Open in Terminal" command, and it will open up a command prompt with the current directory set to the directory... With File explorer you can also choose what command processor is your default
1732214956279.png

As you can see I use the simple Command Prompt, but you could use Powershell... (Or probably even Ubuntu)
 
Back
Top