Stopping a scipt in a Try Statment
Stopping a scipt in a Try Statment
- Subject: Stopping a scipt in a Try Statment
- From: Barton Chew <email@hidden>
- Date: Thu, 19 Apr 2001 23:17:05 -0400
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?
Thanks,
barton