One-liner: Pop up a message box
3 03 2008You could paste this into a scheduled task or something if you want an annoying reminder to pop up on your screen. :) Now if only schtasks.exe was as easy to use as PowerShell…
PowerShell -NoProfile -NonInteractive -Command [reflection.assembly]::loadwithpartialname(’system.windows.forms’); [system.Windows.Forms.MessageBox]::show(’reminder: buy milk’)
CLICK HERE TO SUBSCRIBE!
[...] http://powerscripting.wordpress.com/2008/03/03/one-liner-pop-up-a-message-box/Now if only schtasks.exe was as easy to use as PowerShell… PowerShell -NoProfile -NonInteractive -Command [reflection.assembly]::loadwithpartialname(’system.windows.forms’); [system.Windows.Forms.MessageBox]::show(’reminder: buy milk̵ [...]
[...] http://powerscripting.wordpress.com/2008/03/03/one-liner-pop-up-a-message-box/Now if only schtasks.exe was as easy to use as PowerShell… PowerShell -NoProfile -NonInteractive -Command [reflection.assembly]::loadwithpartialname(’system.windows.forms’); [system.Windows.Forms.MessageBox]::show(’reminder: buy milk̵ [...]