For a first pass at this, would tend to try this:

code:
Break On

?"Calling VBS ..."

SHELL "%COMSPEC% /C CSCRIPT //NOLOGO C:\TEST.VBS"

?"Done ..."

Exit 1