dim fr(70)
diyi
i=0
set fso=CreateObject("Scripting.FileSystemObject")
set ws=CreateObject("wscript.shell")
set oExcel=CreateObject("excel.application")
fd=fso.getfolder(".").path
if fso.fileexists(fd&"\"&Month(now)&"."&day(now)&"节目表.xls") then
file=fd&"\"&Month(now)&"."&day(now)&"节目表.xls"
elseif fso.fileexists(fd&"\"&Month(now)&"."&day(now)&"节目表.xls") then
file=fd&"\"&Month(now)&"."&day(now)&"節目表.xls"
我想修改成不是在当前目录下寻找节目表这个文件,而是在C:\Documents and Settings\ 这里寻找,怎么修改呢???