If My.Computer.FileSystem.FileExists(Application.StartupPath & "\test.txt") Then
Dim mail_gonder As New System.Net.WebClient
mail_gonder.DownloadString("PHP MAİL GÖNDER URL'si")
Else
MsgBox("Hata ! Dosya Bulunamadı", MsgBoxStyle.Critical)
End If
Not: text.txt dosyasının *.exe ile aynı konumda olduğunu varsayarak yazılmış koddur.