We aggregate information from all open source repositories to provide the most of useful open source products, from Enterprise product to small libraries across all platforms. Please search and find what you want.

CsBatch

This program registers a .csbat file type.
Run for the first time CsBatch.exe then chose the Settings->Register menu.

When a .csbatch file is doubble-clicked, the content will be compiled as c# code and then run.

The compilation output is a temporary dll. After execution the library is deleted.

If you right click the .cdbat file and chose Edit a basic text file editor is opend. The code can also be developed in Visual Studio using basic .Net assemblies.

No imports are allowed. Only the following references are available:
System;
System.IO;
System.Collections.Generic;
System.Linq;
System.Text;
System.Threading.Tasks;
System.Windows.Forms;
System.Diagnostics;

1 of 5

2 of 5

3 of 5

4 of 5

5 of 5

129 Reviews

  • Unrivaled value & reliability in one solution
  • Unlimited Calls/SMS/Conferencing/Fax
  • Trusted by 350,000+ Businesses
Website https://csbatch.sourceforge.io
Tags
Features
  • C# batch
  • Simple C# compiler