home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / os / os2 / misc / 36108 < prev    next >
Encoding:
Internet Message Format  |  1992-11-10  |  2.2 KB

  1. Path: sparky!uunet!haven.umd.edu!darwin.sura.net!Sirius.dfn.de!zam103!djukfa11!asi509
  2. From: ASI509@DJUKFA11.BITNET
  3. Newsgroups: comp.os.os2.misc
  4. Subject: Re: OS/2 Trascan Imitation
  5. Message-ID: <92316.093143ASI509@DJUKFA11.BITNET>
  6. Date: 11 Nov 92 08:31:43 GMT
  7. References: <1992Nov02.131019.17066@kub.nl>
  8.  <1992Nov10.180107.1575@access.usask.ca>
  9. Organization: Forschungszentrum Juelich
  10. Lines: 40
  11.  
  12. In article <1992Nov10.180107.1575@access.usask.ca>, lowey@jester.usask.ca (Kevin
  13. Lowey) says:
  14. >
  15. [stuff about implementation of a trashcan deleted]
  16.  
  17. >This doesn't take into account three things:
  18.  [...]
  19. >2) The Macintosh trashcan empties the trash when the system is shut down.
  20. >   We can emulate this by putting EMPTYTRASH.CMD in the Startup folder,
  21. >   or using the ONEXIT command recently posted to the binaries group to
  22. >   run EMPTYTRASH.CMD at shutdown.
  23. >
  24. This "feature" is removed in System 7 I believe. At least I would not like
  25. to have it. A shutdown should leave the system in exactly the same state after
  26. reboot.
  27.  
  28. >3) If the Macintosh starts getting short of disk space, it empties the trash.
  29. >   We could emulate this by detaching a REXX command that wakes up every
  30. >   few minutes, and runs EMPTYTRASH.CMD if the free disk space is below a
  31. >   certain value.
  32. >
  33. We have a multitasking sysmtem. If we can't save a document we are working on
  34. 'cause the disk is full, we can easily empty the trash by hand. If I have that
  35. safety trashcan I don't want it to leak.
  36.  
  37. There's another feature that's missing in the above list.
  38. Imagine you have a 40MB system partition for OS/2. The desktop folder is on
  39. that partition. You have about 5MB free on that partition. You are trashing
  40. a 10MB folder on your data partition. OS/2 copies 5MB of data across your
  41. drives and then says you're out of disk space.
  42.  
  43. What we need is a trash directory on every drive and a folder like object
  44. that shows the contends of every trash directory in the system including
  45. floppies and network drives. (I'm not sure about the trashcan on Mac network
  46. drives but I bet it works like every other drive)
  47.  
  48. This is not impossible, but sure it's not only a simple REXX script.
  49. (Though I hope someone proves the last part of that sentence false)
  50.  
  51. Michael Bode.
  52.