Skip to content

Instantly share code, notes, and snippets.

@kobachi
Last active August 29, 2015 13:58
Show Gist options
  • Save kobachi/10017514 to your computer and use it in GitHub Desktop.
Save kobachi/10017514 to your computer and use it in GitHub Desktop.
Show message box dialog from batch file
WScript.Echo(WScript.Arguments.Item(0).replace(/\\n/g, "\n"))
@echo off
wscript msgbox.js "Hello, World!"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment