set holdthevolume to (path to resource "holdthevolume.scpt" in directory "Scripts")
run script holdthevolume
set copyfiles to (path to resource "copyfiles.scpt" in directory "Scripts")
run script copyfiles
保持音量。是在“重复”下运行的脚本。因此,在应用程序退出之前,ti 永远不会结束。在其中这样做它永远不会通过该过程移动到第二部分“copyfiles”。我如何让它不在乎那个人是否已经完成并继续下一个任务?
脚本holdthevolume.scpt是:
repeat
set volume 7
delay 0.01
end repeat