Hi everyone,
I try to work with AutoIt in vm and I try to do it in headless mode. AutoIt works only if rdp connects and I try to do headless mode I read and see I can do it with AutoItX I have this folder "C:\Program Files (x86)\AutoIt3\AutoItX" and I have the dll
but in "C:\Program Files (x86)\AutoIt3\Include" i don't see "AutoItX3_DLL.au3"
i try use notepad
#include <AutoItX3_DLL.au3>
AutoItX3_Init()
AutoItX3_Run("notepad.exe")
AutoItX3_WinWait