■スレッドリストへ戻る■ 全部 1- 101- 201- 301- 401- 501- 601- 701- 801- 901- 最新50

2ch巡回ツールマクモエ

447 :名称未設定 :01/09/25 14:43 ID:JZ4KMbBw
えと、全てのdatファイルをゴミ箱に入れるAppleScriptです。
バージョンアップ等でdatファイルの入れ替えが必要な時に、よかったら使って下さい。
巡回予約の設定やログは残りますが、保管スレは全てゴミ箱行きになるので注意して下さいね。

tell application "Finder"
activate
choose folder with prompt "フォルダ「2ちゃんねる」を選択してください"
if name of result = "2ちゃんねる" then
delete (every file of entire contents of result whose name ends with ".dat")
if result ュ {} then
display dialog " datファイルをゴミ箱に移動しました" buttons "OK" default button "OK" with icon 1
else
display dialog " datファイルはありません" buttons "OK" default button "OK" with icon 1
end if
else
beep
display dialog "フォルダが違います" buttons "OK" default button "OK" with icon 0
end if
end tell

261KB
新着レスの表示

スレッドリストへ戻る 全部 前100 次100 最新50

0ch BBS 2004-10-30