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

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