It is pretty much controlled for that stuff around line 156 of the code.

Think you need to first get your feet wet with the basics of KiXtart though before you start running or flying.


Code:
If Exist($HTMLLog)
Del $HTMLLog
EndIf

RecordHTMLLogon()

If Exist($HTMLLog)
Shell $Explorer + ' ' + $HTMLLog
EndIf
Exit 1