Compiler Fun

M

Mike Labosh

So I have setup a machine with just Windows Server 2003 and no Visual
Studio. Inside C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322 is vbc.exe that
I want to play with to educate myself and figure it out. I'm great at
VB.NET, but I wanted to try to write some code in notepad and manually
compile it in a cmd.exe window.

I can't seem to find good docs on the vbc.exe syntax. I have printed the
vbc /? screen, but I haven't been able to successfully compile anything as
yet. Can someone please point me at some example vbc.exe command lines?

--
Peace & happy computing,

Mike Labosh, MCSD
"Do not meddle in the affairs of dragons, for
you are crunchy, and taste good with ketchup."
 
H

Herfried K. Wagner [MVP]

* "Mike Labosh said:
So I have setup a machine with just Windows Server 2003 and no Visual
Studio. Inside C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322 is vbc.exe that
I want to play with to educate myself and figure it out. I'm great at
VB.NET, but I wanted to try to write some code in notepad and manually
compile it in a cmd.exe window.

I can't seem to find good docs on the vbc.exe syntax.

Visual Basic Compiler Options
<URL:http://msdn.microsoft.com/library/en-us/vblr7/html/vaoriVisualBasicCompilerOptions.asp>
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top