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

Author Topic: When Window is closed start website..??  (Read 2428 times)

0 Members and 1 Guest are viewing this topic.

gumbaz

    Topic Starter


    Intermediate

    When Window is closed start website..??
    « on: April 24, 2008, 07:59:13 PM »
    how do i make a batch script to wait for a specific titled window to close and then once it closes i need it to go to a certain website.

    how can i do this..??

    DaveLembke



      Sage
    • Thanked: 662
    • Certifications: List
    • Computer: Specs
    • Experience: Expert
    • OS: Windows 10
    Re: When Window is closed start website..??
    « Reply #1 on: April 24, 2008, 09:18:02 PM »
    You could do this with 3rd party software to test for the PID of the program running, and if the PID is running do one thing and if not running do something elese etc.

    DOS Batch isnt smart enough to do what you want unfortunately without another program to interface through an API etc to Windows