🐧운영체제/Windows

윈도우 - 메시지 박스 띄우기(msg)

Janger 2023. 5. 6. 07:06
728x90


msg %username% Your message here


출처:
https://superuser.com/questions/1278006/how-to-display-a-msgbox-directly-from-cmd

How to Display a Msgbox directly from CMD

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 ^&a...

superuser.com


728x90