首先 dir下,如果 文件为空就不打开!dim lsFileName as string lsFileName =dir("c:\1.txt")if lsFIleName="" then msgbox "文件不存在"else shell("notepad.exe c:\1.txt")end if