Jump to content

chde

Members
  • Posts

    1
  • Joined

  • Last visited

chde's Achievements

Seeker

Seeker (1/7)

0

Reputation

  1. For starters i just wanna say im a COMPLETE noob when it comes to AutoIT. So i want AutoIT to start "AdobeCreativeCloudCleanerTool.exe" (which basically starts a command prompt), i then want AutoIT to send keys and press enter after each keypress. Example: Start AdobeCreativeCloudCleanerTool, wait 1 sec, press e, wait 1 sec, press enter and so on. AdobeCreativeCloudCleanerTool has no title so i cant use WinActive. It has a class (ConsoleWindowClass) Ive only come this far: ShellExecute("AdobeCreativeCloudCleanerTool.exe") Sleep(1000) Send("e") Sleep(1000) Send({ENTER}) The program starts, but no command is sent. How do i do this?
×
×
  • Create New...