F Fred Esmaeili Dec 15, 2003 #3 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.
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 Dec 15, 2003 #4 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
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 Dec 17, 2003 #5 Thanks Ray. You might be right. It's not a Windows program, so I wrote my own msgbox. Fred
P prasad Dec 18, 2003 #6 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
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