Jump to content

Open And Close


Recommended Posts

Give me a try :)

While 1

If ProcessExists("skype.exe") Then

ProcessClose("utorrent.exe")

EndIf

Sleep(1000)

WEnd

The other way around is harder...

While 1

If NOT ProcessExists("skype.exe") AND NOT ProcessExists("utorrent.exe") Then

Run("C:\Program Files\utorrent\utorrent.exe")

EndIf

Sleep(1000)

WEnd

Or Something like that

Edited by XxXFaNtA
Link to comment
Share on other sites

It works for me :) Thank You. Very Helpfull :)

While 1

If ProcessExists("Skype.exe") Then

ProcessClose("uTorrent 1.5 Build 437 Final.exe")

EndIf

Sleep(1000)

If NOT ProcessExists("Skype.exe") AND NOT ProcessExists("uTorrent 1.5 Build 437 Final.exe") Then

Run("C:\Program Files\utorrent\uTorrent 1.5 Build 437 Final.exe")

EndIf

Sleep(1000)

WEnd

But is one problem :"> My dad when click "X" to close Skype, It minimizes to Tray. and Utorrent never start :mellow:

Maybe manner is in order to make it with "answer call" and "Hang up call"?

Link to comment
Share on other sites

Sry, can't help with that...The easiest way to "fixing" that would be to change the usage of the "X" from "minimize to System Tray" to "Exit/Close" ^^

Yeah I know but Skype sucks :/ Maybe Gizmo is better way :)
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...