How can you create pop up messages in a batch script?

Gutsygibbon picture Gutsygibbon · Sep 20, 2012 · Viewed 306.8k times · Source

I need to know how to make popup messages in batch scripts without using VBScript or KiXtart or any other external scripting/programming language. I have zero clue about this... had no starting point even. I am aware of NET SEND but the Messenger service is disabled in my current environment.

Answer

shredder picture shredder · Aug 15, 2013
msg * "Enter Your Message"

Does this help ?