mirror of
https://github.com/autistic-symposium/sec-pentesting-toolkit.git
synced 2025-05-02 06:46:07 -04:00
9 lines
No EOL
118 B
Text
9 lines
No EOL
118 B
Text
REM open notepad and type a text
|
|
DELAY 3000
|
|
GUI R
|
|
DELAY 200
|
|
STRING notepad
|
|
ENTER
|
|
DELAY 200
|
|
STRING Hello World!!!
|
|
ENTER |