home *** CD-ROM | disk | FTP | other *** search
/ Simtel MSDOS 1992 September / Simtel20_Sept92.cdr / msdos / batutl / battutor.arc / _EPILOG.REM < prev    next >
Text File  |  1983-08-25  |  3KB  |  73 lines

  1.                            Text File      _epilog.rem
  2.  
  3.  
  4.  
  5.                                    BUG   LIST
  6.  
  7.  
  8. We'll close out this demonstration with a bug list of known DOS 2.0 problems
  9. concerning Batch Files.  As we receive feedback, we'll update this list.
  10.  
  11.                                         --
  12.  
  13. DOS 2.0 -- Although the DOS manual implies that Batch File labels may be longer
  14. than 8 characters, with only the first 8 significant, we have found that labels
  15. larger than 8 characters are not referenced correctly.          14-aug-83
  16.  
  17.                                         --
  18.  
  19. DOS 2.0 -- Apparently when a command line involving piping is executed in a
  20. Batch File, and ECHO is currently OFF, DOS turns ECHO ON.  The offending
  21. command line that uncovered this problem was the following:
  22.  
  23.                 dir %1 | sort /r /+14 >%1sidir.dir
  24.  
  25. (This is a pipe from the directory on diskette %1 to a reverse sort on the .ext
  26. column, with results written to file sidir.dir on the %1 drive.) 20-aug-83
  27.  
  28.                                         --
  29.  
  30.  
  31.  
  32.                                 From the Author
  33.  
  34.  
  35. I hope that you find these utilities helpful.  These utilities, including their
  36. assembly language source code, have been put into the public domain not only
  37. for their own usefulness in allowing powerful interactive Batch Files to be
  38. created for DOS 2.0 but also because I believe that there is an interest among
  39. some PC users in seeing examples of assembly language programming and simple
  40. system programming.  Even if you don't plan on writing code in assembly
  41. language for the PC, a little paradigm knowledge may help to "de-mystify" DOS
  42. and the applications software that interfaces to it.   If you find this type of
  43. programming useful and would like to see more of it placed in the public
  44. domain, please feel free to encourage this effort by donations in whatever
  45. amount you feel is justified.  Ten dollars is suggested. Whether or not you
  46. contribute, any feed-back you care to give on these programs will be gladly
  47. received.  If you would like a reply, please leave space on your
  48. correspondence.
  49.  
  50. An updated copy of these utilities is free to all requests accompanied by a
  51. diskette and mailer with postage, or five dollars to cover costs of same.
  52.  
  53. I encourage the copying and distribution of this diskette, as long as no charge
  54. is made above a reasonable charge for media and handling.
  55.  
  56.  
  57.         Send all correspondence to:
  58.  
  59.                         Warren Craycroft
  60.  
  61.                         6236  Oakdale Ave.
  62.  
  63.                         Oakland,  CA  94605
  64.  
  65.  
  66. Please keep this notice intact in all copies.
  67.  
  68.  
  69.                         Bye!
  70.     errorlevel = 255        if fname is not found
  71.  
  72.         errorlevel = 255, and
  73.         CTRL BREAK is executed