home *** CD-ROM | disk | FTP | other *** search
/ Source Code 1992 March / Source_Code_CD-ROM_Walnut_Creek_March_1992.iso / usenet / altsrcs / 1 / 1751 < prev    next >
Internet Message Format  |  1990-12-28  |  2KB

  1. From: kirkenda@eecs.cs.pdx.edu (Steve Kirkendall)
  2. Newsgroups: alt.sources
  3. Subject: Elvis & MS-DOS
  4. Message-ID: <8@pdxgate.UUCP>
  5. Date: 29 Aug 90 22:18:03 GMT
  6.  
  7. Sorry to post this non-source article in a sources newsgroup, but...
  8.  
  9. There are two MS-DOS specific bugs that people should watch for.  The first
  10. bug is that "Elvis.prj" and "Elvis.lnk" both refer to a bunch of files in
  11. a subdirectory named "termcap".  Oops.  They should refer to tinytcap.c
  12. instead.  In Elvis.prj, delete all lines that start "termcap\" and add a
  13. line that reads "tinytcap".  In Elvis.lnk, delete all of the "termcap\*.obj"
  14. filenames and add "tinytcap.obj".
  15.  
  16. The other bug is potentially dangerous.  I have been told that MS-DOS can't
  17. rename an open file, safely; if you try it you may damage your filesystem.
  18. Because of this, I recommend that everybody stop using MS-DOS immediately.
  19. If you must use MS-DOS, then be careful when running Elvis, because Elvis
  20. is likely to rename its temporary file when you switch to another text file.
  21.  
  22. SO DON'T SWITCH TO A DIFFERENT FILE WHILE RUNNING ELVIS UNDER MS-DOS.
  23.  
  24. The damage, by the way, is that "lost clusters" tend to accumulate on your
  25. disk.  The clusters are marked as being allocated, but there is no file that
  26. contains them.  This condition poses no threat to the data on your disk, but
  27. it does reduce the amount of disk space available.
  28.  
  29. No patches yet -- I just wanted to get the warning out.
  30. -------------------------------------------------------------------------------
  31. Steve Kirkendall    kirkenda@cs.pdx.edu    uunet!tektronix!psueea!eecs!kirkenda
  32.