home *** CD-ROM | disk | FTP | other *** search
/ The Unsorted BBS Collection / thegreatunsorted.tar / thegreatunsorted / programming / asm_programming / GETHELP.ZIP / MOREGET < prev   
Text File  |  1989-05-26  |  1KB  |  29 lines

  1. Date: 05-25-89 (00:44)              Number: 529
  2.   To: SYSOP                         Refer#: 526
  3. From: BOB STEPHAN                     Read: NO
  4. Subj: GET                           Status: PUBLIC MESSAGE
  5.  
  6. I took a look at GETHELP and it looks fine to me. I have no objections
  7. to including it as you suggest. Here are a few more comments that you
  8. might consider.
  9. 1. It is possible to COPY c.c+c.c e.e. (Saves one
  10. step).
  11. 2. The Norton Editor is one that allows almost unlimited line
  12. length without CR's.
  13. 3. At the end of the BATch file, include SET GET=
  14. to clear it out of the environment.
  15. 4. You might note that on the attempts that did not work, the
  16. errorlevel is 0 indicating a problem. I decided not to add more
  17. messages to GET. I didn't think there would be much point in moving
  18. lines short enough to fit on the screen anyway, but I suppose it would
  19. be an attention getter. Repeating the first 79 chars pretty well takes
  20. care of that anyway. If I do another version, I may include automatic
  21. copying of the first 79 chars to the end rather than requiring them in
  22. the file. The EXE file is 1 byte short of 4K. 2 more bytes and it
  23. would take up another cluster on a disk, and I was interested in
  24. keeping it as small as possible for now.
  25.  
  26. That's about it. Quite clever of you to work it that way. And since it
  27. worked for you, it could very well be helpful for others. By all means
  28. stick it in if you want to...
  29.