Skip to content

Execute a given batch script via a rubber ducky like device

Notifications You must be signed in to change notification settings

ptr-dodge/batuino

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Batuino

Embed a batch script in an arduino Keyboard sketch

This project has two flavors, one in Java, and one in Python.

Usage:

Python

python batuino.py -i test.bat -o test.ino

Java:

java batuino.jar // will ask for file name

Open the arduino sketch in the Arduino IDE and upload to a HID compatible board such as the Arduino Pro Micro.

I use this with an Arduino Pro Micro, aka Leonardo

When you plug your arduino in to your computer, the batch script should automaticaly run.

Todo

  • get shell scripts working

About

Execute a given batch script via a rubber ducky like device

Topics

Resources

Stars

Watchers

Forks