About 4,680,000 results
Open links in new tab
  1. How to Chat With Command Prompt (with Pictures) - wikiHow

    Jun 17, 2024 · As long as you know the name of the computer the other person is using, you can make any message pop up on their computer using CMD. This wikiHow article teaches you how to chat with from the Windows command prompt on your PC.

  2. How to Display a Msgbox directly from CMD - Super User

    Dec 18, 2017 · I would like to display a message to the user by using CMD. The way I know to do so is by creating a .vbs (VBScript) file and execute it from CMD like this: (echo MsgBox "Line 1" ^& vbCrLf ^& "Line 2",262192, "Title")> File.vbs start File.vbs

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

    Sep 20, 2012 · There is a crude solution that works on all versions of Windows - A crude popup message can be sent by STARTing a new cmd.exe window that closes once a key is pressed. start "" cmd /c "echo Hello world!&echo(&pause"

  4. Batch files - Generate Popup Messages - Rob van der Woude

    Jun 29, 2022 · How to Generate Popup Messages in Batch Files. Most messages in batch files consist of plain text in the command prompt. We use ECHO to display a message text, and PAUSE or SET /P to wait for confirmation. Sometimes, however, we would rather have a popup message that sits there waiting for confirmation by the user. NET SEND (discontinued) MSG.EXE

  5. Batch File To Display Popup Message in Windows 10

    Feb 6, 2022 · I n this tutorial, we are going to see how to write a batch file to display a popup message in Windows 10. You can use the MSG command which allows you to send a message to a user on a remote Desktop Session Host.

  6. cmd - show message to user - Windows - Spiceworks Community

    May 24, 2018 · Depends on your windows version but, in it simplest form. At the command prompt type net send * and your message i.e. net send * Please save your work the server is going to be rebooted. This will send a popup to all users on your current domain. I had a similar situation a couple of months back. JitenSh helped me out with mine.

  7. How to Message With CMD - It Still Works

    Press "Enter" to send the message to the recipient computer. A message box will pop up on the recipient's screen. Open Notepad and press "Ctrl-S" to save a new document. In the "File name" box, type "message.bat." Click the "Save" button. The …

  8. ip - Msg to everyone in same router? - Super User

    Nov 15, 2021 · You could use in the Command Prompt (CMD) the msg command like this to send a message to all users logged on to the computer named someone: If you have several computers to message regularly, you could create a .bat file for all of them, like: And it can be called by: filename.bat this is my message.

  9. Show a popup/message box from a Windows batch file

    Apr 22, 2009 · This will pop-up another Command Prompt window: START CMD /C "ECHO My Popup Message && PAUSE"

  10. Send message or pop up to another pc on network

    Jan 23, 2024 · Is there a way to send a message or pop up from either telnet or cmd line to the other pc? Msg command doesn't seem to work between pcs but i can type "msg (input message) enter"

  11. Some results have been removed
Refresh