If we have a script with the commands
Copy RAM:SomeFile DF0:
Echo "Done!"
and the file RAM:SomeFile does not exist, the Copy command will
return with:
Copy: object not found
Copy: returned with error code 20
and the script will abort. However if you include the command
FailAt 21
then the script will complete since the return code from Copy is
less than the return code limit.