Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Most popular programming languages
#3
(08-25-2022, 10:53 PM)JRace Wrote: BTW, I learned just a few days ago that the .NET framework has built-in VB and C# command-line compilers.  How come nobody ever tells me these things?  (Not that it matters, I still don't like .NET)

Apparently, starting with Windows 7, Visual Basic .Net comes pre-installed with Windows.

To use it, you can make a batch file that points to it:

c:\Windows\Microsoft.NET\Framework64\v4.0.30319\vbc %*

If you only have 32-bit Windows, then you might need to use:

c:\Windows\Microsoft.NET\Framework\v4.0.30319\vbc %*

Not sure why VB.Net doesn't get much love - I really like it!  For simple Console quick and dirty programs, it is great!
Reply


Messages In This Thread
Most popular programming languages - by bert22306 - 08-25-2022, 09:23 PM
RE: Most popular programming languages - by JRace - 08-25-2022, 10:53 PM
RE: Most popular programming languages - by Ed Davis - 08-25-2022, 11:02 PM
RE: Most popular programming languages - by JRace - 08-26-2022, 05:00 AM
RE: Most popular programming languages - by Pete - 08-26-2022, 05:23 AM
RE: Most popular programming languages - by JRace - 08-26-2022, 06:11 AM
RE: Most popular programming languages - by JRace - 09-06-2022, 04:36 PM



Users browsing this thread: 2 Guest(s)