This is a inputbox that will open up any task however many times desired simple little vbscript code, to close just type "EXIT" into first dialog code: do set a = createobject("wscript.shell") b = inputbox("Program/Task Desired to open:") c = inputbox("Times to open Program/Task:") if not isnumeric (c) then wscript.quit end if for I = 1 to (c) set a = wscript.createobject("wscript.shell") a.run (b) next if b = ("EXIT") then wscript.quit end if loop Please Rate,Subscribe,Comment Have a nice day :) code pour embarquer la vidéo : >>> http://www.youtube.com/embed/xyiB_yMqrcc <<< |