home *** CD-ROM | disk | FTP | other *** search
/ Amiga Computing 68 / ac068b.adf / Error / Error.doc < prev    next >
Text File  |  1993-10-25  |  1KB  |  46 lines

  1. To install the error command on hard drive or another floppy, boot
  2. from your normal system partition or floppy, then type
  3.  
  4. COPY AMIGACOMPUTING-XMAS93B:C/ERROR TO C:
  5.  
  6.  
  7. Error 1.0 - Documentation
  8. --------------------------
  9.  
  10. Author: Njål Fisketjøn
  11.     Peter Krøyersgt. 7
  12.     N-4024 STAVANGER
  13.     Norway
  14. __________________________
  15.  
  16.  
  17. Error - Print Message text for AmigaDOS errors
  18. ----------------------------------------------------------------
  19.  
  20. Notices:
  21.  
  22.   This program is placed in the public domain with the
  23. understanding that the author makes no claims or guarantees with
  24. regard to its suitability for any given application, and that
  25. the author assumes no responsibility for damages incurred by its
  26. usage. 
  27.  
  28. ----------------------------------------------------------------
  29.  
  30. Use from CLI.
  31.  
  32. Example:
  33.  
  34. 1.>error 202
  35.  
  36.   202: Object in use
  37.  
  38.   Probable cause:
  39.   The specified file or directory is already being used by another application.
  40. If an application is reading a file, no other program can write to it, and vice
  41. versa.
  42.  
  43.   Recovery suggestion:
  44.   Stop the other application that is using the file or directory, and re-issue
  45. the command.
  46.