Friday 22 November 2013

vb script password=inputbox("enter Password ") x="report1.bat " &password msgbox(x) dim shell set shell=createobject("wscript.shell") shell.run x set shell=nothing