Jump to content

Recommended Posts

Posted

Hello,

I have created my first script:

While 1
   $size = WinGetClientSize('')
   $title = WinGetTitle('')
      If $size[0] = @DesktopWidth And $size[1] = @DesktopHeight Then
         If StringInStr($title,"Steam") Then
            If ProcessExists("connect.exe") Then
               Exit
            Else
               Run ("C:\Program Files\silex technology\SX Virtual Link\Connect.exe", "", "")
            EndIf
            Exit
         EndIf
      EndIf
   Sleep (1000)
WEnd

It works, but if I switch between some windows, then i get the message

Error: Subscript used on non accessible variable.

Can anyone help me? Thank you.

 

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
  • Recently Browsing   0 members

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