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

  1. Content-Transfer-Encoding: 7bit
  2. Content-Length: 726       
  3. Sender: owner-paper@nacm.com
  4. Precedence: bulk
  5.  
  6. jered@mit.edu wrote:
  7. > Under DOS, however, the space is not a valid character (in the shell) and
  8. > some sort of mapping (presumably the underscore '_') is in order.
  9. There is a work around under DOS.  To move the file "BLAH FOO. DF" to
  10. "BLAH_FOO._DF" use the command:
  11.  
  12. move BLAH?FOO.?DF BLAH_FOO._DF
  13.  
  14. Note that this will not work if there are any other files that match the
  15. BLAH?FOO.?DF search string.  This trick was discovered by OS/2 users that
  16. were using DOS based disk defragmenters to defrag FAT partitions that OS/2
  17. had used.  OS/2 uses the files "EA DATA. SF" and "WP ROOT. SF" to store
  18. extended attribute information for the drive, and it was handy to rename
  19. them to traditional DOS filenames first.
  20.  
  21. --Toby Everett
  22.  
  23.  
  24.  
  25.