全てを選択する

■プログラム説明(ソースコード説明)
 ウィンドウ内に表示されている項目全てを選択するにはselectAll()を使います。

■ソースコード
#target "Bridge"
for (i=0; i<app.documents.length; i++)
{
app.documents[i].selectAll();
}

実際のスクリプトをダウンロード