It looks like you have done right I just tested what you did and it worked. The only thing I had to do was to add an imports statement as it doesn't find the console object otherwize.

Code:
Imports System
Module Snabel
    Sub main()
	Console.WriteLine("Snabel")
    End Sub
End Module
You should write "vbc.exe name.vb" instead of adding the exe thing after, because else it tries to find the specified exe.