Well you can execute is use the Shell Scripting object something like
set WshShell = WScript.CreateObject("WScript.Shell")
WshShell****n "my.vbs"
but personally I wouldn't. Why do you want to run a command line script? Why not incorporate the VBS into your ASP page, atleast then you could see what the results of running the fie were....