VBScript is a scripting language to manage computer developed by Microsoft. Below is a code snippet to take user input:
Wscript.StdOut.Write "Enter Some Input: "
Source = Wscript.StdIn.ReadLine
Wscript.StdOut.Write "Enter Some Input: "
Source = Wscript.StdIn.ReadLine
No comments:
Post a Comment