When calling a Visual Basic script using a batch file, there is an option to suppress the command prompt from popping up when executing the Visual Basic script.
The cscript option is //NOLOGO
Example:
C:\Windows\System32\cscript.exe //NOLOGO ScriptName.vbs
Reference for Visual Basic different Options from the net.