ひょっとして、
var WshShell= WScript.CreateObject("WScript.Shell");
var objArgs = WScript.Arguments;
var IE,coll,rng,stra;
var Shell = WScript.CreateObject("Shell.Application");
var WindowsShell = Shell.Windows();
var FindFilesPid = WindowsShell.Count;
while(WshShell.AppActivate("検索結果")){
WshShell.SendKeys("%{F4}");
WScript.Sleep(500);
}
Shell.FindFiles();
WScript.Sleep(500);
act("検索結果");
if(objArgs.length==0){WScript.Quit();}
WScript.Sleep(500);
WindowsShell.item(FindFilesPid).Navigate(objArgs(0));
WScript.Quit();
function act(title){
for(j=0;j<=300;j++){
WScript.Sleep(100);
if (WshShell.AppActivate( title )){break;}
else if(j==299){fin();}
}
return;
}
こう(・ε・?
お礼
長い間、返事しなくて申し訳ありませんでした。 DSLの業者変更をしていたら、2週間近くネットに接続できない状態が続いていました。再三にわたりお教えくださいまして、ありがとうございました。