Ever wished you could run C# code like a script in a default operating system environment?
This JScript-based tool offers the following approach.
- Copy the ClickSharp.jse file to a desired location.
- Rename ClickSharp.jse to reflect the intended program name (e.g., ClickSharp.jse → Hello.jse).
- Double-click the renamed .jse file. This action will automatically generate a boilerplate C# source file, compile it, and run the resulting program.
- Modify the generated C# source file as required.
- Double-click the .jse file again to run the updated program. If the compiled .exe file is outdated, it will be rebuilt automatically.
You can modify C# code and re-run it with a simple double-click.
It feels just like a script.
©2025 katsu-oh, MIT License: https://github.com/katsu-oh/click-sharp/blob/main/LICENSE.