Welcome guest. Before posting on our computer help forum, you must register. Click here it's easy and free.

Author Topic: Wait Process Window to be Activate  (Read 4064 times)

0 Members and 1 Guest are viewing this topic.

alanbr00

    Topic Starter


    Starter

    • Experience: Beginner
    • OS: Windows 10
    Wait Process Window to be Activate
    « on: September 15, 2019, 12:29:18 AM »
    I'm using a powershell script:

      Start-process c:\test\window.exe

    I'm trying to make it wait "window.exe" be activate to continue the script.

    Salmon Trout

    • Guest
    Re: Wait Process Window to be Activate
    « Reply #1 on: September 15, 2019, 01:59:11 AM »
    What do you mean "be activate"?

    alanbr00

      Topic Starter


      Starter

      • Experience: Beginner
      • OS: Windows 10
      Re: Wait Process Window to be Activate
      « Reply #2 on: September 15, 2019, 08:01:08 AM »
      What do you mean "be activate"?

      Hi, i mean wait to the window process show in the screen.

      patio

      • Moderator


      • Genius
      • Maud' Dib
      • Thanked: 1769
        • Yes
      • Experience: Beginner
      • OS: Windows 7
      Re: Wait Process Window to be Activate
      « Reply #3 on: September 15, 2019, 08:06:15 AM »
      Clear as Mud...
      " Anyone who goes to a psychiatrist should have his head examined. "

      alanbr00

        Topic Starter


        Starter

        • Experience: Beginner
        • OS: Windows 10
        Re: Wait Process Window to be Activate
        « Reply #4 on: September 15, 2019, 10:31:19 AM »
        Clear as Mud...

        Sorry  ;D

        Code: [Select]
          Start-process c:\test\window.exe It's as login window, that take a while to appear depending on hardware.