I would like with one VBS file ton run multiple batch files in a certain order.
This is what i have currenttly but i cannot make it work.
Option ExplicitDim FSO, shell
Set FSO =CreateObject("scripting.FileSystemObject")
set shell=createobject("wscript.shell")
shell.Run "%comspec% /c \\10.80.19.41\it\PDQ Deploy Packages\CRM packages\Teams\Teams V8.bat" , 0, True
Thanks in advance for your help.