Multiple choice general knowledge science & technology

we can create message box in windows XP by a notepad?

  1. True

  2. False

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

You can create message boxes in Windows XP using Notepad by writing VBScript code and saving the file with a .vbs extension. For example, writing 'MsgBox "Your message"' and saving as message.vbs will create a popup message box when double-clicked. Notepad acts as the code editor.