Open
Description
I'd like to register a C# script as a right-click context menu entry in Windows Explorer for files or folders. I think you just have to put the right command text into a registry key somewhere... but I don't actually know because I haven't had any one script I thought was worth the bother yet.
On the other hand, dotnet script register .zip MyZipScript.csx
? Perfect!