tell application "Finder" activate Select Menu Item menu title "編集" menu item text "すべてを選択" end tell
type text "3" holding down {command, shift}
if visible of (control strip info) then hide control strip else show control strip end if
set test to (choose file) if visible of (info for test) then make file invisible test else make file visible test end if
Flashmenu 3 hilite time 5
set test to network information display dialog (IP name of test) default answer (IP address of test)
tell application "ICScriptor" if GetICPreference use HTTP proxy then SetICPreference use HTTP proxy without to else SetICPreference use HTTP proxy with to end if quit end tell
display dialog (keys pressed) & "が押されています。" as string
set test to (choose file) Stuff test into (test & ".sit" as string)
set test to (choose file) giconvert test type "JPEG" image (test & ".jpg" as string) quality 90
display dialog "" default answer "MacOS 9.3" Transliterate (text returned of result) srcMask 8 target 2 scriptCode 1 display dialog "" default answer result
display dialog "" default answer "apple SCRIPT" set capitalization in (text returned of result) to word capitalization display dialog "" default answer result
on adding folder items to test after receiving itms tell application "Finder" activate display dialog "「" & name of test & " 」フォルダに「" & name of item 1 of itms & "」が追加されました。" end tell end adding folder items to
set test to create message window "お試し中.." with properties {closeable:true}
delay 1
update message window test message text "3秒後に消えます"
delay 3
close message window test