You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
set input1 to text returned of (display dialog "服务主体" default answer "" buttons {"OK", "Cancel"} default button "OK" with title "服务主体")
set input2 to text returned of (display dialog "任务名称" default answer "" buttons {"OK", "Cancel"} default button "OK" with title "任务名称")
tell application "Finder"
set p to (the target of window 1)
--set p to the selection
--set p to path to desktop
set dateStamp to do shell script "/bin/date +%Y%m%d"
make new folder at p with properties {name:dateStamp &"-„Äê"& input1 &"„Äë"&input2}