Message box in Windows

  • Thread starter Thread starter Fred Esmaeili
  • Start date Start date
I meant in Windows command line. It's not working.
I'm upgrading to 2000 from NT 4.0. I had a batch program
that runs: msgbox /m mymessage.
 
That sounds like a third party app that you downloaded at some point. Copy
msgbox.exe from the old server and put it in a path in your %path% variable,
such as %windir%\system32.

Ray at work
 
Thanks Ray. You might be right. It's not a Windows
program, so I wrote my own msgbox.

Fred
 
i dont think there is any msgbox available from the
command line. you may use echo ... or use "net send"
command to pop up a message box.

prasad
 
Back
Top