Hi,
I have typed one code in textpad and saved it as MyFirstApplication.vbc I want to compile this from command prompt, without using visual studio IDE. Is that possible.
When i searched in net i got an example saying
go to command prompt and type:

vbc MyFirstApplication.vb

but when i typed this in command prompt, it says that "vbc " is not recognised as an internal or external command.
What i have to do to get this compiled