Last active
January 26, 2021 16:06
-
-
Save shalithasuranga/440a5fcd4dfafe0e33b2e5f2d563503a to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@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