Great.

So I could then do something like this?:

Code:
Dim line As String = IO.File.ReadAllLines("C:\MyFile.txt")(24)

If line = "UR A WINRAR" Then

'Carry Out Main Command

Else 

'Carry Out Secondary Command

End If