First open Notepad. Then type this in:
WScript.Echo “Hello!”
Set WshShell = WScript.CreateObject(“WScript.Shell”)
birthdate = InputBox(“the year you were born.”)
newage = the year you were born + 50
WshShell.Popup “In ” & newage & ” you’ll be 50.”
then save as years.vbs then click the icon and watch
_________________________
Comments
Post a Comment