Delete
Files(should
to be done before new class recording)
The first command removes files and the second removes directories. |
try
activate
tell application "Terminal"
activate
do script with command ("rm movies/class_name.mov movies/data_convert/class_name.mov
movies/vid_convert/class_name.mov movies/noaudio/class_name.mov")
do script with command ("rm -r movies/data/class_name")
delay 5
quit
end tell
end try |