Skip to content

Commit

Permalink
First Commit
Browse files Browse the repository at this point in the history
  • Loading branch information
niirmaaltwaatii committed Jul 22, 2020
0 parents commit ab8b2d4
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
3 changes: 3 additions & 0 deletions MsgBx.vbs
@@ -0,0 +1,3 @@
Set objArgs = WScript.Arguments
msgTxt = objArgs(0)
MsgBox msgTxt
2 changes: 2 additions & 0 deletions README.md
@@ -0,0 +1,2 @@
# WinPop
Windows Program to show PopUp Messages
3 changes: 3 additions & 0 deletions WinPop.bat
@@ -0,0 +1,3 @@
@echo off
set /p txt="Enter a Message: "
cscript MsgBx.vbs txt

0 comments on commit ab8b2d4

Please sign in to comment.