home *** CD-ROM | disk | FTP | other *** search
/ Executor 2.0 / executorv2.0.iso / pc / dos / extra / docs / maillist / text / archive.95 / text5723.txt < prev    next >
Encoding:
Text File  |  1996-03-31  |  1.2 KB  |  34 lines

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