我剛剛開始使用Applescript,需要一些幫助,以便從Windows服務器上獲取簡單的文件副本。我正在將一個卷掛載到Windows共享中,我需要將該文件夾中的文件複製到桌面。這是迄今爲止我所擁有的AppleScript。Applescript將文件從安裝卷複製到桌面
tell application "Finder"
mount volume "smb://username:[email protected]/source/MAC/StandardApps"
duplicate file "SymantecEndpointProtection.zip" of folder "StandardApps" to folder "Desktop"
end tell
我得到的錯誤是「無法設置文件夾\」桌面\「文件夾\」StandardApps \「。」
我確定我錯過了一些簡單的東西,我又是新來的Applescript。感謝任何幫助。我將提供您需要的任何其他信息。
在此先感謝。
變化'到文件夾「桌面」''到到desktop' – fireshadow52 2012-01-12 17:46:32