open finder

OS X 설정 2017. 1. 29. 21:27

on run {input, parameters}

tell application "Finder"

activate

open folder "Macintosh HD:Users:wakira:"

end tell

return input

end run



on run {input, parameters}

tell application "Finder"

activate

if (count windows) is 0 then make new Finder window

end tell

return input

end run




Macintosh HD으로 강조한 부분은 저장 장치의 볼륨명을, 

wakira으로 강조한 부분은 사용자 계정명을 입력해 줍니다.



저장위치는 /Users/wakira/Library/Services




'OS X 설정' 카테고리의 다른 글

맥 초기 설치  (1) 2018.09.07
high Sierra 이미지 usb만들기  (0) 2018.01.25
mac 화면분할 https://www.spectacleapp.com/  (0) 2017.01.28
automator open terminal  (0) 2017.01.02
mac 숨긴파일 표시, 감추기  (0) 2016.09.10
Posted by wakira
,