小妹我写了下面的程序,运行时总是提示"请将“gnbg”安装于同一文件夹",明明将("gnbg.exe")安装于程序下,高手啊,请赐教小妹先谢了!!!! if app.path & "\gnbg.exe" then x = shell("gnbg.exe") else a = msgbox("请将“gnbg”安装于同一文件夹", 6, "系统提示!") end if
发表于:2008-01-20 22:23:541楼 得分:0
if dir(app.path & "\gnbg.exe") <> "" then x = shell("gnbg.exe") else a = msgbox("请将“gnbg”安装于同一文件夹", 6, "系统提示!") end if