Set WinScriptHost = CreateObject( "WScript.shell" ) WinScriptHost.Run Chr(34) & "D:\VHD\VHD_Mount.cmd" & Chr(34), 0 Set WinScriptHost = Nothing