msg = "Do you wish to add " & First & " " & Last & "?" wscript.echo msg Wscript.StdOut.Write "Add Employee to DB? (y/n) " choice = Wscript.StdIn.ReadLine ' read the input if choice = "y" or choice = "Y" then ' do what you have to do .... end if
Make a y/n prompt for cscript.exe using VBS
Posted in IT Tips, Microsoft Tech Tips.
– December 31, 2008
0 Responses
Stay in touch with the conversation, subscribe to the RSS feed for comments on this post.