home *** CD-ROM | disk | FTP | other *** search
/ RBBS in a Box Volume 1 #3.1 / RBBSIABOX31.cdr / colo / cmdfix.doc < prev    next >
Text File  |  1980-01-07  |  1KB  |  38 lines

  1.  
  2. The following is a fix for the COMMAND.COM supplied with PC-DOS 3.00
  3. on the IBM PC/AT.  This version of COMMAND.COM does not correctly scan
  4. multiple environment variable references (such as %PROMPT%) in a
  5. single line of a .BAT file.  Following is a sequence of DEBUG commands
  6. which, when applied to COMMAND.COM will fix this problem.  It also
  7. changes the word "DOS" in the DOS signon line to "dos" so people will
  8. know it's been patched.
  9.  
  10. Make sure your copy of COMMAND.COM has the size, date, and time shown
  11. here.  If not, DO NOT USE THIS PATCH!!!!
  12.  
  13.   COMMAND  COM    22042    8-14-84   8:00a
  14.  
  15. *******Patch follows*********
  16.  
  17. debug command.com
  18. a172B
  19. jmp 4789
  20.  
  21. a4789
  22. push cx
  23. call 25FB
  24. pop cx
  25. jmp 172E
  26.  
  27. e108C 64 6F 73
  28. w
  29. q
  30.  
  31. *******End of patch*********
  32.  
  33. This patch was developed by Greg Lutz of the Autodesk, Inc. (AutoCAD)
  34. development group in hours of patient, unremunerated, toil, and is
  35. herewith furnished to save others the grief.
  36. 
  37. AutoCAD)
  38. development group in hours of patient, unr