mirror of
https://github.com/dbisu/pico-ducky.git
synced 2026-04-22 15:11:24 +00:00
7 lines
129 B
Plaintext
7 lines
129 B
Plaintext
REM The next five lines open Notepad in Windows and type "Hello World!"
|
|
GUI r
|
|
STRING notepad
|
|
ENTER
|
|
DELAY 250
|
|
STRING Hello World!
|