file2clip
file2clip copied to clipboard
Did some slight refactoring and added console writeline at the end
I think there should be System.Windows.Forms namespace included as it has Clipboard object. Without it I can't compile your PR with csc.
"System.Windows" and "System.Windows.Forms" both contain the Clipboard classes, with almost the same functions. The only difference I can see sofar is that the System.Windows.Forms has the Clipboard class, since .NET Framework 1.0 and the System.Windows since .NET Framework 3.0. (Core is both 3.0)