Skip to content

Instantly share code, notes, and snippets.

@shalithasuranga
Last active January 26, 2021 16:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save shalithasuranga/440a5fcd4dfafe0e33b2e5f2d563503a to your computer and use it in GitHub Desktop.
Save shalithasuranga/440a5fcd4dfafe0e33b2e5f2d563503a to your computer and use it in GitHub Desktop.
@echo off
powershell -Command "& {Add-Type -AssemblyName System.Windows.Forms; [System.Windows.Forms.MessageBox]::Show('Hello World', 'This is an example', 'OK', [System.Windows.Forms.MessageBoxIcon]::Information);}"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment