I want to open notepad and perform some task, but its not opening. i tried this code
import win32com.client
autoit = win32com.client.Dispatch("AutoItX3.Control")
autoit.Run("notepad.exe")
notepad doesn't open but these work fine
autoit.Run("calc.exe")
autoit.Run("explorer.exe")
autoit.Run("regedit")