Jump to content

Recommended Posts

Posted

why the script wont run my funktion login?

$currentWindow = ("blabla - Microsoft Internet Explorer")

winactivate ("blabla - Microsoft Internet Explorer")

$currentwindow = WinGetTitle ("")

If @error Then login()

func login()

run ( "C:\Programme\Internet Explorer\iexplore.exe" )

EndFunc ;==>login

Posted

why the script wont run my funktion login?

$currentWindow = ("blabla - Microsoft Internet Explorer")

winactivate ("blabla - Microsoft Internet Explorer")

$currentwindow = WinGetTitle ("")

If @error Then login()

func login()

run ( "C:\Programme\Internet Explorer\iexplore.exe" )

EndFunc  ;==>login

<{POST_SNAPBACK}>

because WinGetTitle never set @error

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
×
×
  • Create New...