Skip to content


Make a y/n prompt for cscript.exe using VBS

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
Bookmark and Share

Posted in IT Tips, Microsoft Tech Tips.


0 Responses

Stay in touch with the conversation, subscribe to the RSS feed for comments on this post.



Some HTML is OK

or, reply to this post via trackback.