home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 408.lha / DosError_v2.0 / DosError.doc < prev    next >
Text File  |  1990-09-02  |  4KB  |  95 lines

  1.  
  2.  
  3. DOSError V2.0
  4. ~~~~~~~~~~~~~
  5.  
  6. This program is not public domain, nor shareware, but what I choose to
  7. call "USEWARE", meaning that I want people to use it !  Shareware is a
  8. little painful because you are morally obligated to pay if you use it,
  9. meaning you would rather use a PD one....so I want you to use it, and
  10. if you want me to write more, then send money, but DON'T in ANY WAY
  11. feel obligated.  It is not PD, because I hold the copyright over it.
  12. I've included the source in the release, so that people may learn
  13. assembly...the best programming language....or so that they may edit
  14. it to suit themselves, but my name MUST remain somewhere in the program,
  15. and it may not be used for any commercial or money-gaining venture without
  16. my written permission.  I also take no responsibility for damage done
  17. with my program or source.  If you would like to send $20 to me, I'll
  18. send you the latest version of DOSError, and a list of my current programs
  19. written, and you will notified by mail of new programs by me, or updates
  20. of older programs...so I hope that's worth your while !
  21.  
  22. DOSError is a neato program I wrote a little while back to help me when
  23. the stupid DOS yelled something like "DOS ERROR #221" or something
  24. equally as stupid.....I would then simply type DOSERROR 221 and my neat
  25. program would output a small message.
  26.  
  27. Ok, so that was V1.0, and very little has changed.  I was a little annoyed
  28. one time when the error description didn't help one little bit, meaning
  29. I had to go to the DOS manual, defeating the program's purpose.  So, the
  30. descriptions have been verbosified (?) a bit.  Also, to serve the public,
  31. a request from Gavin Williamson has been fulfilled, DOSError now runs
  32. from the workbench.
  33.  
  34. So, using from workbench, you double click the neat icon and up pops a
  35. CON: window, asking for the argument.  You can type ALL to get a full
  36. list of errors, ? to get a usage message, or the number to get the error
  37. description.
  38.  
  39. The ALL descriptions fly off the screen, and its no intention of mine to
  40. fix this.  The only reason I put the ALL command in is to allow you to
  41. make a DOS Error list of your own by :
  42.  
  43.     DOSError >Ram:ErrorList ALL
  44.  
  45. and then you have a file called ErrorList containing all the errors, or
  46. you could do
  47.  
  48.     DOSError >prt: ALL
  49.  
  50. and get a printout of the errors.
  51.  
  52. From the CLI, you can just type DOSError and enter the argument the same
  53. way as from the Workbench, or you can enter the argument on the same line
  54. (this is the way I use it, since I'm a CLI freak....)
  55. e.g.
  56.     DOSError 121
  57.  
  58. Will output:
  59.  
  60. DOS Error 121 : FILE NOT OBJECT
  61. The called file cannot be executed.
  62.  
  63. and so now its all up to you to copy my program to your c: directory and
  64. use it when you need it.  I've used it many times, but in my recent
  65. decision to go public with some of my programming, well, here it is !
  66.  
  67. If you have any problems, demos, suggestions, money, porsches,
  68. or anything else to send to me, then please do so !!!
  69.  
  70.     Robert Lang
  71.     (EDGEWARE)
  72.     P.O. Box 127
  73.     CARDIFF NSW 2285
  74.     AUSTRALIA
  75.  
  76. All sensible letters will be answered.  Alternatively, you can netmail me
  77. on Cybertron BBS, I'm the Assistant SYSOP there, so around a lot....
  78.  
  79. CYBERTRON BBS Ph: 049-602383 (AUSTRALIA)
  80. FidoNet 3:711/496   Signet: 28:2100/104
  81.  
  82. Or as a last resort, ring me on 049-508189....but doing a Computer
  83. Engineering degree at Newcastle Uni keeps me on the move, so I'm hard to
  84. catch, and please don't expect return calls that are long distance,
  85. because I just can't afford it....sorry !
  86.  
  87. Well, to finish, all my programs are dedicated to Suzanne Day,
  88. my girlfriend, who puts up with a lot of me and computers somehow....
  89. authors dedicate books, so I'm going to dedicate programs.
  90.  
  91.  
  92. Please USE it, and let me know what you think !!!!!!!
  93.  
  94. Robert Lang.
  95.