Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- $searchSite = "http://www.autoitscript.com/site/"
- $startPage = RegRead("HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main", "Start Page")
- ConsoleWrite("$startPage = " & $startPage & @CRLF)
- MsgBox(0, "Ternary", ($searchSite = $startPage) ? "Yay it worked" : "Different Page")
Advertisement
Add Comment
Please, Sign In to add comment