Shell icon indicating copy to clipboard operation
Shell copied to clipboard

The C# script compatible shell

Results 1 Shell issues
Sort by recently updated
recently updated
newest added

test.nsh: ``` using System; // many namespaces are loaded by default using System.Collections.Generic; using System.Data; using System.Xml; using System.Xml.Linq; using Microsoft.CSharp; using static System.Console; // static members smake your scripts...