Jump to content

sah

Active Members
  • Posts

    20
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

sah's Achievements

Seeker

Seeker (1/7)

0

Reputation

  1. I completed this execution successfully. But with only one problem i.e, once we execute that code it will run properly but when we do it for second time ,it is saving previous values and its going wrong. How to start it by default values?
  2. ControlClick("Database Select", "", "[Name:db_comboBox]") While 1 Send("{DOWN}") $ctext=ControlGetText("Database Select","","[Name:db_comboBox]") If $ctext="DB_UKTEST" Then ExitLoop EndIf Tried with this code also still its not working.
  3. Yes I want to execute with command line parameters. please help!!!
  4. Autoit is not supporting and executing scripts on windows 10. receiving message as "script paused". Let me know the reason for this.
  5. Autoit is not supporting and executing scripts on windows 10. receiving message as "script paused". Let me know the reason for this.
  6. Correct! Even I am trying to manipulate GUI but it is not executing properly. Since it is my first project on Autoit, I am confused..
  7. It's not working properly . Thank you for suggestion!!
  8. I just want that application to run automatically. That's it. With asking which option user need.
  9. Oh then its not possible with Autoit... Right?
  10. No.. I have to automate in that same application. Is that Possible?
  11. It will select the drop down menu and ask user for for which input they want ? Because there are 7 options right?
  12. select case(@StartMenuDir="General") case(@StartMenuDir="Shutdown") EndSelect Even tried with this command WinMenuSelectItem("Windows Performance Recorder","","General","Boot","Fast Startup","Shutdown","Reboot","Standby","Hibernate") I have tried this command also.
×
×
  • Create New...