How can I open a message box in a Windows batch file? Get link Facebook X Pinterest Email Other Apps April 26, 2012 echo MSGBOX "YOUR MESSAGE" > %temp%\TEMPmessage.vbs call %temp%\TEMPmessage.vbs del %temp%\TEMPmessage.vbs /f /q Get link Facebook X Pinterest Email Other Apps Comments
Comments
Post a Comment