vb代码
shell "cmd /c start " & "这里写那个bat文件的绝对路径"
比如 bat文件在D盘文件夹2a下文件名为tt.bat则代码如下
shell "cmd /c start " & "D:\2a\tt.bat"
具体的你自己改一下吧