try
    {
     wshshell.Exec(path);
    }catch(e)
     {
       alert("执行下列命令出错:/n/n" + path + "/n/n出错信息如下:/n/n" + e.description); 
       window.ee = e;
       obj_for_v('window.ee')    ;  //使用for打印出来
     }

window.ee.

name = Error
number = -2147024894
description = 系统找不到指定的文件。

message = 系统找不到指定的文件。