日期:2012-12-12  浏览次数:20777 次

...(不要去HACK哦!)

Set WShShell = Server.CreateObject("WScript.Shell")
RetCode = WShShell.Run("X:\Blahblah", 1, True)
if RetCode = 0 Then
    'There were no errors
else
    Response.Redirect "Errors.htm"
end if