Source Code for Me (s-c.me)

Allows you to paste souce code to blogs! Adapted for Twitter! Here is Search Form in case you missed your code.
Code:
Selected Language:
Show Linenumbers:
Short link for Twitter:
HTML:

HTML view:

Copy Source | Copy HTML
  1. [System.Reflection.Assembly]::LoadWithPartialName("System.Windows.Forms")
  2. function msgBox($x){
  3.     [System.Windows.Forms.MessageBox]::Show($x, 'Done!:PowerShell', 
  4.     [Windows.Forms.MessageBoxButtons]::OK,
  5.     [Windows.Forms.MessageBoxIcon]::Information, [Windows.Forms.MessageBoxDefaultButton]::Button1,
  6.     [Windows.Forms.MessageBoxOptions]::ServiceNotification
  7.     )
  8. }
  9.  
  10. function done(){
  11.     msgBox("done")
  12. }
  13.  




Based on Manoli.Net's CodeFormatter. Made by Topbot (c) 2008-2012