I am writing a Start Up Items script that attempts to select a file on the desktop, renames the file and places it into a folder on the hard drive. If the file does not exist, I use a Try Statement to catch the error and exit the script. The problem is, I can not figure out how to stop the script. Is there a command for this?