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
Post a Comment