Trying to create a simple script for C64 with retroarch.
All my attempts with autoit failed.
Even a basic script is sending me an error:
#NoEnv
Sleep, 1000
SetKeyDelay, -1, 110
Send {F11}
Return
error: syntax error
Sleep,
---------------------------
Aut2Exe Error
---------------------------
Line 5 (File "C:\Users\User\Downloads\AutoIt v3 Script.au3"):
Send {F11}
Send ^ ERROR
Error:
---------------------------
Aceptar
---------------------------
Any advice?
P.D. Windows 8.1 x64 , and Autoit v3.3.14.5 , tried Admin privileges run , x86 mode...