dim fs,s //定义fs、s两个变量set fs=wscript.createobject(“scripting.filesystemobject”) //fs为FSO实例if (fs.FileExits(“F:\Program Files\TTPlayer\TTPlayer.exe”)) then //判断文件是否存在s=”is available”elses=”not exist”end if