Windows
2017-03-05 18:00
I normally don't do Windows or any other Microsoft stuff per se, except forced. But sometimes I am forced.
So this is an (academical) example what you normally do if you accidentially find yourself in Windows 7:
D:\tmp> echo using System.Windows.Forms; public class message{static void Main(){MessageBox.Show("You Are Owned","Important",MessageBoxButtons.OK,MessageBoxIcon.Exclamation);}} > trace.log
D:\tmp> c:\Windows\Microsoft.NET\Framework\v3.5\csc.exe /target:winexe trace.log
D:\tmp> trace.exe