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

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