home *** CD-ROM | disk | FTP | other *** search
/ Simtel MSDOS 1992 September / Simtel20_Sept92.cdr / msdos / sysutl / ctlenabl.arc / CTLENABL.DOC < prev    next >
Text File  |  1987-03-25  |  2KB  |  41 lines

  1. MS-DOS has the ability to "erase" a line when Cntl-U is typed, and to
  2. erase the last word on a line when Cntl-W is typed.  In PC-DOS and many
  3. versions of MS-DOS this feature has been disabled by NOPing some of the
  4. instructions.  Since this feature is familiar to UNIX, VMS, and
  5. mainframe users, there have been messages on ARPAnet, USEnet, and half
  6. the BBS systems in the free world giving the patches for various flavors
  7. of DOS. 
  8.  
  9. This is my attempt at the ultimate patch.  It doesn't modify the disk
  10. file, it patches the code in memory, and can be called from the
  11. AUTOEXEC.BAT file.  This makes it impossible to forget to keep an
  12. unpatched version around.  It works on PC-DOS 3.0, 3.1, 3.2, and the
  13. notorious 3.21 as well.  I tried it on four 3.x versions of MS-DOS and
  14. it worked on them as well. 
  15.  
  16. To enable the control characters, execute the command CTLENABL by hand
  17. or in a batch file.  I have included this documentation, the command
  18. file, and the source for the paranoid or curious.  Please distribute the
  19. whole package as widely as possible to cut down on the disk space and
  20. phone time being wasted on this problem. 
  21.  
  22. For those who have MASM and LINK but have never used them, I have
  23. included a batch file called MAKEFILE.BAT which generates the command
  24. file and cleans up the mess it makes.
  25.  
  26. DISCLAMER: use this software at your own risk. (1) it patches your
  27. operating system, (2) it may not work with some version of DOS, present
  28. or future, (3) it has not been tested with DOS 2.x, I can't run it on an
  29. AT and I'm never going back. My liability shall be limited to refunding
  30. what you paid me for this program (nothing).
  31.  
  32.     Enjoy!
  33.       Bill Davidsen, 3/25/87
  34.  
  35. ----------------------------------------------------------------
  36.  
  37. Copyright (c) 1987 Bill Davidsen.  This program may be freely used and
  38. distributed, providing it is not included in any commercial package, and
  39. this notice remains intact. 
  40.  
  41.