Welcome, Guest. Please login or register.

Author Topic: lha return codes  (Read 4367 times)

Description:

0 Members and 2 Guests are viewing this topic.

Offline Thomas

Re: lha return codes
« on: February 07, 2015, 10:03:21 PM »
Quote from: orange;783236
lha fails on some archives only, executing script, with code 10 or 20.
seems that 20 happens when filename contains nonstandard-ASCII char. but what is 10?
strangely, with error 10, it fails only in script.
thanks.



10 and 20 mean nothing. They are just standard AmigaDOS return codes for error resp. failure. You have to read the error messages Lha prints out. Don't use >nil: or similar to hide the messages if you need them.