home *** CD-ROM | disk | FTP | other *** search
/ Executor 2.0 / executorv2.0.iso / pc / dos / extra / docs / maillist / text / archive.95 / text5721.txt < prev    next >
Encoding:
Internet Message Format  |  1996-03-31  |  1.4 KB

  1. Received: (from teverett@localhost) by osiris.ac.hmc.edu (8.6.12/8.6.12) id TAA14967 for executor@nacm.com; Fri, 20 Oct 1995 19:44:41 -0700
  2. From: Tobermory Everett <teverett@osiris.ac.hmc.edu>
  3. Message-Id: <199510210244.TAA14967@osiris.ac.hmc.edu>
  4. Subject: Re: Executor and Linux permissions- corr
  5. To: jered@mit.edu
  6. Date: Fri, 20 Oct 1995 19:44:25 -0700 (PDT)
  7. In-Reply-To: <9510210028.AA04988@opus.MIT.EDU> from "jered@mit.edu" at Oct 20, 95 08:28:09 pm
  8. Reply-To: Tobermory_Everett@hmc.edu
  9. X-Mailer: ELM [version 2.4 PL22]
  10. MIME-Version: 1.0
  11. Content-Type: text/plain; charset=US-ASCII
  12. Content-Transfer-Encoding: 7bit
  13. Content-Length: 726       
  14. Sender: owner-paper@nacm.com
  15. Precedence: bulk
  16.  
  17. jered@mit.edu wrote:
  18. > Under DOS, however, the space is not a valid character (in the shell) and
  19. > some sort of mapping (presumably the underscore '_') is in order.
  20. There is a work around under DOS.  To move the file "BLAH FOO. DF" to
  21. "BLAH_FOO._DF" use the command:
  22.  
  23. move BLAH?FOO.?DF BLAH_FOO._DF
  24.  
  25. Note that this will not work if there are any other files that match the
  26. BLAH?FOO.?DF search string.  This trick was discovered by OS/2 users that
  27. were using DOS based disk defragmenters to defrag FAT partitions that OS/2
  28. had used.  OS/2 uses the files "EA DATA. SF" and "WP ROOT. SF" to store
  29. extended attribute information for the drive, and it was handy to rename
  30. them to traditional DOS filenames first.
  31.  
  32. --Toby Everett
  33.  
  34.  
  35.  
  36.