tell application "iTunes" copy (convert current track) to newTrack set newLocation to (location of track 1 of current playlist) tell application "Finder" copy (move newLocation to the desktop with replacing) to newFile end tell delete (track 1 of current playlist) do shell script "uptmp " & quote & (POSIX path of newLocation) & quote end tell