Message box in Windows

F

Fred Esmaeili

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.
 
R

Ray at

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
 
F

Fred Esmaeili

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

Fred
 
P

prasad

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top