Announcement

Collapse
No announcement yet.

Page.ClickObject using external command

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Page.ClickObject using external command

    Hi evryone
    I would like to know if this is possible to run Page.ClickObject (or any other action) with an external command using bat, cmd or any other way..
    Is it possible?

  • #2
    What is the purpose of that ? give more info plz so we can find a solution for u

    Comment


    • #3
      Originally posted by sameer valva View Post
      What is the purpose of that ? give more info plz so we can find a solution for u
      Thank you!
      I have an inno setup *.exe file without GUI (also Autoit file) with can install some applications from list in hidden mode.
      list looks like
      [run]
      1=somesetupname.exe /s
      2=somesetupname.exe /s
      3=somesetupname.exe /s
      and so on
      So during install it can't show progress bar
      And AMS also can't show progress bar from external command (can be used only time progress)
      So there was some possibility to make ini file like this:
      1=somesetupname.exe /s
      2=somescript.bat
      3=somesetupname.exe /s
      4=somescript.bat
      5=somesetupname.exe /s
      6=somescript.bat

      Idea is to put between setups somescript.bat with could apply to "Page.ClickObject"
      And code in "Page.ClickObject"​ could move up progress bar depending of setup number...
      Thats why i asked about it.

      ​​But i have already got another way without inno setup *.exe file.
      Now i use AMS code to do everything i mentioned abowe.
      But still i have interest to know it's possible or not possible.
      Sorry for my English

      Comment


      • #4
        Originally posted by adam2014 View Post
        Hi evryone
        I would like to know if this is possible to run Page.ClickObject (or any other action) with an external command using bat, cmd or any other way..
        Is it possible?
        If I understand correctly, you need this Function: Parsing Command Line Arguments - Indigo Rose Software Forums

        Comment

        Working...
        X
        😀
        🥰
        🤢
        😎
        😡
        👍
        👎