How to launch multiple programs in VBScript? -


so, i'm starting programming classes in college courses , have make script launch multiple programs. can out? have far:

set objshell = createobject("wdscript.shell")  objshell.run """c:\program files (x86)\skype\phone\skype.exe""" objshell.run """c:\program files (x86)\steam\steam.exe"" set objshell = nothing x=msgbox("running skype , steam!",0+64,"succeeded")  

set objshell = createobject("wscript.shell")  

Comments

Popular posts from this blog

javascript - Slick Slider width recalculation -

jsf - PrimeFaces Datatable - What is f:facet actually doing? -

angular2 services - Angular 2 RC 4 Http post not firing -