I have multiple batch files and vbs files , when i try to create a batch to call them it stop after the last batch file and dont execute the vbs.
without giving any error
if i put the vbs at the start it execute it alone.
any advice ?
@echo off
call batch1.bat
call batch2.bat
cscript //nologo test.vbs