Just to try out this idea I wrote out CSBat.cs, which allows C# code in bat and cmd files. Here is the problem this solves: Frequently I just want to write a short C# snippet. I don't want to write it as a source file, compile it, and run it. I'd rather
Read More...