1.

Solve : How do I create a popup message box using DOS??

Answer»

I am on a network and would LIKE to somehow use DOS to create a message box that will popup on users MONITORS so that I can COMMUNICATE with them regarding the database we are all using.

Is there any way to do that?sjbchapman

From command line run this in one line:
[edit]start cmd /c "mode 40,10&title My Popup&color 1E&echo.&echo. It's %date%&echo.&echo. Press a key!&pause>NUL"[/edit]

DOS IT HELP?
Thank You Heavenly ! DoSiTHelP !!!!!!!!You could also try...
Code: [Select]net send CoMpUtErNaMe helloEdit.



Discussion

No Comment Found