@ERRTEXT[n] : Returns the operating system error text for the specified code. The text will be in the default language.

 

Examples:

 

echo %@errtext[2]

The system cannot find the file specified.

 

echo %@errtext[255]

The extended attributes are inconsistent.

 

echo %@errtext[%_syserr]

Incorrect function.