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

java - unable show chart in xls document using jasper reports -

java.lang.RuntimeException: Could not generate dummy secret at sun.security.ssl.RSAClientKeyExchange.<init> -

javascript - How to change image src on success AJAX -